HEX: #ACC59D
RGB: (172,197,157)
#ACC59D contains red, green and blue colors in about the same proportion. Web safe color of #ACC59D is #99CC99 (or #9C9).
#ACC59D color RGB value is (172,197,157).
RGB: (172,197,157)
(67%, 77%, 62%)
R 172 of 255 = 67%
G 197 of 255 = 77%
B 157 of 255 = 62%
R + G + B ~ 69%. #ACC59D is quite light color.
R + G + B = 172 + 197 + 157 = 526 (100%)
R 172 of 526 ~ 32.7%
G 197 of 526 ~ 37.45%
B 157 of 526 ~ 29.85'%
#ACC59D color CMYK value is (13,0,20,23).
CMYK: (13,0,20,23) C13M0Y20K23 (13%,0%,20%,23%) (0.13/0.00/0.20/0.23)
Color #ACC59D in popluar color models
AC | C5 | 9D | |
---|---|---|---|
RGB | 172 | 197 | 157 |
HSL | 98° | 25.64% | 69.41% |
HSB/HSV | 98° | 20.30% | 77.25% |
CMYK | 12.69% | 0.00% | 20.30% |
22.75% |
Color #ACC59D in popluar number systems.
HEX | AC | C5 | 9D |
Decimal | 172 | 197 | 157 |
Binary | 10101100 | 11000101 | 10011101 |
Octal | 254 | 305 | 235 |
Shades of #ACC59D
Tints of #ACC59D
Examples of css and html codes for elements with #ACC59D color. Also use rgb(172,197,157) instead hex code.
.myTextColor { color: #ACC59D; }
<p style="color:#ACC59D">This sample text font color is #ACC59D.</p>
This text font color is #ACC59D.
.myBgColor { background-color: #ACC59D; }
<div style="background-color:#ACC59D">Inner text</div>
This div background color is #ACC59D.
.myBorderColor { border: 1px solid #ACC59D; }
<div style="border:3px solid #ACC59D">Div</div>
This div border color is #ACC59D.
.myOpacity80 { color: #ACC59D; opacity: 0.8; }
<p style="color:#ACC59D;opacity:0.8;">80%</p>
Text with #ACC59D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC59D;}
<p style="text-shadow: 3px 3px 1px #ACC59D">Text here.</p>
This text has shadow with #ACC59D color.
.textShadow {text-shadow: 3px 3px 1px #ACC59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC59D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC59D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC59D;
-webkit-box-shadow: 1px 1px 3px 2px #ACC59D;
box-shadow: 1px 1px 3px 2px #ACC59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC59D; -webkit-box-shadow: 1px 1px 3px 2px #ACC59D; box-shadow:1px 1px 3px 2px #ACC59D;">
Div content here
</div>
This text has color #ACC59D on black background.
This text has color #ACC59D on white background.
This text has black color on #ACC59D background.
This text has white color on #ACC59D background.
Complementary color for #hex is #533A62.