COLOR #ACDCA0

HEX: #ACDCA0
RGB: (172,220,160)

Color info

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

RGB color model

#ACDCA0 color RGB value is (172,220,160).

  • red value is 172;
  • green value is 220;
  • blue value is 160.
RGB:
(172,220,160)
(67%,86%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 220 of 255 = 86%
B 160 of 255 = 63%

172
220
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 220 + 160 = 552 (100%)
R 172 of 552 ~ 31.16%
G 220 of 552 ~ 39.86%
B 160 of 552 ~ 28.99%

%31.16
%39.86
%28.99

CMYK color model

#ACDCA0 color CMYK value is (22,0,27,14).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 13.73%
CMYK:
(22,0,27,14)
C22M0Y27K14 
(22%,0%,27%,14%)
(0.22/0.00/0.27/0.14)	

CMYK percentages

%21.82
%0
%27.27
%13.73

Codes

Color #ACDCA0 in popluar color models

ACDCA0
RGB172220160
HSL108°46.15%74.51%
HSB/HSV108°27.27%86.27%
CMYK21.82%0.00%27.27%
13.73%

Color #ACDCA0 in popluar number systems.

HEXACDCA0
Decimal172220160
Binary101011001101110010100000
Octal254334240

Shades and tints

Shades of #ACDCA0

#ACDCA0
(172,220,160)
#9DC892
(157,200,146)
#8EB484
(142,180,132)
#7FA076
(127,160,118)
#708C68
(112,140,104)
#61785A
(97,120,90)
#52644C
(82,100,76)
#43503E
(67,80,62)
#343C30
(52,60,48)
#252822
(37,40,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #ACDCA0

#ACDCA0
(172,220,160)
#B3DFA8
(179,223,168)
#BAE2B0
(186,226,176)
#C1E5B8
(193,229,184)
#C8E8C0
(200,232,192)
#CFEBC8
(207,235,200)
#D6EED0
(214,238,208)
#DDF1D8
(221,241,216)
#E4F4E0
(228,244,224)
#EBF7E8
(235,247,232)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDCA0 color. Also use rgb(172,220,160) instead hex code.

Text Font Color

.myTextColor { color: #ACDCA0; }

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

This text font color is #ACDCA0.


Background Color

.myBgColor { background-color: #ACDCA0; }

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

This div background color is #ACDCA0.


Border color

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

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

This div border color is #ACDCA0.


Opacity

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

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

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

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

This text has shadow with #ACDCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDCA0 on black background.


Color preview on white background

This text has color #ACDCA0 on white background.



Black color preview on #ACDCA0 background

This text has black color on #ACDCA0 background.


White color preview on #ACDCA0 background

This text has white color on #ACDCA0 background.