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