COLOR #A2DF9D

HEX: #A2DF9D RGB: (162,223,157)

Color info

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

RGB color model

#A2DF9D color RGB value is (162,223,157).

RGB: (162,223,157) (64%, 87%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 223 of 255 = 87%
B 157 of 255 = 62%

162
223
157

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

Portions of RGB colors in percentages

R + G + B = 162 + 223 + 157 = 542 (100%)
R 162 of 542 ~ 29.89%
G 223 of 542 ~ 41.14%
B 157 of 542 ~ 28.97'%

%29.89
%41.14
%28.97

CMYK color model

#A2DF9D color CMYK value is (27,0,30,13).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 12.55%

CMYK: (27,0,30,13)
C27M0Y30K13 (27%, 0%, 30%, 13%)
(0.27 / 0.00 / 0.30 / 0.13)

CMYK percentages

%27.35
%0
%29.6
%12.55

Codes

Color #A2DF9D in popluar color models

A2 DF 9D
RGB 162 223 157
HSL 115° 50.77% 74.51%
HSB/HSV 115° 29.60% 87.45%
CMYK 27.35% 0.00% 29.60%
12.55%

Color #A2DF9D in popluar number systems.

HEX A2 DF 9D
Decimal 162 223 157
Binary 10100010 11011111 10011101
Octal 242 337 235

Shades and tints

Shades of #A2DF9D

#A2DF9D
(162,223,157)
#94CB8F
(148,203,143)
#86B781
(134,183,129)
#78A373
(120,163,115)
#6A8F65
(106,143,101)
#5C7B57
(92,123,87)
#4E6749
(78,103,73)
#40533B
(64,83,59)
#323F2D
(50,63,45)
#242B1F
(36,43,31)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #A2DF9D

#A2DF9D
(162,223,157)
#AAE1A5
(170,225,165)
#B2E3AD
(178,227,173)
#BAE5B5
(186,229,181)
#C2E7BD
(194,231,189)
#CAE9C5
(202,233,197)
#D2EBCD
(210,235,205)
#DAEDD5
(218,237,213)
#E2EFDD
(226,239,221)
#EAF1E5
(234,241,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DF9D color. Also use rgb(162,223,157) instead hex code.

Text Font Color

.myTextColor { color: #A2DF9D; }

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

This text font color is #A2DF9D.

Background Color

.myBgColor { background-color: #A2DF9D; }

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

This div background color is #A2DF9D.

Border color

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

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

This div border color is #A2DF9D.

Opacity

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

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

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

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

This text has shadow with #A2DF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DF9D.

Preview

Color preview on black background

This text has color #A2DF9D on black background.


Color preview on white background

This text has color #A2DF9D on white background.


Black color preview on #A2DF9D background

This text has black color on #A2DF9D background.


White color preview on #A2DF9D background

This text has white color on #A2DF9D background.


Related colors

Complementary color

Complementary color for #hex is #5D2062.


I love getcolorcode.com

Triadic colors

1 #9DA2DF and #DF9DA2 with #A2DF9D are triadic colors.

2 #9DDFA2 and #DFA29D with #A2DF9D are triadic colors.