HEX: #ACC399
RGB: (172,195,153)
#ACC399 contains red, green and blue colors in about the same proportion. Web safe color of #ACC399 is #99CC99 (or #9C9).
#ACC399 color RGB value is (172,195,153).
RGB: (172,195,153)
(67%, 76%, 60%)
R 172 of 255 = 67%
G 195 of 255 = 76%
B 153 of 255 = 60%
R + G + B ~ 68%. #ACC399 is quite light color.
R + G + B = 172 + 195 + 153 = 520 (100%)
R 172 of 520 ~ 33.08%
G 195 of 520 ~ 37.5%
B 153 of 520 ~ 29.42'%
#ACC399 color CMYK value is (12,0,22,24).
CMYK: (12,0,22,24)
C12M0Y22K24 (12%, 0%, 22%, 24%)
(0.12 / 0.00 / 0.22 / 0.24)
Color #ACC399 in popluar color models
AC | C3 | 99 | |
---|---|---|---|
RGB | 172 | 195 | 153 |
HSL | 93° | 25.93% | 68.24% |
HSB/HSV | 93° | 21.54% | 76.47% |
CMYK | 11.79% | 0.00% | 21.54% |
23.53% |
Color #ACC399 in popluar number systems.
HEX | AC | C3 | 99 |
Decimal | 172 | 195 | 153 |
Binary | 10101100 | 11000011 | 10011001 |
Octal | 254 | 303 | 231 |
Shades of #ACC399
Tints of #ACC399
Examples of css and html codes for elements with #ACC399 color. Also use rgb(172,195,153) instead hex code.
.myTextColor { color: #ACC399; }
<p style="color:#ACC399">This sample text font color is #ACC399.</p>
This text font color is #ACC399.
.myBgColor { background-color: #ACC399; }
<div style="background-color:#ACC399">Inner text</div>
This div background color is #ACC399.
.myBorderColor { border: 1px solid #ACC399; }
<div style="border:3px solid #ACC399">Div</div>
This div border color is #ACC399.
.myOpacity80 { color: #ACC399; opacity: 0.8; }
<p style="color:#ACC399;opacity:0.8;">80%</p>
Text with #ACC399 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC399;}
<p style="text-shadow: 3px 3px 1px #ACC399">Text here.</p>
This text has shadow with #ACC399 color.
.textShadow {text-shadow: 3px 3px 1px #ACC399', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC399, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC399 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC399, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC399, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC399 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC399;
-webkit-box-shadow: 1px 1px 3px 2px #ACC399;
box-shadow: 1px 1px 3px 2px #ACC399;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC399; -webkit-box-shadow: 1px 1px 3px 2px #ACC399; box-shadow:1px 1px 3px 2px #ACC399;">
Div content here
</div>
This text has color #ACC399 on black background.
This text has color #ACC399 on white background.
This text has black color on #ACC399 background.
This text has white color on #ACC399 background.
Complementary color for #hex is #533C66.