COLOR #ACD199

HEX: #ACD199
RGB: (172,209,153)

Color info

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

RGB color model

#ACD199 color RGB value is (172,209,153).

  • red value is 172;
  • green value is 209;
  • blue value is 153.
RGB:
(172,209,153)
(67%,82%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 153 of 255 = 60%

172
209
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 153 = 534 (100%)
R 172 of 534 ~ 32.21%
G 209 of 534 ~ 39.14%
B 153 of 534 ~ 28.65%

%32.21
%39.14
%28.65

CMYK color model

#ACD199 color CMYK value is (18,0,27,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 18.04%
CMYK:
(18,0,27,18)
C18M0Y27K18 
(18%,0%,27%,18%)
(0.18/0.00/0.27/0.18)	

CMYK percentages

%17.7
%0
%26.79
%18.04

Codes

Color #ACD199 in popluar color models

ACD199
RGB172209153
HSL100°37.84%70.98%
HSB/HSV100°26.79%81.96%
CMYK17.70%0.00%26.79%
18.04%

Color #ACD199 in popluar number systems.

HEXACD199
Decimal172209153
Binary101011001101000110011001
Octal254321231

Shades and tints

Shades of #ACD199

#ACD199
(172,209,153)
#9DBE8C
(157,190,140)
#8EAB7F
(142,171,127)
#7F9872
(127,152,114)
#708565
(112,133,101)
#617258
(97,114,88)
#525F4B
(82,95,75)
#434C3E
(67,76,62)
#343931
(52,57,49)
#252624
(37,38,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACD199

#ACD199
(172,209,153)
#B3D5A2
(179,213,162)
#BAD9AB
(186,217,171)
#C1DDB4
(193,221,180)
#C8E1BD
(200,225,189)
#CFE5C6
(207,229,198)
#D6E9CF
(214,233,207)
#DDEDD8
(221,237,216)
#E4F1E1
(228,241,225)
#EBF5EA
(235,245,234)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD199 color. Also use rgb(172,209,153) instead hex code.

Text Font Color

.myTextColor { color: #ACD199; }

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

This text font color is #ACD199.


Background Color

.myBgColor { background-color: #ACD199; }

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

This div background color is #ACD199.


Border color

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

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

This div border color is #ACD199.


Opacity

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

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

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

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

This text has shadow with #ACD199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD199 on black background.


Color preview on white background

This text has color #ACD199 on white background.



Black color preview on #ACD199 background

This text has black color on #ACD199 background.


White color preview on #ACD199 background

This text has white color on #ACD199 background.