HEX: #ACC198
RGB: (172,193,152)
#ACC198 contains red, green and blue colors in about the same proportion. Web safe color of #ACC198 is #99CC99 (or #9C9).
#ACC198 color RGB value is (172,193,152).
RGB: (172,193,152)
(67%, 76%, 60%)
R 172 of 255 = 67%
G 193 of 255 = 76%
B 152 of 255 = 60%
R + G + B ~ 68%. #ACC198 is quite light color.
R + G + B = 172 + 193 + 152 = 517 (100%)
R 172 of 517 ~ 33.27%
G 193 of 517 ~ 37.33%
B 152 of 517 ~ 29.4'%
#ACC198 color CMYK value is (11,0,21,24).
CMYK: (11,0,21,24)
C11M0Y21K24 (11%, 0%, 21%, 24%)
(0.11 / 0.00 / 0.21 / 0.24)
Color #ACC198 in popluar color models
AC | C1 | 98 | |
---|---|---|---|
RGB | 172 | 193 | 152 |
HSL | 91° | 24.85% | 67.65% |
HSB/HSV | 91° | 21.24% | 75.69% |
CMYK | 10.88% | 0.00% | 21.24% |
24.31% |
Color #ACC198 in popluar number systems.
HEX | AC | C1 | 98 |
Decimal | 172 | 193 | 152 |
Binary | 10101100 | 11000001 | 10011000 |
Octal | 254 | 301 | 230 |
Shades of #ACC198
Tints of #ACC198
Examples of css and html codes for elements with #ACC198 color. Also use rgb(172,193,152) instead hex code.
.myTextColor { color: #ACC198; }
<p style="color:#ACC198">This sample text font color is #ACC198.</p>
This text font color is #ACC198.
.myBgColor { background-color: #ACC198; }
<div style="background-color:#ACC198">Inner text</div>
This div background color is #ACC198.
.myBorderColor { border: 1px solid #ACC198; }
<div style="border:3px solid #ACC198">Div</div>
This div border color is #ACC198.
.myOpacity80 { color: #ACC198; opacity: 0.8; }
<p style="color:#ACC198;opacity:0.8;">80%</p>
Text with #ACC198 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC198;}
<p style="text-shadow: 3px 3px 1px #ACC198">Text here.</p>
This text has shadow with #ACC198 color.
.textShadow {text-shadow: 3px 3px 1px #ACC198', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC198, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC198 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC198, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC198, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC198 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC198;
-webkit-box-shadow: 1px 1px 3px 2px #ACC198;
box-shadow: 1px 1px 3px 2px #ACC198;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC198; -webkit-box-shadow: 1px 1px 3px 2px #ACC198; box-shadow:1px 1px 3px 2px #ACC198;">
Div content here
</div>
This text has color #ACC198 on black background.
This text has color #ACC198 on white background.
This text has black color on #ACC198 background.
This text has white color on #ACC198 background.
Complementary color for #hex is #533E67.