HEX: #ACC873
RGB: (172,200,115)
#ACC873 contains mainly red and green colors. Web safe color of #ACC873 is #99CC66 (or #9C6).
#ACC873 color RGB value is (172,200,115).
RGB: (172,200,115)
(67%, 78%, 45%)
R 172 of 255 = 67%
G 200 of 255 = 78%
B 115 of 255 = 45%
R + G + B ~ 63%. #ACC873 is quite light color.
R + G + B = 172 + 200 + 115 = 487 (100%)
R 172 of 487 ~ 35.32%
G 200 of 487 ~ 41.07%
B 115 of 487 ~ 23.61'%
#ACC873 color CMYK value is (14,0,43,22).
CMYK: (14,0,43,22)
C14M0Y43K22 (14%, 0%, 43%, 22%)
(0.14 / 0.00 / 0.43 / 0.22)
Color #ACC873 in popluar color models
AC | C8 | 73 | |
---|---|---|---|
RGB | 172 | 200 | 115 |
HSL | 80° | 43.59% | 61.76% |
HSB/HSV | 80° | 42.50% | 78.43% |
CMYK | 14.00% | 0.00% | 42.50% |
21.57% |
Color #ACC873 in popluar number systems.
HEX | AC | C8 | 73 |
Decimal | 172 | 200 | 115 |
Binary | 10101100 | 11001000 | 1110011 |
Octal | 254 | 310 | 163 |
Shades of #ACC873
Tints of #ACC873
Examples of css and html codes for elements with #ACC873 color. Also use rgb(172,200,115) instead hex code.
.myTextColor { color: #ACC873; }
<p style="color:#ACC873">This sample text font color is #ACC873.</p>
This text font color is #ACC873.
.myBgColor { background-color: #ACC873; }
<div style="background-color:#ACC873">Inner text</div>
This div background color is #ACC873.
.myBorderColor { border: 1px solid #ACC873; }
<div style="border:3px solid #ACC873">Div</div>
This div border color is #ACC873.
.myOpacity80 { color: #ACC873; opacity: 0.8; }
<p style="color:#ACC873;opacity:0.8;">80%</p>
Text with #ACC873 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC873;}
<p style="text-shadow: 3px 3px 1px #ACC873">Text here.</p>
This text has shadow with #ACC873 color.
.textShadow {text-shadow: 3px 3px 1px #ACC873', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC873, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC873 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC873, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC873, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC873 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC873;
-webkit-box-shadow: 1px 1px 3px 2px #ACC873;
box-shadow: 1px 1px 3px 2px #ACC873;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC873; -webkit-box-shadow: 1px 1px 3px 2px #ACC873; box-shadow:1px 1px 3px 2px #ACC873;">
Div content here
</div>
This text has color #ACC873 on black background.
This text has color #ACC873 on white background.
This text has black color on #ACC873 background.
This text has white color on #ACC873 background.
Complementary color for #hex is #53378C.