COLOR #A9E5AF

HEX: #A9E5AF
RGB: (169,229,175)

Color info

#A9E5AF contains mainly green and blue colors. Web safe color of #A9E5AF is #99CC99 (or #9C9).

RGB color model

#A9E5AF color RGB value is (169,229,175).

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

RGB channels and saturation

R 169 of 255 = 66%
G 229 of 255 = 90%
B 175 of 255 = 69%

169
229
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 229 + 175 = 573 (100%)
R 169 of 573 ~ 29.49%
G 229 of 573 ~ 39.97%
B 175 of 573 ~ 30.54%

%29.49
%39.97
%30.54

CMYK color model

#A9E5AF color CMYK value is (26,0,24,10).

  • cyan value is 26.20%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK:
(26,0,24,10)
C26M0Y24K10 
(26%,0%,24%,10%)
(0.26/0.00/0.24/0.10)	

CMYK percentages

%26.2
%0
%23.58
%10.2

Codes

Color #A9E5AF in popluar color models

A9E5AF
RGB169229175
HSL126°53.57%78.04%
HSB/HSV126°26.20%89.80%
CMYK26.20%0.00%23.58%
10.20%

Color #A9E5AF in popluar number systems.

HEXA9E5AF
Decimal169229175
Binary101010011110010110101111
Octal251345257

Shades and tints

Shades of #A9E5AF

#A9E5AF
(169,229,175)
#9AD1A0
(154,209,160)
#8BBD91
(139,189,145)
#7CA982
(124,169,130)
#6D9573
(109,149,115)
#5E8164
(94,129,100)
#4F6D55
(79,109,85)
#405946
(64,89,70)
#314537
(49,69,55)
#223128
(34,49,40)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #A9E5AF

#A9E5AF
(169,229,175)
#B0E7B6
(176,231,182)
#B7E9BD
(183,233,189)
#BEEBC4
(190,235,196)
#C5EDCB
(197,237,203)
#CCEFD2
(204,239,210)
#D3F1D9
(211,241,217)
#DAF3E0
(218,243,224)
#E1F5E7
(225,245,231)
#E8F7EE
(232,247,238)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E5AF; }

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

This text font color is #A9E5AF.


Background Color

.myBgColor { background-color: #A9E5AF; }

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

This div background color is #A9E5AF.


Border color

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

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

This div border color is #A9E5AF.


Opacity

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

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

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

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

This text has shadow with #A9E5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E5AF on black background.


Color preview on white background

This text has color #A9E5AF on white background.



Black color preview on #A9E5AF background

This text has black color on #A9E5AF background.


White color preview on #A9E5AF background

This text has white color on #A9E5AF background.