HEX: #ACC563
RGB: (172,197,99)
#ACC563 contains mainly red and green colors. Web safe color of #ACC563 is #99CC66 (or #9C6).
#ACC563 color RGB value is (172,197,99).
RGB: (172,197,99)
(67%, 77%, 39%)
R 172 of 255 = 67%
G 197 of 255 = 77%
B 99 of 255 = 39%
R + G + B ~ 61%. #ACC563 is quite light color.
R + G + B = 172 + 197 + 99 = 468 (100%)
R 172 of 468 ~ 36.75%
G 197 of 468 ~ 42.09%
B 99 of 468 ~ 21.15'%
#ACC563 color CMYK value is (13,0,50,23).
CMYK: (13,0,50,23) C13M0Y50K23 (13%,0%,50%,23%) (0.13/0.00/0.50/0.23)
Color #ACC563 in popluar color models
AC | C5 | 63 | |
---|---|---|---|
RGB | 172 | 197 | 99 |
HSL | 75° | 45.79% | 58.04% |
HSB/HSV | 75° | 49.75% | 77.25% |
CMYK | 12.69% | 0.00% | 49.75% |
22.75% |
Color #ACC563 in popluar number systems.
HEX | AC | C5 | 63 |
Decimal | 172 | 197 | 99 |
Binary | 10101100 | 11000101 | 1100011 |
Octal | 254 | 305 | 143 |
Shades of #ACC563
Tints of #ACC563
Examples of css and html codes for elements with #ACC563 color. Also use rgb(172,197,99) instead hex code.
.myTextColor { color: #ACC563; }
<p style="color:#ACC563">This sample text font color is #ACC563.</p>
This text font color is #ACC563.
.myBgColor { background-color: #ACC563; }
<div style="background-color:#ACC563">Inner text</div>
This div background color is #ACC563.
.myBorderColor { border: 1px solid #ACC563; }
<div style="border:3px solid #ACC563">Div</div>
This div border color is #ACC563.
.myOpacity80 { color: #ACC563; opacity: 0.8; }
<p style="color:#ACC563;opacity:0.8;">80%</p>
Text with #ACC563 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC563;}
<p style="text-shadow: 3px 3px 1px #ACC563">Text here.</p>
This text has shadow with #ACC563 color.
.textShadow {text-shadow: 3px 3px 1px #ACC563', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC563, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC563 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC563, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC563, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC563 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC563;
-webkit-box-shadow: 1px 1px 3px 2px #ACC563;
box-shadow: 1px 1px 3px 2px #ACC563;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC563; -webkit-box-shadow: 1px 1px 3px 2px #ACC563; box-shadow:1px 1px 3px 2px #ACC563;">
Div content here
</div>
This text has color #ACC563 on black background.
This text has color #ACC563 on white background.
This text has black color on #ACC563 background.
This text has white color on #ACC563 background.
Complementary color for #hex is #533A9C.