HEX: #ACC09E
RGB: (172,192,158)
#ACC09E contains red, green and blue colors in about the same proportion. Web safe color of #ACC09E is #99CC99 (or #9C9).
#ACC09E color RGB value is (172,192,158).
RGB: (172,192,158)
(67%, 75%, 62%)
R 172 of 255 = 67%
G 192 of 255 = 75%
B 158 of 255 = 62%
R + G + B ~ 68%. #ACC09E is quite light color.
R + G + B = 172 + 192 + 158 = 522 (100%)
R 172 of 522 ~ 32.95%
G 192 of 522 ~ 36.78%
B 158 of 522 ~ 30.27'%
#ACC09E color CMYK value is (10,0,18,25).
CMYK: (10,0,18,25)
C10M0Y18K25 (10%, 0%, 18%, 25%)
(0.10 / 0.00 / 0.18 / 0.25)
Color #ACC09E in popluar color models
AC | C0 | 9E | |
---|---|---|---|
RGB | 172 | 192 | 158 |
HSL | 95° | 21.25% | 68.63% |
HSB/HSV | 95° | 17.71% | 75.29% |
CMYK | 10.42% | 0.00% | 17.71% |
24.71% |
Color #ACC09E in popluar number systems.
HEX | AC | C0 | 9E |
Decimal | 172 | 192 | 158 |
Binary | 10101100 | 11000000 | 10011110 |
Octal | 254 | 300 | 236 |
Shades of #ACC09E
Tints of #ACC09E
Examples of css and html codes for elements with #ACC09E color. Also use rgb(172,192,158) instead hex code.
.myTextColor { color: #ACC09E; }
<p style="color:#ACC09E">This sample text font color is #ACC09E.</p>
This text font color is #ACC09E.
.myBgColor { background-color: #ACC09E; }
<div style="background-color:#ACC09E">Inner text</div>
This div background color is #ACC09E.
.myBorderColor { border: 1px solid #ACC09E; }
<div style="border:3px solid #ACC09E">Div</div>
This div border color is #ACC09E.
.myOpacity80 { color: #ACC09E; opacity: 0.8; }
<p style="color:#ACC09E;opacity:0.8;">80%</p>
Text with #ACC09E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC09E;}
<p style="text-shadow: 3px 3px 1px #ACC09E">Text here.</p>
This text has shadow with #ACC09E color.
.textShadow {text-shadow: 3px 3px 1px #ACC09E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC09E, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC09E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC09E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC09E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC09E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC09E;
-webkit-box-shadow: 1px 1px 3px 2px #ACC09E;
box-shadow: 1px 1px 3px 2px #ACC09E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC09E; -webkit-box-shadow: 1px 1px 3px 2px #ACC09E; box-shadow:1px 1px 3px 2px #ACC09E;">
Div content here
</div>
This text has color #ACC09E on black background.
This text has color #ACC09E on white background.
This text has black color on #ACC09E background.
This text has white color on #ACC09E background.
Complementary color for #hex is #533F61.