COLOR #ACC39E

HEX: #ACC39E RGB: (172,195,158)

Color info

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

RGB color model

#ACC39E color RGB value is (172,195,158).

RGB: (172,195,158) (67%, 76%, 62%)

RGB channels and saturation

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

172
195
158

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

Portions of RGB colors in percentages

R + G + B = 172 + 195 + 158 = 525 (100%)
R 172 of 525 ~ 32.76%
G 195 of 525 ~ 37.14%
B 158 of 525 ~ 30.1'%

%32.76
%37.14
%30.1

CMYK color model

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

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • 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
%18.97
%23.53

Codes

Color #ACC39E in popluar color models

AC C3 9E
RGB 172 195 158
HSL 97° 23.57% 69.22%
HSB/HSV 97° 18.97% 76.47%
CMYK 11.79% 0.00% 18.97%
23.53%

Color #ACC39E in popluar number systems.

HEX AC C3 9E
Decimal 172 195 158
Binary 10101100 11000011 10011110
Octal 254 303 236

Shades and tints

Shades of #ACC39E

#ACC39E
(172,195,158)
#9DB290
(157,178,144)
#8EA182
(142,161,130)
#7F9074
(127,144,116)
#707F66
(112,127,102)
#616E58
(97,110,88)
#525D4A
(82,93,74)
#434C3C
(67,76,60)
#343B2E
(52,59,46)
#252A20
(37,42,32)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACC39E

#ACC39E
(172,195,158)
#B3C8A6
(179,200,166)
#BACDAE
(186,205,174)
#C1D2B6
(193,210,182)
#C8D7BE
(200,215,190)
#CFDCC6
(207,220,198)
#D6E1CE
(214,225,206)
#DDE6D6
(221,230,214)
#E4EBDE
(228,235,222)
#EBF0E6
(235,240,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC39E; }

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

This text font color is #ACC39E.

Background Color

.myBgColor { background-color: #ACC39E; }

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

This div background color is #ACC39E.

Border color

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

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

This div border color is #ACC39E.

Opacity

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

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

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

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

This text has shadow with #ACC39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC39E.

Preview

Color preview on black background

This text has color #ACC39E on black background.


Color preview on white background

This text has color #ACC39E on white background.


Black color preview on #ACC39E background

This text has black color on #ACC39E background.


White color preview on #ACC39E background

This text has white color on #ACC39E background.


Related colors

Complementary color

Complementary color for #hex is #533C61.


I love getcolorcode.com

Triadic colors

1 #9EACC3 and #C39EAC with #ACC39E are triadic colors.

2 #9EC3AC and #C3AC9E with #ACC39E are triadic colors.