COLOR #ACD19B

HEX: #ACD19B
RGB: (172,209,155)

Color info

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

RGB color model

#ACD19B color RGB value is (172,209,155).

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

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 155 of 255 = 61%

172
209
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 155 = 536 (100%)
R 172 of 536 ~ 32.09%
G 209 of 536 ~ 38.99%
B 155 of 536 ~ 28.92%

%32.09
%38.99
%28.92

CMYK color model

#ACD19B color CMYK value is (18,0,26,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(18,0,26,18)
C18M0Y26K18 
(18%,0%,26%,18%)
(0.18/0.00/0.26/0.18)	

CMYK percentages

%17.7
%0
%25.84
%18.04

Codes

Color #ACD19B in popluar color models

ACD19B
RGB172209155
HSL101°36.99%71.37%
HSB/HSV101°25.84%81.96%
CMYK17.70%0.00%25.84%
18.04%

Color #ACD19B in popluar number systems.

HEXACD19B
Decimal172209155
Binary101011001101000110011011
Octal254321233

Shades and tints

Shades of #ACD19B

#ACD19B
(172,209,155)
#9DBE8D
(157,190,141)
#8EAB7F
(142,171,127)
#7F9871
(127,152,113)
#708563
(112,133,99)
#617255
(97,114,85)
#525F47
(82,95,71)
#434C39
(67,76,57)
#34392B
(52,57,43)
#25261D
(37,38,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #ACD19B

#ACD19B
(172,209,155)
#B3D5A4
(179,213,164)
#BAD9AD
(186,217,173)
#C1DDB6
(193,221,182)
#C8E1BF
(200,225,191)
#CFE5C8
(207,229,200)
#D6E9D1
(214,233,209)
#DDEDDA
(221,237,218)
#E4F1E3
(228,241,227)
#EBF5EC
(235,245,236)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD19B; }

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

This text font color is #ACD19B.


Background Color

.myBgColor { background-color: #ACD19B; }

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

This div background color is #ACD19B.


Border color

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

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

This div border color is #ACD19B.


Opacity

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

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

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

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

This text has shadow with #ACD19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD19B on black background.


Color preview on white background

This text has color #ACD19B on white background.



Black color preview on #ACD19B background

This text has black color on #ACD19B background.


White color preview on #ACD19B background

This text has white color on #ACD19B background.