HEX: #ACD595
RGB: (172,213,149)
#ACD595 contains mainly red and green colors. Web safe color of #ACD595 is #99CC99 (or #9C9).
#ACD595 color RGB value is (172,213,149).
RGB: (172,213,149)
(67%, 84%, 58%)
R 172 of 255 = 67%
G 213 of 255 = 84%
B 149 of 255 = 58%
R + G + B ~ 70%. #ACD595 is quite light color.
R + G + B = 172 + 213 + 149 = 534 (100%)
R 172 of 534 ~ 32.21%
G 213 of 534 ~ 39.89%
B 149 of 534 ~ 27.9'%
#ACD595 color CMYK value is (19,0,30,16).
CMYK: (19,0,30,16)
C19M0Y30K16 (19%, 0%, 30%, 16%)
(0.19 / 0.00 / 0.30 / 0.16)
Color #ACD595 in popluar color models
AC | D5 | 95 | |
---|---|---|---|
RGB | 172 | 213 | 149 |
HSL | 98° | 43.24% | 70.98% |
HSB/HSV | 98° | 30.05% | 83.53% |
CMYK | 19.25% | 0.00% | 30.05% |
16.47% |
Color #ACD595 in popluar number systems.
HEX | AC | D5 | 95 |
Decimal | 172 | 213 | 149 |
Binary | 10101100 | 11010101 | 10010101 |
Octal | 254 | 325 | 225 |
Shades of #ACD595
Tints of #ACD595
Examples of css and html codes for elements with #ACD595 color. Also use rgb(172,213,149) instead hex code.
.myTextColor { color: #ACD595; }
<p style="color:#ACD595">This sample text font color is #ACD595.</p>
This text font color is #ACD595.
.myBgColor { background-color: #ACD595; }
<div style="background-color:#ACD595">Inner text</div>
This div background color is #ACD595.
.myBorderColor { border: 1px solid #ACD595; }
<div style="border:3px solid #ACD595">Div</div>
This div border color is #ACD595.
.myOpacity80 { color: #ACD595; opacity: 0.8; }
<p style="color:#ACD595;opacity:0.8;">80%</p>
Text with #ACD595 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACD595;}
<p style="text-shadow: 3px 3px 1px #ACD595">Text here.</p>
This text has shadow with #ACD595 color.
.textShadow {text-shadow: 3px 3px 1px #ACD595', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACD595, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACD595 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACD595, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACD595, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACD595 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACD595;
-webkit-box-shadow: 1px 1px 3px 2px #ACD595;
box-shadow: 1px 1px 3px 2px #ACD595;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACD595; -webkit-box-shadow: 1px 1px 3px 2px #ACD595; box-shadow:1px 1px 3px 2px #ACD595;">
Div content here
</div>
This text has color #ACD595 on black background.
This text has color #ACD595 on white background.
This text has black color on #ACD595 background.
This text has white color on #ACD595 background.
Complementary color for #hex is #532A6A.