COLOR #A2D09E

HEX: #A2D09E RGB: (162,208,158)

Color info

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

RGB color model

#A2D09E color RGB value is (162,208,158).

RGB: (162,208,158) (64%, 82%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 208 of 255 = 82%
B 158 of 255 = 62%

162
208
158

R + G + B ~ 69%. #A2D09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 208 + 158 = 528 (100%)
R 162 of 528 ~ 30.68%
G 208 of 528 ~ 39.39%
B 158 of 528 ~ 29.92'%

%30.68
%39.39
%29.92

CMYK color model

#A2D09E color CMYK value is (22,0,24,18).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%

CMYK: (22,0,24,18)
C22M0Y24K18 (22%, 0%, 24%, 18%)
(0.22 / 0.00 / 0.24 / 0.18)

CMYK percentages

%22.12
%0
%24.04
%18.43

Codes

Color #A2D09E in popluar color models

A2 D0 9E
RGB 162 208 158
HSL 115° 34.72% 71.76%
HSB/HSV 115° 24.04% 81.57%
CMYK 22.12% 0.00% 24.04%
18.43%

Color #A2D09E in popluar number systems.

HEX A2 D0 9E
Decimal 162 208 158
Binary 10100010 11010000 10011110
Octal 242 320 236

Shades and tints

Shades of #A2D09E

#A2D09E
(162,208,158)
#94BE90
(148,190,144)
#86AC82
(134,172,130)
#789A74
(120,154,116)
#6A8866
(106,136,102)
#5C7658
(92,118,88)
#4E644A
(78,100,74)
#40523C
(64,82,60)
#32402E
(50,64,46)
#242E20
(36,46,32)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #A2D09E

#A2D09E
(162,208,158)
#AAD4A6
(170,212,166)
#B2D8AE
(178,216,174)
#BADCB6
(186,220,182)
#C2E0BE
(194,224,190)
#CAE4C6
(202,228,198)
#D2E8CE
(210,232,206)
#DAECD6
(218,236,214)
#E2F0DE
(226,240,222)
#EAF4E6
(234,244,230)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D09E; }

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

This text font color is #A2D09E.

Background Color

.myBgColor { background-color: #A2D09E; }

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

This div background color is #A2D09E.

Border color

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

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

This div border color is #A2D09E.

Opacity

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

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

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

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

This text has shadow with #A2D09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D09E.

Preview

Color preview on black background

This text has color #A2D09E on black background.


Color preview on white background

This text has color #A2D09E on white background.


Black color preview on #A2D09E background

This text has black color on #A2D09E background.


White color preview on #A2D09E background

This text has white color on #A2D09E background.


Related colors

Complementary color

Complementary color for #hex is #5D2F61.


I love getcolorcode.com

Triadic colors

1 #9EA2D0 and #D09EA2 with #A2D09E are triadic colors.

2 #9ED0A2 and #D0A29E with #A2D09E are triadic colors.