COLOR #A9E8AD

HEX: #A9E8AD RGB: (169,232,173)

Color info

#A9E8AD contains mainly green and blue colors. Web safe color of #A9E8AD is #99FF99 (or #9F9).

RGB color model

#A9E8AD color RGB value is (169,232,173).

RGB: (169,232,173) (66%, 91%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 232 of 255 = 91%
B 173 of 255 = 68%

169
232
173

R + G + B ~ 75%. #A9E8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 232 + 173 = 574 (100%)
R 169 of 574 ~ 29.44%
G 232 of 574 ~ 40.42%
B 173 of 574 ~ 30.14'%

%29.44
%40.42
%30.14

CMYK color model

#A9E8AD color CMYK value is (27,0,25,9).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 25.43%
  • key color value is 9.02%

CMYK: (27,0,25,9)
C27M0Y25K9 (27%, 0%, 25%, 9%)
(0.27 / 0.00 / 0.25 / 0.09)

CMYK percentages

%27.16
%0
%25.43
%9.02

Codes

Color #A9E8AD in popluar color models

A9 E8 AD
RGB 169 232 173
HSL 124° 57.80% 78.63%
HSB/HSV 124° 27.16% 90.98%
CMYK 27.16% 0.00% 25.43%
9.02%

Color #A9E8AD in popluar number systems.

HEX A9 E8 AD
Decimal 169 232 173
Binary 10101001 11101000 10101101
Octal 251 350 255

Shades and tints

Shades of #A9E8AD

#A9E8AD
(169,232,173)
#9AD39E
(154,211,158)
#8BBE8F
(139,190,143)
#7CA980
(124,169,128)
#6D9471
(109,148,113)
#5E7F62
(94,127,98)
#4F6A53
(79,106,83)
#405544
(64,85,68)
#314035
(49,64,53)
#222B26
(34,43,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #A9E8AD

#A9E8AD
(169,232,173)
#B0EAB4
(176,234,180)
#B7ECBB
(183,236,187)
#BEEEC2
(190,238,194)
#C5F0C9
(197,240,201)
#CCF2D0
(204,242,208)
#D3F4D7
(211,244,215)
#DAF6DE
(218,246,222)
#E1F8E5
(225,248,229)
#E8FAEC
(232,250,236)
#EFFCF3
(239,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E8AD color. Also use rgb(169,232,173) instead hex code.

Text Font Color

.myTextColor { color: #A9E8AD; }

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

This text font color is #A9E8AD.

Background Color

.myBgColor { background-color: #A9E8AD; }

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

This div background color is #A9E8AD.

Border color

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

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

This div border color is #A9E8AD.

Opacity

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

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

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

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

This text has shadow with #A9E8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E8AD.

Preview

Color preview on black background

This text has color #A9E8AD on black background.


Color preview on white background

This text has color #A9E8AD on white background.


Black color preview on #A9E8AD background

This text has black color on #A9E8AD background.


White color preview on #A9E8AD background

This text has white color on #A9E8AD background.


Related colors

Complementary color

Complementary color for #hex is #561752.


I love getcolorcode.com

Triadic colors

1 #ADA9E8 and #E8ADA9 with #A9E8AD are triadic colors.

2 #ADE8A9 and #E8A9AD with #A9E8AD are triadic colors.