Shades of Inch Worm #ACE116
Tints of Inch Worm #ACE116
RGB
CMYK
RGB Variations
Color information
#ACE116 (or 0xACE116) is known color: Inch Worm. HEX triplet: AC, E1 and 16. RGB value is (172,225,22). Sum of RGB (Red+Green+Blue) = 172+225+22=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE116 is #531EE9. Grayscale: #BABABA. Windows color (decimal): -5447402 or 1499564. OLE color: 1499564.
HSL color Cylindrical-coordinate representation of color #ACE116: hue angle of 75.67º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACE116 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 22 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.12 |
| HSL | 75.67º | 0.82% | 0.48% | - |
| HSV(B) | 75.67º | 0.9% | 0.88% | - |
| XYZ | 44.08 | 62.68 | 10.53 | - |
| YUV | 186.01 | 35.44 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 22 | 0.24 | 0 | 0.90 | 0.12 | 75.67 | 0.82 | 0.48 |
| Hex | AC | E1 | 16 | 18 | 0 | 5A | C | 4C | 52 | 30 |
| Octal | 254 | 341 | 26 | 30 | 0 | 132 | 14 | 114 | 122 | 60 |
| Binary | 10101100 | 11100001 | 10110 | 11000 | 0 | 1011010 | 1100 | 1001100 | 1010010 | 110000 |
Color Harmonies of #ACE116
Complementary color
Monochromatic Colors of #ACE116
Black with #ACE116
Text Example
Text Example
White with #ACE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE116; }
p { color: rgb(172,225,22); }
H1.HeaderClassName
{
color: #ACE116;
}
.AnyTagClassName
{
color: #ACE116;
}
</style>
background-color css
<style>
a { background-color: #ACE116; }
a { background-color: rgb(172,225,22); }
div.DivClassName
{
background-color: #ACE116;
}
.BgClassName
{
background-color: #ACE116;
}
</style>
border-color css
<style>
span { border-color: #ACE116; }
span { border-color: rgb(172,225,22); }
td.TdClassName
{
border-color: #ACE116;
}
.TagClassName
{
border-color: #ACE116;
}
</style>