Shades of Inch Worm #ACE112
Tints of Inch Worm #ACE112
RGB
CMYK
RGB Variations
Color information
#ACE112 (or 0xACE112) is known color: Inch Worm. HEX triplet: AC, E1 and 12. RGB value is (172,225,18). Sum of RGB (Red+Green+Blue) = 172+225+18=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE112 is #531EED. Grayscale: #BABABA. Windows color (decimal): -5447406 or 1237420. OLE color: 1237420.
HSL color Cylindrical-coordinate representation of color #ACE112: hue angle of 75.36º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACE112 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.12 |
| HSL | 75.36º | 0.85% | 0.48% | - |
| HSV(B) | 75.36º | 0.92% | 0.88% | - |
| XYZ | 44.05 | 62.66 | 10.35 | - |
| YUV | 185.56 | 33.44 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 18 | 0.24 | 0 | 0.92 | 0.12 | 75.36 | 0.85 | 0.48 |
| Hex | AC | E1 | 12 | 18 | 0 | 5C | C | 4B | 55 | 30 |
| Octal | 254 | 341 | 22 | 30 | 0 | 134 | 14 | 113 | 125 | 60 |
| Binary | 10101100 | 11100001 | 10010 | 11000 | 0 | 1011100 | 1100 | 1001011 | 1010101 | 110000 |
Color Harmonies of #ACE112
Complementary color
Monochromatic Colors of #ACE112
Black with #ACE112
Text Example
Text Example
White with #ACE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE112; }
p { color: rgb(172,225,18); }
H1.HeaderClassName
{
color: #ACE112;
}
.AnyTagClassName
{
color: #ACE112;
}
</style>
background-color css
<style>
a { background-color: #ACE112; }
a { background-color: rgb(172,225,18); }
div.DivClassName
{
background-color: #ACE112;
}
.BgClassName
{
background-color: #ACE112;
}
</style>
border-color css
<style>
span { border-color: #ACE112; }
span { border-color: rgb(172,225,18); }
td.TdClassName
{
border-color: #ACE112;
}
.TagClassName
{
border-color: #ACE112;
}
</style>