Shades of Inch Worm #ACE014
Tints of Inch Worm #ACE014
RGB
CMYK
RGB Variations
Color information
#ACE014 (or 0xACE014) is known color: Inch Worm. HEX triplet: AC, E0 and 14. RGB value is (172,224,20). Sum of RGB (Red+Green+Blue) = 172+224+20=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE014 is #531FEB. Grayscale: #B9B9B9. Windows color (decimal): -5447660 or 1368236. OLE color: 1368236.
HSL color Cylindrical-coordinate representation of color #ACE014: hue angle of 75.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACE014 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 20 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.12 |
| HSL | 75.29º | 0.84% | 0.48% | - |
| HSV(B) | 75.29º | 0.91% | 0.88% | - |
| XYZ | 43.8 | 62.13 | 10.35 | - |
| YUV | 185.2 | 34.77 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 20 | 0.23 | 0 | 0.91 | 0.12 | 75.29 | 0.84 | 0.48 |
| Hex | AC | E0 | 14 | 17 | 0 | 5B | C | 4B | 54 | 30 |
| Octal | 254 | 340 | 24 | 27 | 0 | 133 | 14 | 113 | 124 | 60 |
| Binary | 10101100 | 11100000 | 10100 | 10111 | 0 | 1011011 | 1100 | 1001011 | 1010100 | 110000 |
Color Harmonies of #ACE014
Complementary color
Monochromatic Colors of #ACE014
Black with #ACE014
Text Example
Text Example
White with #ACE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE014; }
p { color: rgb(172,224,20); }
H1.HeaderClassName
{
color: #ACE014;
}
.AnyTagClassName
{
color: #ACE014;
}
</style>
background-color css
<style>
a { background-color: #ACE014; }
a { background-color: rgb(172,224,20); }
div.DivClassName
{
background-color: #ACE014;
}
.BgClassName
{
background-color: #ACE014;
}
</style>
border-color css
<style>
span { border-color: #ACE014; }
span { border-color: rgb(172,224,20); }
td.TdClassName
{
border-color: #ACE014;
}
.TagClassName
{
border-color: #ACE014;
}
</style>