COLOR #A5E9AA

HEX: #A5E9AA
RGB: (165,233,170)

Color info

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

RGB color model

#A5E9AA color RGB value is (165,233,170).

  • red value is 165;
  • green value is 233;
  • blue value is 170.
RGB:
(165,233,170)
(65%,91%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 233 of 255 = 91%
B 170 of 255 = 67%

165
233
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 233 + 170 = 568 (100%)
R 165 of 568 ~ 29.05%
G 233 of 568 ~ 41.02%
B 170 of 568 ~ 29.93%

%29.05
%41.02
%29.93

CMYK color model

#A5E9AA color CMYK value is (29,0,27,9).

  • cyan value is 29.18%
  • magenta value is 0.00%
  • yellow value is 27.04%
  • key color value is 8.63%
CMYK:
(29,0,27,9)
C29M0Y27K9 
(29%,0%,27%,9%)
(0.29/0.00/0.27/0.09)	

CMYK percentages

%29.18
%0
%27.04
%8.63

Codes

Color #A5E9AA in popluar color models

A5E9AA
RGB165233170
HSL124°60.71%78.04%
HSB/HSV124°29.18%91.37%
CMYK29.18%0.00%27.04%
8.63%

Color #A5E9AA in popluar number systems.

HEXA5E9AA
Decimal165233170
Binary101001011110100110101010
Octal245351252

Shades and tints

Shades of #A5E9AA

#A5E9AA
(165,233,170)
#96D49B
(150,212,155)
#87BF8C
(135,191,140)
#78AA7D
(120,170,125)
#69956E
(105,149,110)
#5A805F
(90,128,95)
#4B6B50
(75,107,80)
#3C5641
(60,86,65)
#2D4132
(45,65,50)
#1E2C23
(30,44,35)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5E9AA

#A5E9AA
(165,233,170)
#ADEBB1
(173,235,177)
#B5EDB8
(181,237,184)
#BDEFBF
(189,239,191)
#C5F1C6
(197,241,198)
#CDF3CD
(205,243,205)
#D5F5D4
(213,245,212)
#DDF7DB
(221,247,219)
#E5F9E2
(229,249,226)
#EDFBE9
(237,251,233)
#F5FDF0
(245,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E9AA color. Also use rgb(165,233,170) instead hex code.

Text Font Color

.myTextColor { color: #A5E9AA; }

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

This text font color is #A5E9AA.


Background Color

.myBgColor { background-color: #A5E9AA; }

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

This div background color is #A5E9AA.


Border color

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

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

This div border color is #A5E9AA.


Opacity

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

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

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

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

This text has shadow with #A5E9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E9AA on black background.


Color preview on white background

This text has color #A5E9AA on white background.



Black color preview on #A5E9AA background

This text has black color on #A5E9AA background.


White color preview on #A5E9AA background

This text has white color on #A5E9AA background.