Shades of Inch Worm #A0EE16
Tints of Inch Worm #A0EE16
RGB
CMYK
RGB Variations
Color information
#A0EE16 (or 0xA0EE16) is known color: Inch Worm. HEX triplet: A0, EE and 16. RGB value is (160,238,22). Sum of RGB (Red+Green+Blue) = 160+238+22=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EE16 is #5F11E9. Grayscale: #BEBEBE. Windows color (decimal): -6230506 or 1502880. OLE color: 1502880.
HSL color Cylindrical-coordinate representation of color #A0EE16: hue angle of 81.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0EE16 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 22 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.07 |
| HSL | 81.67º | 0.86% | 0.51% | - |
| HSV(B) | 81.67º | 0.91% | 0.93% | - |
| XYZ | 45.22 | 68.68 | 11.63 | - |
| YUV | 190.05 | 33.16 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 22 | 0.33 | 0 | 0.91 | 0.07 | 81.67 | 0.86 | 0.51 |
| Hex | A0 | EE | 16 | 21 | 0 | 5B | 7 | 52 | 56 | 33 |
| Octal | 240 | 356 | 26 | 41 | 0 | 133 | 7 | 122 | 126 | 63 |
| Binary | 10100000 | 11101110 | 10110 | 100001 | 0 | 1011011 | 111 | 1010010 | 1010110 | 110011 |
Color Harmonies of #A0EE16
Complementary color
Monochromatic Colors of #A0EE16
Black with #A0EE16
Text Example
Text Example
White with #A0EE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE16; }
p { color: rgb(160,238,22); }
H1.HeaderClassName
{
color: #A0EE16;
}
.AnyTagClassName
{
color: #A0EE16;
}
</style>
background-color css
<style>
a { background-color: #A0EE16; }
a { background-color: rgb(160,238,22); }
div.DivClassName
{
background-color: #A0EE16;
}
.BgClassName
{
background-color: #A0EE16;
}
</style>
border-color css
<style>
span { border-color: #A0EE16; }
span { border-color: rgb(160,238,22); }
td.TdClassName
{
border-color: #A0EE16;
}
.TagClassName
{
border-color: #A0EE16;
}
</style>