Shades of Inch Worm #ACE416
Tints of Inch Worm #ACE416
RGB
CMYK
RGB Variations
Color information
#ACE416 (or 0xACE416) is known color: Inch Worm. HEX triplet: AC, E4 and 16. RGB value is (172,228,22). Sum of RGB (Red+Green+Blue) = 172+228+22=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE416 is #531BE9. Grayscale: #BCBCBC. Windows color (decimal): -5446634 or 1500332. OLE color: 1500332.
HSL color Cylindrical-coordinate representation of color #ACE416: hue angle of 76.31º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACE416 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 22 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.11 |
| HSL | 76.31º | 0.82% | 0.49% | - |
| HSV(B) | 76.31º | 0.9% | 0.89% | - |
| XYZ | 44.9 | 64.32 | 10.81 | - |
| YUV | 187.77 | 34.45 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 22 | 0.25 | 0 | 0.90 | 0.11 | 76.31 | 0.82 | 0.49 |
| Hex | AC | E4 | 16 | 19 | 0 | 5A | B | 4C | 52 | 31 |
| Octal | 254 | 344 | 26 | 31 | 0 | 132 | 13 | 114 | 122 | 61 |
| Binary | 10101100 | 11100100 | 10110 | 11001 | 0 | 1011010 | 1011 | 1001100 | 1010010 | 110001 |
Color Harmonies of #ACE416
Complementary color
Monochromatic Colors of #ACE416
Black with #ACE416
Text Example
Text Example
White with #ACE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE416; }
p { color: rgb(172,228,22); }
H1.HeaderClassName
{
color: #ACE416;
}
.AnyTagClassName
{
color: #ACE416;
}
</style>
background-color css
<style>
a { background-color: #ACE416; }
a { background-color: rgb(172,228,22); }
div.DivClassName
{
background-color: #ACE416;
}
.BgClassName
{
background-color: #ACE416;
}
</style>
border-color css
<style>
span { border-color: #ACE416; }
span { border-color: rgb(172,228,22); }
td.TdClassName
{
border-color: #ACE416;
}
.TagClassName
{
border-color: #ACE416;
}
</style>