COLOR #A4DA9F

HEX: #A4DA9F
RGB: (164,218,159)

Color info

#A4DA9F contains red, green and blue colors in about the same proportion. Web safe color of #A4DA9F is #99CC99 (or #9C9).

RGB color model

#A4DA9F color RGB value is (164,218,159).

  • red value is 164;
  • green value is 218;
  • blue value is 159.
RGB:
(164,218,159)
(64%,85%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 159 of 255 = 62%

164
218
159

R + G + B ~ 70%. #A4DA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 218 + 159 = 541 (100%)
R 164 of 541 ~ 30.31%
G 218 of 541 ~ 40.3%
B 159 of 541 ~ 29.39%

%30.31
%40.3
%29.39

CMYK color model

#A4DA9F color CMYK value is (25,0,27,15).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 14.51%
CMYK:
(25,0,27,15)
C25M0Y27K15 
(25%,0%,27%,15%)
(0.25/0.00/0.27/0.15)	

CMYK percentages

%24.77
%0
%27.06
%14.51

Codes

Color #A4DA9F in popluar color models

A4DA9F
RGB164218159
HSL115°44.36%73.92%
HSB/HSV115°27.06%85.49%
CMYK24.77%0.00%27.06%
14.51%

Color #A4DA9F in popluar number systems.

HEXA4DA9F
Decimal164218159
Binary101001001101101010011111
Octal244332237

Shades and tints

Shades of #A4DA9F

#A4DA9F
(164,218,159)
#96C791
(150,199,145)
#88B483
(136,180,131)
#7AA175
(122,161,117)
#6C8E67
(108,142,103)
#5E7B59
(94,123,89)
#50684B
(80,104,75)
#42553D
(66,85,61)
#34422F
(52,66,47)
#262F21
(38,47,33)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #A4DA9F

#A4DA9F
(164,218,159)
#ACDDA7
(172,221,167)
#B4E0AF
(180,224,175)
#BCE3B7
(188,227,183)
#C4E6BF
(196,230,191)
#CCE9C7
(204,233,199)
#D4ECCF
(212,236,207)
#DCEFD7
(220,239,215)
#E4F2DF
(228,242,223)
#ECF5E7
(236,245,231)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DA9F color. Also use rgb(164,218,159) instead hex code.

Text Font Color

.myTextColor { color: #A4DA9F; }

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

This text font color is #A4DA9F.


Background Color

.myBgColor { background-color: #A4DA9F; }

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

This div background color is #A4DA9F.


Border color

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

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

This div border color is #A4DA9F.


Opacity

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

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

Text with #A4DA9F 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 #A4DA9F;}

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

This text has shadow with #A4DA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DA9F on black background.


Color preview on white background

This text has color #A4DA9F on white background.



Black color preview on #A4DA9F background

This text has black color on #A4DA9F background.


White color preview on #A4DA9F background

This text has white color on #A4DA9F background.