HEX: #ACD498
RGB: (172,212,152)
#ACD498 contains mainly red and green colors. Web safe color of #ACD498 is #99CC99 (or #9C9).
#ACD498 color RGB value is (172,212,152).
RGB: (172,212,152)
(67%, 83%, 60%)
R 172 of 255 = 67%
G 212 of 255 = 83%
B 152 of 255 = 60%
R + G + B ~ 70%. #ACD498 is quite light color.
R + G + B = 172 + 212 + 152 = 536 (100%)
R 172 of 536 ~ 32.09%
G 212 of 536 ~ 39.55%
B 152 of 536 ~ 28.36'%
#ACD498 color CMYK value is (19,0,28,17).
CMYK: (19,0,28,17)
C19M0Y28K17 (19%, 0%, 28%, 17%)
(0.19 / 0.00 / 0.28 / 0.17)
Color #ACD498 in popluar color models
AC | D4 | 98 | |
---|---|---|---|
RGB | 172 | 212 | 152 |
HSL | 100° | 41.10% | 71.37% |
HSB/HSV | 100° | 28.30% | 83.14% |
CMYK | 18.87% | 0.00% | 28.30% |
16.86% |
Color #ACD498 in popluar number systems.
HEX | AC | D4 | 98 |
Decimal | 172 | 212 | 152 |
Binary | 10101100 | 11010100 | 10011000 |
Octal | 254 | 324 | 230 |
Shades of #ACD498
Tints of #ACD498
Examples of css and html codes for elements with #ACD498 color. Also use rgb(172,212,152) instead hex code.
.myTextColor { color: #ACD498; }
<p style="color:#ACD498">This sample text font color is #ACD498.</p>
This text font color is #ACD498.
.myBgColor { background-color: #ACD498; }
<div style="background-color:#ACD498">Inner text</div>
This div background color is #ACD498.
.myBorderColor { border: 1px solid #ACD498; }
<div style="border:3px solid #ACD498">Div</div>
This div border color is #ACD498.
.myOpacity80 { color: #ACD498; opacity: 0.8; }
<p style="color:#ACD498;opacity:0.8;">80%</p>
Text with #ACD498 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACD498;}
<p style="text-shadow: 3px 3px 1px #ACD498">Text here.</p>
This text has shadow with #ACD498 color.
.textShadow {text-shadow: 3px 3px 1px #ACD498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACD498, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACD498 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACD498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACD498, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACD498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACD498;
-webkit-box-shadow: 1px 1px 3px 2px #ACD498;
box-shadow: 1px 1px 3px 2px #ACD498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACD498; -webkit-box-shadow: 1px 1px 3px 2px #ACD498; box-shadow:1px 1px 3px 2px #ACD498;">
Div content here
</div>
This text has color #ACD498 on black background.
This text has color #ACD498 on white background.
This text has black color on #ACD498 background.
This text has white color on #ACD498 background.
Complementary color for #hex is #532B67.