Shades of Inch Worm #A0EA16
Tints of Inch Worm #A0EA16
RGB
CMYK
RGB Variations
Color information
#A0EA16 (or 0xA0EA16) is known color: Inch Worm. HEX triplet: A0, EA and 16. RGB value is (160,234,22). Sum of RGB (Red+Green+Blue) = 160+234+22=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EA16 is #5F15E9. Grayscale: #BCBCBC. Windows color (decimal): -6231530 or 1501856. OLE color: 1501856.
HSL color Cylindrical-coordinate representation of color #A0EA16: hue angle of 80.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0EA16 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 22 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.08 |
| HSL | 80.94º | 0.83% | 0.5% | - |
| HSV(B) | 80.94º | 0.91% | 0.92% | - |
| XYZ | 44.06 | 66.38 | 11.25 | - |
| YUV | 187.71 | 34.48 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 22 | 0.32 | 0 | 0.91 | 0.08 | 80.94 | 0.83 | 0.5 |
| Hex | A0 | EA | 16 | 20 | 0 | 5B | 8 | 51 | 53 | 32 |
| Octal | 240 | 352 | 26 | 40 | 0 | 133 | 10 | 121 | 123 | 62 |
| Binary | 10100000 | 11101010 | 10110 | 100000 | 0 | 1011011 | 1000 | 1010001 | 1010011 | 110010 |
Color Harmonies of #A0EA16
Complementary color
Monochromatic Colors of #A0EA16
Black with #A0EA16
Text Example
Text Example
White with #A0EA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA16; }
p { color: rgb(160,234,22); }
H1.HeaderClassName
{
color: #A0EA16;
}
.AnyTagClassName
{
color: #A0EA16;
}
</style>
background-color css
<style>
a { background-color: #A0EA16; }
a { background-color: rgb(160,234,22); }
div.DivClassName
{
background-color: #A0EA16;
}
.BgClassName
{
background-color: #A0EA16;
}
</style>
border-color css
<style>
span { border-color: #A0EA16; }
span { border-color: rgb(160,234,22); }
td.TdClassName
{
border-color: #A0EA16;
}
.TagClassName
{
border-color: #A0EA16;
}
</style>