Shades of Inch Worm #A0EF16
Tints of Inch Worm #A0EF16
RGB
CMYK
RGB Variations
Color information
#A0EF16 (or 0xA0EF16) is known color: Inch Worm. HEX triplet: A0, EF and 16. RGB value is (160,239,22). Sum of RGB (Red+Green+Blue) = 160+239+22=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 239 (93.75% from 255 or 56.77% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EF16 is #5F10E9. Grayscale: #BFBFBF. Windows color (decimal): -6230250 or 1503136. OLE color: 1503136.
HSL color Cylindrical-coordinate representation of color #A0EF16: hue angle of 81.84º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0EF16 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 22 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.06 |
| HSL | 81.84º | 0.87% | 0.51% | - |
| HSV(B) | 81.84º | 0.91% | 0.94% | - |
| XYZ | 45.51 | 69.26 | 11.73 | - |
| YUV | 190.64 | 32.83 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 22 | 0.33 | 0 | 0.91 | 0.06 | 81.84 | 0.87 | 0.51 |
| Hex | A0 | EF | 16 | 21 | 0 | 5B | 6 | 52 | 57 | 33 |
| Octal | 240 | 357 | 26 | 41 | 0 | 133 | 6 | 122 | 127 | 63 |
| Binary | 10100000 | 11101111 | 10110 | 100001 | 0 | 1011011 | 110 | 1010010 | 1010111 | 110011 |
Color Harmonies of #A0EF16
Complementary color
Monochromatic Colors of #A0EF16
Black with #A0EF16
Text Example
Text Example
White with #A0EF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF16; }
p { color: rgb(160,239,22); }
H1.HeaderClassName
{
color: #A0EF16;
}
.AnyTagClassName
{
color: #A0EF16;
}
</style>
background-color css
<style>
a { background-color: #A0EF16; }
a { background-color: rgb(160,239,22); }
div.DivClassName
{
background-color: #A0EF16;
}
.BgClassName
{
background-color: #A0EF16;
}
</style>
border-color css
<style>
span { border-color: #A0EF16; }
span { border-color: rgb(160,239,22); }
td.TdClassName
{
border-color: #A0EF16;
}
.TagClassName
{
border-color: #A0EF16;
}
</style>