COLOR #ACC39D

HEX: #ACC39D
RGB: (172,195,157)

Color info

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

RGB color model

#ACC39D color RGB value is (172,195,157).

  • red value is 172;
  • green value is 195;
  • blue value is 157.
RGB:
(172,195,157)
(67%,76%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 157 of 255 = 62%

172
195
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 195 + 157 = 524 (100%)
R 172 of 524 ~ 32.82%
G 195 of 524 ~ 37.21%
B 157 of 524 ~ 29.96%

%32.82
%37.21
%29.96

CMYK color model

#ACC39D color CMYK value is (12,0,19,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(12,0,19,24)
C12M0Y19K24 
(12%,0%,19%,24%)
(0.12/0.00/0.19/0.24)	

CMYK percentages

%11.79
%0
%19.49
%23.53

Codes

Color #ACC39D in popluar color models

ACC39D
RGB172195157
HSL96°24.05%69.02%
HSB/HSV96°19.49%76.47%
CMYK11.79%0.00%19.49%
23.53%

Color #ACC39D in popluar number systems.

HEXACC39D
Decimal172195157
Binary101011001100001110011101
Octal254303235

Shades and tints

Shades of #ACC39D

#ACC39D
(172,195,157)
#9DB28F
(157,178,143)
#8EA181
(142,161,129)
#7F9073
(127,144,115)
#707F65
(112,127,101)
#616E57
(97,110,87)
#525D49
(82,93,73)
#434C3B
(67,76,59)
#343B2D
(52,59,45)
#252A1F
(37,42,31)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACC39D

#ACC39D
(172,195,157)
#B3C8A5
(179,200,165)
#BACDAD
(186,205,173)
#C1D2B5
(193,210,181)
#C8D7BD
(200,215,189)
#CFDCC5
(207,220,197)
#D6E1CD
(214,225,205)
#DDE6D5
(221,230,213)
#E4EBDD
(228,235,221)
#EBF0E5
(235,240,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC39D color. Also use rgb(172,195,157) instead hex code.

Text Font Color

.myTextColor { color: #ACC39D; }

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

This text font color is #ACC39D.


Background Color

.myBgColor { background-color: #ACC39D; }

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

This div background color is #ACC39D.


Border color

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

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

This div border color is #ACC39D.


Opacity

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

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

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

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

This text has shadow with #ACC39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC39D on black background.


Color preview on white background

This text has color #ACC39D on white background.



Black color preview on #ACC39D background

This text has black color on #ACC39D background.


White color preview on #ACC39D background

This text has white color on #ACC39D background.