COLOR #A2DC9D

HEX: #A2DC9D RGB: (162,220,157)

Color info

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

RGB color model

#A2DC9D color RGB value is (162,220,157).

RGB: (162,220,157) (64%, 86%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 220 of 255 = 86%
B 157 of 255 = 62%

162
220
157

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

Portions of RGB colors in percentages

R + G + B = 162 + 220 + 157 = 539 (100%)
R 162 of 539 ~ 30.06%
G 220 of 539 ~ 40.82%
B 157 of 539 ~ 29.13'%

%30.06
%40.82
%29.13

CMYK color model

#A2DC9D color CMYK value is (26,0,29,14).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 13.73%
CMYK: (26,0,29,14) C26M0Y29K14 (26%,0%,29%,14%) (0.26/0.00/0.29/0.14) 

CMYK percentages

%26.36
%0
%28.64
%13.73

Codes

Color #A2DC9D in popluar color models

A2 DC 9D
RGB 162 220 157
HSL 115° 47.37% 73.92%
HSB/HSV 115° 28.64% 86.27%
CMYK 26.36% 0.00% 28.64%
13.73%

Color #A2DC9D in popluar number systems.

HEX A2 DC 9D
Decimal 162 220 157
Binary 10100010 11011100 10011101
Octal 242 334 235

Shades and tints

Shades of #A2DC9D

#A2DC9D
(162,220,157)
#94C88F
(148,200,143)
#86B481
(134,180,129)
#78A073
(120,160,115)
#6A8C65
(106,140,101)
#5C7857
(92,120,87)
#4E6449
(78,100,73)
#40503B
(64,80,59)
#323C2D
(50,60,45)
#24281F
(36,40,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2DC9D

#A2DC9D
(162,220,157)
#AADFA5
(170,223,165)
#B2E2AD
(178,226,173)
#BAE5B5
(186,229,181)
#C2E8BD
(194,232,189)
#CAEBC5
(202,235,197)
#D2EECD
(210,238,205)
#DAF1D5
(218,241,213)
#E2F4DD
(226,244,221)
#EAF7E5
(234,247,229)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DC9D; }

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

This text font color is #A2DC9D.

Background Color

.myBgColor { background-color: #A2DC9D; }

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

This div background color is #A2DC9D.

Border color

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

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

This div border color is #A2DC9D.

Opacity

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

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

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

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

This text has shadow with #A2DC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DC9D.

Preview

Color preview on black background

This text has color #A2DC9D on black background.


Color preview on white background

This text has color #A2DC9D on white background.


Black color preview on #A2DC9D background

This text has black color on #A2DC9D background.


White color preview on #A2DC9D background

This text has white color on #A2DC9D background.


Related colors

Complementary color

Complementary color for #hex is #5D2362.


I love getcolorcode.com

Triadic colors

1 #9DA2DC and #DC9DA2 with #A2DC9D are triadic colors.

2 #9DDCA2 and #DCA29D with #A2DC9D are triadic colors.