Shades of Inch Worm #ACE422
Tints of Inch Worm #ACE422
RGB
CMYK
RGB Variations
Color information
#ACE422 (or 0xACE422) is known color: Inch Worm. HEX triplet: AC, E4 and 22. RGB value is (172,228,34). Sum of RGB (Red+Green+Blue) = 172+228+34=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE422 is #531BDD. Grayscale: #BDBDBD. Windows color (decimal): -5446622 or 2286764. OLE color: 2286764.
HSL color Cylindrical-coordinate representation of color #ACE422: hue angle of 77.32º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACE422 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 34 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.11 |
| HSL | 77.32º | 0.78% | 0.51% | - |
| HSV(B) | 77.32º | 0.85% | 0.89% | - |
| XYZ | 45.05 | 64.37 | 11.56 | - |
| YUV | 189.14 | 40.45 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 34 | 0.25 | 0 | 0.85 | 0.11 | 77.32 | 0.78 | 0.51 |
| Hex | AC | E4 | 22 | 19 | 0 | 55 | B | 4D | 4E | 33 |
| Octal | 254 | 344 | 42 | 31 | 0 | 125 | 13 | 115 | 116 | 63 |
| Binary | 10101100 | 11100100 | 100010 | 11001 | 0 | 1010101 | 1011 | 1001101 | 1001110 | 110011 |
Color Harmonies of #ACE422
Complementary color
Monochromatic Colors of #ACE422
Black with #ACE422
Text Example
Text Example
White with #ACE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE422; }
p { color: rgb(172,228,34); }
H1.HeaderClassName
{
color: #ACE422;
}
.AnyTagClassName
{
color: #ACE422;
}
</style>
background-color css
<style>
a { background-color: #ACE422; }
a { background-color: rgb(172,228,34); }
div.DivClassName
{
background-color: #ACE422;
}
.BgClassName
{
background-color: #ACE422;
}
</style>
border-color css
<style>
span { border-color: #ACE422; }
span { border-color: rgb(172,228,34); }
td.TdClassName
{
border-color: #ACE422;
}
.TagClassName
{
border-color: #ACE422;
}
</style>