COLOR #A5D179

HEX: #A5D179
RGB: (165,209,121)

Renk bilgisi

#A5D179 contains mainly red and green colors. #A5D179 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A5D179 color RGB value is (165,209,121).

  • kırmız ton 165;
  • yeşil ton 209;
  • mavi ton 121.
RGB:
(165,209,121)
(65%,82%,47%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 209 of 255 = 82%
B 121 of 255 = 47%

165
209
121

R + G + B ~ 65%. #A5D179 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 209 + 121 = 495 (100%)
R 165 of 495 ~ 33.33%
G 209 of 495 ~ 42.22%
B 121 of 495 ~ 24.44%

%33.33
%42.22
%24.44

CMYK RENK MODELİ

#A5D179 rengi CMYK tonu (21,0,42,18).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 42.11%
  • ana renk tonu 18.04%
CMYK:
(21,0,42,18)
C21M0Y42K18 
(21%,0%,42%,18%)
(0.21/0.00/0.42/0.18)	

CMYK yüzdeleri

%21.05
%0
%42.11
%18.04

Codes

Color #A5D179 in popluar color models

A5D179
RGB165209121
HSL90°48.89%64.71%
HSB/HSV90°42.11%81.96%
CMYK21.05%0.00%42.11%
18.04%

Color #A5D179 in popluar number systems.

HEXA5D179
Decimal165209121
Binary10100101110100011111001
Octal245321171

Shades and tints

Shades of #A5D179

#A5D179
(165,209,121)
#96BE6E
(150,190,110)
#87AB63
(135,171,99)
#789858
(120,152,88)
#69854D
(105,133,77)
#5A7242
(90,114,66)
#4B5F37
(75,95,55)
#3C4C2C
(60,76,44)
#2D3921
(45,57,33)
#1E2616
(30,38,22)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #A5D179

#A5D179
(165,209,121)
#ADD585
(173,213,133)
#B5D991
(181,217,145)
#BDDD9D
(189,221,157)
#C5E1A9
(197,225,169)
#CDE5B5
(205,229,181)
#D5E9C1
(213,233,193)
#DDEDCD
(221,237,205)
#E5F1D9
(229,241,217)
#EDF5E5
(237,245,229)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D179 color. Also use rgb(165,209,121) instead hex code.

Text Font Color

.myTextColor { color: #A5D179; }

<p style="color:#A5D179">This sample text font color is #A5D179.</p>

This text font color is #A5D179.


Background Color

.myBgColor { background-color: #A5D179; }

<div style="background-color:#A5D179">Inner text</div>

This div background color is #A5D179.


Border color

.myBorderColor { border: 1px solid #A5D179; }

<div style="border:3px solid #A5D179">Div</div>

This div border color is #A5D179.


Opacity

.myOpacity80 { color: #A5D179; opacity: 0.8; }

<p style="color:#A5D179;opacity:0.8;">80%</p>

Text with #A5D179 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5D179;}

<p style="text-shadow: 3px 3px 1px #A5D179">Text here.</p>

This text has shadow with #A5D179 color.

.textShadow {text-shadow: 3px 3px 1px #A5D179, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5D179, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5D179 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5D179, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5D179, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5D179 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5D179;
  -webkit-box-shadow:	1px 1px 3px 2px #A5D179;
  box-shadow:		1px 1px 3px 2px #A5D179;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5D179;
-webkit-box-shadow: 1px 1px 3px 2px #A5D179;
box-shadow:1px 1px 3px 2px #A5D179;">
Div content here</div>
This div box has shadow with color #A5D179.

Preview

Color preview on black background

This text has color #A5D179 on black background.


Color preview on white background

This text has color #A5D179 on white background.



Black color preview on #A5D179 background

This text has black color on #A5D179 background.


White color preview on #A5D179 background

This text has white color on #A5D179 background.