COLOR #ACD18B

HEX: #ACD18B
RGB: (172,209,139)

Color info

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

RGB color model

#ACD18B color RGB value is (172,209,139).

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

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 139 of 255 = 55%

172
209
139

R + G + B ~ 68%. #ACD18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 139 = 520 (100%)
R 172 of 520 ~ 33.08%
G 209 of 520 ~ 40.19%
B 139 of 520 ~ 26.73%

%33.08
%40.19
%26.73

CMYK color model

#ACD18B color CMYK value is (18,0,33,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 18.04%
CMYK:
(18,0,33,18)
C18M0Y33K18 
(18%,0%,33%,18%)
(0.18/0.00/0.33/0.18)	

CMYK percentages

%17.7
%0
%33.49
%18.04

Codes

Color #ACD18B in popluar color models

ACD18B
RGB172209139
HSL92°43.21%68.24%
HSB/HSV92°33.49%81.96%
CMYK17.70%0.00%33.49%
18.04%

Color #ACD18B in popluar number systems.

HEXACD18B
Decimal172209139
Binary101011001101000110001011
Octal254321213

Shades and tints

Shades of #ACD18B

#ACD18B
(172,209,139)
#9DBE7F
(157,190,127)
#8EAB73
(142,171,115)
#7F9867
(127,152,103)
#70855B
(112,133,91)
#61724F
(97,114,79)
#525F43
(82,95,67)
#434C37
(67,76,55)
#34392B
(52,57,43)
#25261F
(37,38,31)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #ACD18B

#ACD18B
(172,209,139)
#B3D595
(179,213,149)
#BAD99F
(186,217,159)
#C1DDA9
(193,221,169)
#C8E1B3
(200,225,179)
#CFE5BD
(207,229,189)
#D6E9C7
(214,233,199)
#DDEDD1
(221,237,209)
#E4F1DB
(228,241,219)
#EBF5E5
(235,245,229)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD18B; }

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

This text font color is #ACD18B.


Background Color

.myBgColor { background-color: #ACD18B; }

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

This div background color is #ACD18B.


Border color

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

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

This div border color is #ACD18B.


Opacity

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

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

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

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

This text has shadow with #ACD18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD18B on black background.


Color preview on white background

This text has color #ACD18B on white background.



Black color preview on #ACD18B background

This text has black color on #ACD18B background.


White color preview on #ACD18B background

This text has white color on #ACD18B background.