COLOR #ACD6A2

HEX: #ACD6A2
RGB: (172,214,162)

Color info

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

RGB color model

#ACD6A2 color RGB value is (172,214,162).

  • red value is 172;
  • green value is 214;
  • blue value is 162.
RGB:
(172,214,162)
(67%,84%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 214 of 255 = 84%
B 162 of 255 = 64%

172
214
162

R + G + B ~ 72%. #ACD6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 214 + 162 = 548 (100%)
R 172 of 548 ~ 31.39%
G 214 of 548 ~ 39.05%
B 162 of 548 ~ 29.56%

%31.39
%39.05
%29.56

CMYK color model

#ACD6A2 color CMYK value is (20,0,24,16).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 16.08%
CMYK:
(20,0,24,16)
C20M0Y24K16 
(20%,0%,24%,16%)
(0.20/0.00/0.24/0.16)	

CMYK percentages

%19.63
%0
%24.3
%16.08

Codes

Color #ACD6A2 in popluar color models

ACD6A2
RGB172214162
HSL108°38.81%73.73%
HSB/HSV108°24.30%83.92%
CMYK19.63%0.00%24.30%
16.08%

Color #ACD6A2 in popluar number systems.

HEXACD6A2
Decimal172214162
Binary101011001101011010100010
Octal254326242

Shades and tints

Shades of #ACD6A2

#ACD6A2
(172,214,162)
#9DC394
(157,195,148)
#8EB086
(142,176,134)
#7F9D78
(127,157,120)
#708A6A
(112,138,106)
#61775C
(97,119,92)
#52644E
(82,100,78)
#435140
(67,81,64)
#343E32
(52,62,50)
#252B24
(37,43,36)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACD6A2

#ACD6A2
(172,214,162)
#B3D9AA
(179,217,170)
#BADCB2
(186,220,178)
#C1DFBA
(193,223,186)
#C8E2C2
(200,226,194)
#CFE5CA
(207,229,202)
#D6E8D2
(214,232,210)
#DDEBDA
(221,235,218)
#E4EEE2
(228,238,226)
#EBF1EA
(235,241,234)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD6A2 color. Also use rgb(172,214,162) instead hex code.

Text Font Color

.myTextColor { color: #ACD6A2; }

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

This text font color is #ACD6A2.


Background Color

.myBgColor { background-color: #ACD6A2; }

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

This div background color is #ACD6A2.


Border color

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

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

This div border color is #ACD6A2.


Opacity

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

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

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

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

This text has shadow with #ACD6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD6A2 on black background.


Color preview on white background

This text has color #ACD6A2 on white background.



Black color preview on #ACD6A2 background

This text has black color on #ACD6A2 background.


White color preview on #ACD6A2 background

This text has white color on #ACD6A2 background.