COLOR #A2E0AA

HEX: #A2E0AA
RGB: (162,224,170)

Color info

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

RGB color model

#A2E0AA color RGB value is (162,224,170).

  • red value is 162;
  • green value is 224;
  • blue value is 170.
RGB:
(162,224,170)
(64%,88%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 224 of 255 = 88%
B 170 of 255 = 67%

162
224
170

R + G + B ~ 73%. #A2E0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 224 + 170 = 556 (100%)
R 162 of 556 ~ 29.14%
G 224 of 556 ~ 40.29%
B 170 of 556 ~ 30.58%

%29.14
%40.29
%30.58

CMYK color model

#A2E0AA color CMYK value is (28,0,24,12).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(28,0,24,12)
C28M0Y24K12 
(28%,0%,24%,12%)
(0.28/0.00/0.24/0.12)	

CMYK percentages

%27.68
%0
%24.11
%12.16

Codes

Color #A2E0AA in popluar color models

A2E0AA
RGB162224170
HSL128°50.00%75.69%
HSB/HSV128°27.68%87.84%
CMYK27.68%0.00%24.11%
12.16%

Color #A2E0AA in popluar number systems.

HEXA2E0AA
Decimal162224170
Binary101000101110000010101010
Octal242340252

Shades and tints

Shades of #A2E0AA

#A2E0AA
(162,224,170)
#94CC9B
(148,204,155)
#86B88C
(134,184,140)
#78A47D
(120,164,125)
#6A906E
(106,144,110)
#5C7C5F
(92,124,95)
#4E6850
(78,104,80)
#405441
(64,84,65)
#324032
(50,64,50)
#242C23
(36,44,35)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #A2E0AA

#A2E0AA
(162,224,170)
#AAE2B1
(170,226,177)
#B2E4B8
(178,228,184)
#BAE6BF
(186,230,191)
#C2E8C6
(194,232,198)
#CAEACD
(202,234,205)
#D2ECD4
(210,236,212)
#DAEEDB
(218,238,219)
#E2F0E2
(226,240,226)
#EAF2E9
(234,242,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E0AA color. Also use rgb(162,224,170) instead hex code.

Text Font Color

.myTextColor { color: #A2E0AA; }

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

This text font color is #A2E0AA.


Background Color

.myBgColor { background-color: #A2E0AA; }

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

This div background color is #A2E0AA.


Border color

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

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

This div border color is #A2E0AA.


Opacity

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

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

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

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

This text has shadow with #A2E0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E0AA on black background.


Color preview on white background

This text has color #A2E0AA on white background.



Black color preview on #A2E0AA background

This text has black color on #A2E0AA background.


White color preview on #A2E0AA background

This text has white color on #A2E0AA background.