HEX: #ACE89D
RGB: (172,232,157)
#ACE89D contains mainly green color. Web safe color of #ACE89D is #99FF99 (or #9F9).
#ACE89D color RGB value is (172,232,157).
RGB: (172,232,157)
(67%, 91%, 62%)
R 172 of 255 = 67%
G 232 of 255 = 91%
B 157 of 255 = 62%
R + G + B ~ 73%. #ACE89D is quite light color.
R + G + B = 172 + 232 + 157 = 561 (100%)
R 172 of 561 ~ 30.66%
G 232 of 561 ~ 41.35%
B 157 of 561 ~ 27.99'%
#ACE89D color CMYK value is (26,0,32,9).
CMYK: (26,0,32,9) C26M0Y32K9 (26%,0%,32%,9%) (0.26/0.00/0.32/0.09)
Color #ACE89D in popluar color models
AC | E8 | 9D | |
---|---|---|---|
RGB | 172 | 232 | 157 |
HSL | 108° | 61.98% | 76.27% |
HSB/HSV | 108° | 32.33% | 90.98% |
CMYK | 25.86% | 0.00% | 32.33% |
9.02% |
Color #ACE89D in popluar number systems.
HEX | AC | E8 | 9D |
Decimal | 172 | 232 | 157 |
Binary | 10101100 | 11101000 | 10011101 |
Octal | 254 | 350 | 235 |
Shades of #ACE89D
Tints of #ACE89D
Examples of css and html codes for elements with #ACE89D color. Also use rgb(172,232,157) instead hex code.
.myTextColor { color: #ACE89D; }
<p style="color:#ACE89D">This sample text font color is #ACE89D.</p>
This text font color is #ACE89D.
.myBgColor { background-color: #ACE89D; }
<div style="background-color:#ACE89D">Inner text</div>
This div background color is #ACE89D.
.myBorderColor { border: 1px solid #ACE89D; }
<div style="border:3px solid #ACE89D">Div</div>
This div border color is #ACE89D.
.myOpacity80 { color: #ACE89D; opacity: 0.8; }
<p style="color:#ACE89D;opacity:0.8;">80%</p>
Text with #ACE89D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACE89D;}
<p style="text-shadow: 3px 3px 1px #ACE89D">Text here.</p>
This text has shadow with #ACE89D color.
.textShadow {text-shadow: 3px 3px 1px #ACE89D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACE89D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACE89D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACE89D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACE89D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACE89D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACE89D;
-webkit-box-shadow: 1px 1px 3px 2px #ACE89D;
box-shadow: 1px 1px 3px 2px #ACE89D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACE89D; -webkit-box-shadow: 1px 1px 3px 2px #ACE89D; box-shadow:1px 1px 3px 2px #ACE89D;">
Div content here
</div>
This text has color #ACE89D on black background.
This text has color #ACE89D on white background.
This text has black color on #ACE89D background.
This text has white color on #ACE89D background.
Complementary color for #hex is #531762.