COLOR #A9D69F

HEX: #A9D69F RGB: (169,214,159)

Color info

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

RGB color model

#A9D69F color RGB value is (169,214,159).

RGB: (169,214,159) (66%, 84%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 214 of 255 = 84%
B 159 of 255 = 62%

169
214
159

R + G + B ~ 71%. #A9D69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 214 + 159 = 542 (100%)
R 169 of 542 ~ 31.18%
G 214 of 542 ~ 39.48%
B 159 of 542 ~ 29.34'%

%31.18
%39.48
%29.34

CMYK color model

#A9D69F color CMYK value is (21,0,26,16).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 16.08%

CMYK: (21,0,26,16)
C21M0Y26K16 (21%, 0%, 26%, 16%)
(0.21 / 0.00 / 0.26 / 0.16)

CMYK percentages

%21.03
%0
%25.7
%16.08

Codes

Color #A9D69F in popluar color models

A9 D6 9F
RGB 169 214 159
HSL 109° 40.15% 73.14%
HSB/HSV 109° 25.70% 83.92%
CMYK 21.03% 0.00% 25.70%
16.08%

Color #A9D69F in popluar number systems.

HEX A9 D6 9F
Decimal 169 214 159
Binary 10101001 11010110 10011111
Octal 251 326 237

Shades and tints

Shades of #A9D69F

#A9D69F
(169,214,159)
#9AC391
(154,195,145)
#8BB083
(139,176,131)
#7C9D75
(124,157,117)
#6D8A67
(109,138,103)
#5E7759
(94,119,89)
#4F644B
(79,100,75)
#40513D
(64,81,61)
#313E2F
(49,62,47)
#222B21
(34,43,33)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9D69F

#A9D69F
(169,214,159)
#B0D9A7
(176,217,167)
#B7DCAF
(183,220,175)
#BEDFB7
(190,223,183)
#C5E2BF
(197,226,191)
#CCE5C7
(204,229,199)
#D3E8CF
(211,232,207)
#DAEBD7
(218,235,215)
#E1EEDF
(225,238,223)
#E8F1E7
(232,241,231)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D69F color. Also use rgb(169,214,159) instead hex code.

Text Font Color

.myTextColor { color: #A9D69F; }

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

This text font color is #A9D69F.

Background Color

.myBgColor { background-color: #A9D69F; }

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

This div background color is #A9D69F.

Border color

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

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

This div border color is #A9D69F.

Opacity

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

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

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

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

This text has shadow with #A9D69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D69F.

Preview

Color preview on black background

This text has color #A9D69F on black background.


Color preview on white background

This text has color #A9D69F on white background.


Black color preview on #A9D69F background

This text has black color on #A9D69F background.


White color preview on #A9D69F background

This text has white color on #A9D69F background.


Related colors

Complementary color

Complementary color for #hex is #562960.


I love getcolorcode.com

Triadic colors

1 #9FA9D6 and #D69FA9 with #A9D69F are triadic colors.

2 #9FD6A9 and #D6A99F with #A9D69F are triadic colors.