Shades of Inch Worm #A0EF14
Tints of Inch Worm #A0EF14
RGB
CMYK
RGB Variations
Color information
#A0EF14 (or 0xA0EF14) is known color: Inch Worm. HEX triplet: A0, EF and 14. RGB value is (160,239,20). Sum of RGB (Red+Green+Blue) = 160+239+20=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EF14 is #5F10EB. Grayscale: #BFBFBF. Windows color (decimal): -6230252 or 1372064. OLE color: 1372064.
HSL color Cylindrical-coordinate representation of color #A0EF14: hue angle of 81.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0EF14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.06 |
| HSL | 81.64º | 0.87% | 0.51% | - |
| HSV(B) | 81.64º | 0.92% | 0.94% | - |
| XYZ | 45.49 | 69.26 | 11.63 | - |
| YUV | 190.41 | 31.83 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 20 | 0.33 | 0 | 0.92 | 0.06 | 81.64 | 0.87 | 0.51 |
| Hex | A0 | EF | 14 | 21 | 0 | 5C | 6 | 52 | 57 | 33 |
| Octal | 240 | 357 | 24 | 41 | 0 | 134 | 6 | 122 | 127 | 63 |
| Binary | 10100000 | 11101111 | 10100 | 100001 | 0 | 1011100 | 110 | 1010010 | 1010111 | 110011 |
Color Harmonies of #A0EF14
Complementary color
Monochromatic Colors of #A0EF14
Black with #A0EF14
Text Example
Text Example
White with #A0EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF14; }
p { color: rgb(160,239,20); }
H1.HeaderClassName
{
color: #A0EF14;
}
.AnyTagClassName
{
color: #A0EF14;
}
</style>
background-color css
<style>
a { background-color: #A0EF14; }
a { background-color: rgb(160,239,20); }
div.DivClassName
{
background-color: #A0EF14;
}
.BgClassName
{
background-color: #A0EF14;
}
</style>
border-color css
<style>
span { border-color: #A0EF14; }
span { border-color: rgb(160,239,20); }
td.TdClassName
{
border-color: #A0EF14;
}
.TagClassName
{
border-color: #A0EF14;
}
</style>