COLOR #A2D39E

HEX: #A2D39E
RGB: (162,211,158)

Color info

#A2D39E contains red, green and blue colors in about the same proportion. Web safe color of #A2D39E is #99CC99 (or #9C9).

RGB color model

#A2D39E color RGB value is (162,211,158).

  • red value is 162;
  • green value is 211;
  • blue value is 158.
RGB:
(162,211,158)
(64%,83%,62%)

RGB channels and saturation

R 162 of 255 = 64%
G 211 of 255 = 83%
B 158 of 255 = 62%

162
211
158

R + G + B ~ 70%. #A2D39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 211 + 158 = 531 (100%)
R 162 of 531 ~ 30.51%
G 211 of 531 ~ 39.74%
B 158 of 531 ~ 29.76%

%30.51
%39.74
%29.76

CMYK color model

#A2D39E color CMYK value is (23,0,25,17).

  • cyan value is 23.22%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 17.25%
CMYK:
(23,0,25,17)
C23M0Y25K17 
(23%,0%,25%,17%)
(0.23/0.00/0.25/0.17)	

CMYK percentages

%23.22
%0
%25.12
%17.25

Codes

Color #A2D39E in popluar color models

A2D39E
RGB162211158
HSL115°37.59%72.35%
HSB/HSV115°25.12%82.75%
CMYK23.22%0.00%25.12%
17.25%

Color #A2D39E in popluar number systems.

HEXA2D39E
Decimal162211158
Binary101000101101001110011110
Octal242323236

Shades and tints

Shades of #A2D39E

#A2D39E
(162,211,158)
#94C090
(148,192,144)
#86AD82
(134,173,130)
#789A74
(120,154,116)
#6A8766
(106,135,102)
#5C7458
(92,116,88)
#4E614A
(78,97,74)
#404E3C
(64,78,60)
#323B2E
(50,59,46)
#242820
(36,40,32)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #A2D39E

#A2D39E
(162,211,158)
#AAD7A6
(170,215,166)
#B2DBAE
(178,219,174)
#BADFB6
(186,223,182)
#C2E3BE
(194,227,190)
#CAE7C6
(202,231,198)
#D2EBCE
(210,235,206)
#DAEFD6
(218,239,214)
#E2F3DE
(226,243,222)
#EAF7E6
(234,247,230)
#F2FBEE
(242,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D39E color. Also use rgb(162,211,158) instead hex code.

Text Font Color

.myTextColor { color: #A2D39E; }

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

This text font color is #A2D39E.


Background Color

.myBgColor { background-color: #A2D39E; }

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

This div background color is #A2D39E.


Border color

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

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

This div border color is #A2D39E.


Opacity

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

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

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

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

This text has shadow with #A2D39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D39E on black background.


Color preview on white background

This text has color #A2D39E on white background.



Black color preview on #A2D39E background

This text has black color on #A2D39E background.


White color preview on #A2D39E background

This text has white color on #A2D39E background.