Shades of Inch Worm #A0E416
Tints of Inch Worm #A0E416
RGB
CMYK
RGB Variations
Color information
#A0E416 (or 0xA0E416) is known color: Inch Worm. HEX triplet: A0, E4 and 16. RGB value is (160,228,22). Sum of RGB (Red+Green+Blue) = 160+228+22=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E416 is #5F1BE9. Grayscale: #B8B8B8. Windows color (decimal): -6233066 or 1500320. OLE color: 1500320.
HSL color Cylindrical-coordinate representation of color #A0E416: hue angle of 79.81º 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 #A0E416 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 22 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.11 |
| HSL | 79.81º | 0.82% | 0.49% | - |
| HSV(B) | 79.81º | 0.9% | 0.89% | - |
| XYZ | 42.39 | 63.02 | 10.69 | - |
| YUV | 184.18 | 36.47 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 22 | 0.30 | 0 | 0.90 | 0.11 | 79.81 | 0.82 | 0.49 |
| Hex | A0 | E4 | 16 | 1E | 0 | 5A | B | 50 | 52 | 31 |
| Octal | 240 | 344 | 26 | 36 | 0 | 132 | 13 | 120 | 122 | 61 |
| Binary | 10100000 | 11100100 | 10110 | 11110 | 0 | 1011010 | 1011 | 1010000 | 1010010 | 110001 |
Color Harmonies of #A0E416
Complementary color
Monochromatic Colors of #A0E416
Black with #A0E416
Text Example
Text Example
White with #A0E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E416; }
p { color: rgb(160,228,22); }
H1.HeaderClassName
{
color: #A0E416;
}
.AnyTagClassName
{
color: #A0E416;
}
</style>
background-color css
<style>
a { background-color: #A0E416; }
a { background-color: rgb(160,228,22); }
div.DivClassName
{
background-color: #A0E416;
}
.BgClassName
{
background-color: #A0E416;
}
</style>
border-color css
<style>
span { border-color: #A0E416; }
span { border-color: rgb(160,228,22); }
td.TdClassName
{
border-color: #A0E416;
}
.TagClassName
{
border-color: #A0E416;
}
</style>