COLOR #A9E6A5

HEX: #A9E6A5
RGB: (169,230,165)

Color info

#A9E6A5 contains mainly green color. Web safe color of #A9E6A5 is #99CC99 (or #9C9).

RGB color model

#A9E6A5 color RGB value is (169,230,165).

  • red value is 169;
  • green value is 230;
  • blue value is 165.
RGB:
(169,230,165)
(66%,90%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 230 of 255 = 90%
B 165 of 255 = 65%

169
230
165

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

Portions of RGB colors in percentages

R + G + B =
169 + 230 + 165 = 564 (100%)
R 169 of 564 ~ 29.96%
G 230 of 564 ~ 40.78%
B 165 of 564 ~ 29.26%

%29.96
%40.78
%29.26

CMYK color model

#A9E6A5 color CMYK value is (27,0,28,10).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(27,0,28,10)
C27M0Y28K10 
(27%,0%,28%,10%)
(0.27/0.00/0.28/0.10)	

CMYK percentages

%26.52
%0
%28.26
%9.8

Codes

Color #A9E6A5 in popluar color models

A9E6A5
RGB169230165
HSL116°56.52%77.45%
HSB/HSV116°28.26%90.20%
CMYK26.52%0.00%28.26%
9.80%

Color #A9E6A5 in popluar number systems.

HEXA9E6A5
Decimal169230165
Binary101010011110011010100101
Octal251346245

Shades and tints

Shades of #A9E6A5

#A9E6A5
(169,230,165)
#9AD296
(154,210,150)
#8BBE87
(139,190,135)
#7CAA78
(124,170,120)
#6D9669
(109,150,105)
#5E825A
(94,130,90)
#4F6E4B
(79,110,75)
#405A3C
(64,90,60)
#31462D
(49,70,45)
#22321E
(34,50,30)
#131E0F
(19,30,15)
#000000
(0,0,0)

Tints of #A9E6A5

#A9E6A5
(169,230,165)
#B0E8AD
(176,232,173)
#B7EAB5
(183,234,181)
#BEECBD
(190,236,189)
#C5EEC5
(197,238,197)
#CCF0CD
(204,240,205)
#D3F2D5
(211,242,213)
#DAF4DD
(218,244,221)
#E1F6E5
(225,246,229)
#E8F8ED
(232,248,237)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E6A5 color. Also use rgb(169,230,165) instead hex code.

Text Font Color

.myTextColor { color: #A9E6A5; }

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

This text font color is #A9E6A5.


Background Color

.myBgColor { background-color: #A9E6A5; }

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

This div background color is #A9E6A5.


Border color

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

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

This div border color is #A9E6A5.


Opacity

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

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

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

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

This text has shadow with #A9E6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E6A5 on black background.


Color preview on white background

This text has color #A9E6A5 on white background.



Black color preview on #A9E6A5 background

This text has black color on #A9E6A5 background.


White color preview on #A9E6A5 background

This text has white color on #A9E6A5 background.