HEX: #ACF596
RGB: (172,245,150)
#ACF596 contains mainly green color. Web safe color of #ACF596 is #99FF99 (or #9F9).
#ACF596 color RGB value is (172,245,150).
RGB: (172,245,150)
(67%, 96%, 59%)
R 172 of 255 = 67%
G 245 of 255 = 96%
B 150 of 255 = 59%
R + G + B ~ 74%. #ACF596 is quite light color.
R + G + B = 172 + 245 + 150 = 567 (100%)
R 172 of 567 ~ 30.34%
G 245 of 567 ~ 43.21%
B 150 of 567 ~ 26.46'%
#ACF596 color CMYK value is (30,0,39,4).
CMYK: (30,0,39,4)
C30M0Y39K4 (30%, 0%, 39%, 4%)
(0.30 / 0.00 / 0.39 / 0.04)
Color #ACF596 in popluar color models
AC | F5 | 96 | |
---|---|---|---|
RGB | 172 | 245 | 150 |
HSL | 106° | 82.61% | 77.45% |
HSB/HSV | 106° | 38.78% | 96.08% |
CMYK | 29.80% | 0.00% | 38.78% |
3.92% |
Color #ACF596 in popluar number systems.
HEX | AC | F5 | 96 |
Decimal | 172 | 245 | 150 |
Binary | 10101100 | 11110101 | 10010110 |
Octal | 254 | 365 | 226 |
Shades of #ACF596
Tints of #ACF596
Examples of css and html codes for elements with #ACF596 color. Also use rgb(172,245,150) instead hex code.
.myTextColor { color: #ACF596; }
<p style="color:#ACF596">This sample text font color is #ACF596.</p>
This text font color is #ACF596.
.myBgColor { background-color: #ACF596; }
<div style="background-color:#ACF596">Inner text</div>
This div background color is #ACF596.
.myBorderColor { border: 1px solid #ACF596; }
<div style="border:3px solid #ACF596">Div</div>
This div border color is #ACF596.
.myOpacity80 { color: #ACF596; opacity: 0.8; }
<p style="color:#ACF596;opacity:0.8;">80%</p>
Text with #ACF596 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACF596;}
<p style="text-shadow: 3px 3px 1px #ACF596">Text here.</p>
This text has shadow with #ACF596 color.
.textShadow {text-shadow: 3px 3px 1px #ACF596', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACF596, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACF596 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACF596, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACF596, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACF596 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACF596;
-webkit-box-shadow: 1px 1px 3px 2px #ACF596;
box-shadow: 1px 1px 3px 2px #ACF596;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACF596; -webkit-box-shadow: 1px 1px 3px 2px #ACF596; box-shadow:1px 1px 3px 2px #ACF596;">
Div content here
</div>
This text has color #ACF596 on black background.
This text has color #ACF596 on white background.
This text has black color on #ACF596 background.
This text has white color on #ACF596 background.
Complementary color for #hex is #530A69.