Shades of Inch Worm #ACE820
Tints of Inch Worm #ACE820
RGB
CMYK
RGB Variations
Color information
#ACE820 (or 0xACE820) is known color: Inch Worm. HEX triplet: AC, E8 and 20. RGB value is (172,232,32). Sum of RGB (Red+Green+Blue) = 172+232+32=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE820 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE820 is #5317DF. Grayscale: #C0C0C0. Windows color (decimal): -5445600 or 2156716. OLE color: 2156716.
HSL color Cylindrical-coordinate representation of color #ACE820: hue angle of 78º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACE820 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 32 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.09 |
| HSL | 78º | 0.81% | 0.52% | - |
| HSV(B) | 78º | 0.86% | 0.91% | - |
| XYZ | 46.13 | 66.59 | 11.79 | - |
| YUV | 191.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 32 | 0.26 | 0 | 0.86 | 0.09 | 78 | 0.81 | 0.52 |
| Hex | AC | E8 | 20 | 1A | 0 | 56 | 9 | 4E | 51 | 34 |
| Octal | 254 | 350 | 40 | 32 | 0 | 126 | 11 | 116 | 121 | 64 |
| Binary | 10101100 | 11101000 | 100000 | 11010 | 0 | 1010110 | 1001 | 1001110 | 1010001 | 110100 |
Color Harmonies of #ACE820
Complementary color
Monochromatic Colors of #ACE820
Black with #ACE820
Text Example
Text Example
White with #ACE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE820; }
p { color: rgb(172,232,32); }
H1.HeaderClassName
{
color: #ACE820;
}
.AnyTagClassName
{
color: #ACE820;
}
</style>
background-color css
<style>
a { background-color: #ACE820; }
a { background-color: rgb(172,232,32); }
div.DivClassName
{
background-color: #ACE820;
}
.BgClassName
{
background-color: #ACE820;
}
</style>
border-color css
<style>
span { border-color: #ACE820; }
span { border-color: rgb(172,232,32); }
td.TdClassName
{
border-color: #ACE820;
}
.TagClassName
{
border-color: #ACE820;
}
</style>