COLOR #A9F0AE

HEX: #A9F0AE RGB: (169,240,174)

Color info

#A9F0AE contains mainly green color. Web safe color of #A9F0AE is #99FF99 (or #9F9).

RGB color model

#A9F0AE color RGB value is (169,240,174).

RGB: (169,240,174) (66%, 94%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 174 of 255 = 68%

169
240
174

R + G + B ~ 76%. #A9F0AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 240 + 174 = 583 (100%)
R 169 of 583 ~ 28.99%
G 240 of 583 ~ 41.17%
B 174 of 583 ~ 29.85'%

%28.99
%41.17
%29.85

CMYK color model

#A9F0AE color CMYK value is (30,0,28,6).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 5.88%

CMYK: (30,0,28,6)
C30M0Y28K6 (30%, 0%, 28%, 6%)
(0.30 / 0.00 / 0.28 / 0.06)

CMYK percentages

%29.58
%0
%27.5
%5.88

Codes

Color #A9F0AE in popluar color models

A9 F0 AE
RGB 169 240 174
HSL 124° 70.30% 80.20%
HSB/HSV 124° 29.58% 94.12%
CMYK 29.58% 0.00% 27.50%
5.88%

Color #A9F0AE in popluar number systems.

HEX A9 F0 AE
Decimal 169 240 174
Binary 10101001 11110000 10101110
Octal 251 360 256

Shades and tints

Shades of #A9F0AE

#A9F0AE
(169,240,174)
#9ADB9F
(154,219,159)
#8BC690
(139,198,144)
#7CB181
(124,177,129)
#6D9C72
(109,156,114)
#5E8763
(94,135,99)
#4F7254
(79,114,84)
#405D45
(64,93,69)
#314836
(49,72,54)
#223327
(34,51,39)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #A9F0AE

#A9F0AE
(169,240,174)
#B0F1B5
(176,241,181)
#B7F2BC
(183,242,188)
#BEF3C3
(190,243,195)
#C5F4CA
(197,244,202)
#CCF5D1
(204,245,209)
#D3F6D8
(211,246,216)
#DAF7DF
(218,247,223)
#E1F8E6
(225,248,230)
#E8F9ED
(232,249,237)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F0AE color. Also use rgb(169,240,174) instead hex code.

Text Font Color

.myTextColor { color: #A9F0AE; }

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

This text font color is #A9F0AE.

Background Color

.myBgColor { background-color: #A9F0AE; }

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

This div background color is #A9F0AE.

Border color

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

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

This div border color is #A9F0AE.

Opacity

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

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

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

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

This text has shadow with #A9F0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F0AE.

Preview

Color preview on black background

This text has color #A9F0AE on black background.


Color preview on white background

This text has color #A9F0AE on white background.


Black color preview on #A9F0AE background

This text has black color on #A9F0AE background.


White color preview on #A9F0AE background

This text has white color on #A9F0AE background.


Related colors

Complementary color

Complementary color for #hex is #560F51.


I love getcolorcode.com

Triadic colors

1 #AEA9F0 and #F0AEA9 with #A9F0AE are triadic colors.

2 #AEF0A9 and #F0A9AE with #A9F0AE are triadic colors.