HEX: #ACD111
RGB: (172,209,17)
#ACD111 contains mainly red and green colors. Web safe color of #ACD111 is #99CC00 (or #9C0).
#ACD111 color RGB value is (172,209,17).
RGB: (172,209,17)
(67%, 82%, 7%)
R 172 of 255 = 67%
G 209 of 255 = 82%
B 17 of 255 = 7%
R + G + B ~ 52%. #ACD111 is middle color (not dark and not light).
R + G + B = 172 + 209 + 17 = 398 (100%)
R 172 of 398 ~ 43.22%
G 209 of 398 ~ 52.51%
B 17 of 398 ~ 4.27'%
#ACD111 color CMYK value is (18,0,92,18).
CMYK: (18,0,92,18)
C18M0Y92K18 (18%, 0%, 92%, 18%)
(0.18 / 0.00 / 0.92 / 0.18)
Color #ACD111 in popluar color models
AC | D1 | 11 | |
---|---|---|---|
RGB | 172 | 209 | 17 |
HSL | 72° | 84.96% | 44.31% |
HSB/HSV | 72° | 91.87% | 81.96% |
CMYK | 17.70% | 0.00% | 91.87% |
18.04% |
Color #ACD111 in popluar number systems.
HEX | AC | D1 | 11 |
Decimal | 172 | 209 | 17 |
Binary | 10101100 | 11010001 | 10001 |
Octal | 254 | 321 | 21 |
Shades of #ACD111
Tints of #ACD111
Examples of css and html codes for elements with #ACD111 color. Also use rgb(172,209,17) instead hex code.
.myTextColor { color: #ACD111; }
<p style="color:#ACD111">This sample text font color is #ACD111.</p>
This text font color is #ACD111.
.myBgColor { background-color: #ACD111; }
<div style="background-color:#ACD111">Inner text</div>
This div background color is #ACD111.
.myBorderColor { border: 1px solid #ACD111; }
<div style="border:3px solid #ACD111">Div</div>
This div border color is #ACD111.
.myOpacity80 { color: #ACD111; opacity: 0.8; }
<p style="color:#ACD111;opacity:0.8;">80%</p>
Text with #ACD111 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACD111;}
<p style="text-shadow: 3px 3px 1px #ACD111">Text here.</p>
This text has shadow with #ACD111 color.
.textShadow {text-shadow: 3px 3px 1px #ACD111', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACD111, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACD111 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACD111, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACD111, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACD111 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACD111;
-webkit-box-shadow: 1px 1px 3px 2px #ACD111;
box-shadow: 1px 1px 3px 2px #ACD111;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACD111; -webkit-box-shadow: 1px 1px 3px 2px #ACD111; box-shadow:1px 1px 3px 2px #ACD111;">
Div content here
</div>
This text has color #ACD111 on black background.
This text has color #ACD111 on white background.
This text has black color on #ACD111 background.
This text has white color on #ACD111 background.
Complementary color for #hex is #532EEE.