COLOR #A9E0AF

HEX: #A9E0AF
RGB: (169,224,175)

Color info

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

RGB color model

#A9E0AF color RGB value is (169,224,175).

  • red value is 169;
  • green value is 224;
  • blue value is 175.
RGB:
(169,224,175)
(66%,88%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 224 of 255 = 88%
B 175 of 255 = 69%

169
224
175

R + G + B ~ 74%. #A9E0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 224 + 175 = 568 (100%)
R 169 of 568 ~ 29.75%
G 224 of 568 ~ 39.44%
B 175 of 568 ~ 30.81%

%29.75
%39.44
%30.81

CMYK color model

#A9E0AF color CMYK value is (25,0,22,12).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 12.16%
CMYK:
(25,0,22,12)
C25M0Y22K12 
(25%,0%,22%,12%)
(0.25/0.00/0.22/0.12)	

CMYK percentages

%24.55
%0
%21.88
%12.16

Codes

Color #A9E0AF in popluar color models

A9E0AF
RGB169224175
HSL127°47.01%77.06%
HSB/HSV127°24.55%87.84%
CMYK24.55%0.00%21.88%
12.16%

Color #A9E0AF in popluar number systems.

HEXA9E0AF
Decimal169224175
Binary101010011110000010101111
Octal251340257

Shades and tints

Shades of #A9E0AF

#A9E0AF
(169,224,175)
#9ACCA0
(154,204,160)
#8BB891
(139,184,145)
#7CA482
(124,164,130)
#6D9073
(109,144,115)
#5E7C64
(94,124,100)
#4F6855
(79,104,85)
#405446
(64,84,70)
#314037
(49,64,55)
#222C28
(34,44,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #A9E0AF

#A9E0AF
(169,224,175)
#B0E2B6
(176,226,182)
#B7E4BD
(183,228,189)
#BEE6C4
(190,230,196)
#C5E8CB
(197,232,203)
#CCEAD2
(204,234,210)
#D3ECD9
(211,236,217)
#DAEEE0
(218,238,224)
#E1F0E7
(225,240,231)
#E8F2EE
(232,242,238)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E0AF color. Also use rgb(169,224,175) instead hex code.

Text Font Color

.myTextColor { color: #A9E0AF; }

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

This text font color is #A9E0AF.


Background Color

.myBgColor { background-color: #A9E0AF; }

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

This div background color is #A9E0AF.


Border color

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

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

This div border color is #A9E0AF.


Opacity

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

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

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

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

This text has shadow with #A9E0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E0AF on black background.


Color preview on white background

This text has color #A9E0AF on white background.



Black color preview on #A9E0AF background

This text has black color on #A9E0AF background.


White color preview on #A9E0AF background

This text has white color on #A9E0AF background.