COLOR #A2E09C

HEX: #A2E09C
RGB: (162,224,156)

Color info

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

RGB color model

#A2E09C color RGB value is (162,224,156).

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

RGB channels and saturation

R 162 of 255 = 64%
G 224 of 255 = 88%
B 156 of 255 = 61%

162
224
156

R + G + B ~ 71%. #A2E09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 224 + 156 = 542 (100%)
R 162 of 542 ~ 29.89%
G 224 of 542 ~ 41.33%
B 156 of 542 ~ 28.78%

%29.89
%41.33
%28.78

CMYK color model

#A2E09C color CMYK value is (28,0,30,12).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 12.16%
CMYK:
(28,0,30,12)
C28M0Y30K12 
(28%,0%,30%,12%)
(0.28/0.00/0.30/0.12)	

CMYK percentages

%27.68
%0
%30.36
%12.16

Codes

Color #A2E09C in popluar color models

A2E09C
RGB162224156
HSL115°52.31%74.51%
HSB/HSV115°30.36%87.84%
CMYK27.68%0.00%30.36%
12.16%

Color #A2E09C in popluar number systems.

HEXA2E09C
Decimal162224156
Binary101000101110000010011100
Octal242340234

Shades and tints

Shades of #A2E09C

#A2E09C
(162,224,156)
#94CC8E
(148,204,142)
#86B880
(134,184,128)
#78A472
(120,164,114)
#6A9064
(106,144,100)
#5C7C56
(92,124,86)
#4E6848
(78,104,72)
#40543A
(64,84,58)
#32402C
(50,64,44)
#242C1E
(36,44,30)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #A2E09C

#A2E09C
(162,224,156)
#AAE2A5
(170,226,165)
#B2E4AE
(178,228,174)
#BAE6B7
(186,230,183)
#C2E8C0
(194,232,192)
#CAEAC9
(202,234,201)
#D2ECD2
(210,236,210)
#DAEEDB
(218,238,219)
#E2F0E4
(226,240,228)
#EAF2ED
(234,242,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E09C; }

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

This text font color is #A2E09C.


Background Color

.myBgColor { background-color: #A2E09C; }

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

This div background color is #A2E09C.


Border color

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

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

This div border color is #A2E09C.


Opacity

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

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

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

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

This text has shadow with #A2E09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E09C on black background.


Color preview on white background

This text has color #A2E09C on white background.



Black color preview on #A2E09C background

This text has black color on #A2E09C background.


White color preview on #A2E09C background

This text has white color on #A2E09C background.