Shades of Inch Worm #A0EF19
Tints of Inch Worm #A0EF19
RGB
CMYK
RGB Variations
Color information
#A0EF19 (or 0xA0EF19) is known color: Inch Worm. HEX triplet: A0, EF and 19. RGB value is (160,239,25). Sum of RGB (Red+Green+Blue) = 160+239+25=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 239 (93.75% from 255 or 56.37% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EF19 is #5F10E6. Grayscale: #BFBFBF. Windows color (decimal): -6230247 or 1699744. OLE color: 1699744.
HSL color Cylindrical-coordinate representation of color #A0EF19: hue angle of 82.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0EF19 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 25 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.06 |
| HSL | 82.15º | 0.87% | 0.52% | - |
| HSV(B) | 82.15º | 0.9% | 0.94% | - |
| XYZ | 45.54 | 69.28 | 11.89 | - |
| YUV | 190.98 | 34.33 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 25 | 0.33 | 0 | 0.90 | 0.06 | 82.15 | 0.87 | 0.52 |
| Hex | A0 | EF | 19 | 21 | 0 | 5A | 6 | 52 | 57 | 34 |
| Octal | 240 | 357 | 31 | 41 | 0 | 132 | 6 | 122 | 127 | 64 |
| Binary | 10100000 | 11101111 | 11001 | 100001 | 0 | 1011010 | 110 | 1010010 | 1010111 | 110100 |
Color Harmonies of #A0EF19
Complementary color
Monochromatic Colors of #A0EF19
Black with #A0EF19
Text Example
Text Example
White with #A0EF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF19; }
p { color: rgb(160,239,25); }
H1.HeaderClassName
{
color: #A0EF19;
}
.AnyTagClassName
{
color: #A0EF19;
}
</style>
background-color css
<style>
a { background-color: #A0EF19; }
a { background-color: rgb(160,239,25); }
div.DivClassName
{
background-color: #A0EF19;
}
.BgClassName
{
background-color: #A0EF19;
}
</style>
border-color css
<style>
span { border-color: #A0EF19; }
span { border-color: rgb(160,239,25); }
td.TdClassName
{
border-color: #A0EF19;
}
.TagClassName
{
border-color: #A0EF19;
}
</style>