COLOR #A2D89C

HEX: #A2D89C RGB: (162,216,156)

Color info

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

RGB color model

#A2D89C color RGB value is (162,216,156).

RGB: (162,216,156) (64%, 85%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 216 of 255 = 85%
B 156 of 255 = 61%

162
216
156

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

Portions of RGB colors in percentages

R + G + B = 162 + 216 + 156 = 534 (100%)
R 162 of 534 ~ 30.34%
G 216 of 534 ~ 40.45%
B 156 of 534 ~ 29.21'%

%30.34
%40.45
%29.21

CMYK color model

#A2D89C color CMYK value is (25,0,28,15).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 15.29%
CMYK: (25,0,28,15) C25M0Y28K15 (25%,0%,28%,15%) (0.25/0.00/0.28/0.15) 

CMYK percentages

%25
%0
%27.78
%15.29

Codes

Color #A2D89C in popluar color models

A2 D8 9C
RGB 162 216 156
HSL 114° 43.48% 72.94%
HSB/HSV 114° 27.78% 84.71%
CMYK 25.00% 0.00% 27.78%
15.29%

Color #A2D89C in popluar number systems.

HEX A2 D8 9C
Decimal 162 216 156
Binary 10100010 11011000 10011100
Octal 242 330 234

Shades and tints

Shades of #A2D89C

#A2D89C
(162,216,156)
#94C58E
(148,197,142)
#86B280
(134,178,128)
#789F72
(120,159,114)
#6A8C64
(106,140,100)
#5C7956
(92,121,86)
#4E6648
(78,102,72)
#40533A
(64,83,58)
#32402C
(50,64,44)
#242D1E
(36,45,30)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #A2D89C

#A2D89C
(162,216,156)
#AADBA5
(170,219,165)
#B2DEAE
(178,222,174)
#BAE1B7
(186,225,183)
#C2E4C0
(194,228,192)
#CAE7C9
(202,231,201)
#D2EAD2
(210,234,210)
#DAEDDB
(218,237,219)
#E2F0E4
(226,240,228)
#EAF3ED
(234,243,237)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D89C; }

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

This text font color is #A2D89C.

Background Color

.myBgColor { background-color: #A2D89C; }

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

This div background color is #A2D89C.

Border color

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

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

This div border color is #A2D89C.

Opacity

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

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

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

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

This text has shadow with #A2D89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D89C.

Preview

Color preview on black background

This text has color #A2D89C on black background.


Color preview on white background

This text has color #A2D89C on white background.


Black color preview on #A2D89C background

This text has black color on #A2D89C background.


White color preview on #A2D89C background

This text has white color on #A2D89C background.


Related colors

Complementary color

Complementary color for #hex is #5D2763.


I love getcolorcode.com

Triadic colors

1 #9CA2D8 and #D89CA2 with #A2D89C are triadic colors.

2 #9CD8A2 and #D8A29C with #A2D89C are triadic colors.