Shades of Inch Worm #A0E11A
Tints of Inch Worm #A0E11A
RGB
CMYK
RGB Variations
Color information
#A0E11A (or 0xA0E11A) is known color: Inch Worm. HEX triplet: A0, E1 and 1A. RGB value is (160,225,26). Sum of RGB (Red+Green+Blue) = 160+225+26=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E11A is #5F1EE5. Grayscale: #B7B7B7. Windows color (decimal): -6233830 or 1761696. OLE color: 1761696.
HSL color Cylindrical-coordinate representation of color #A0E11A: hue angle of 79.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0E11A is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 26 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.12 |
| HSL | 79.6º | 0.79% | 0.49% | - |
| HSV(B) | 79.6º | 0.88% | 0.88% | - |
| XYZ | 41.61 | 61.4 | 10.64 | - |
| YUV | 182.88 | 39.47 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 26 | 0.29 | 0 | 0.88 | 0.12 | 79.6 | 0.79 | 0.49 |
| Hex | A0 | E1 | 1A | 1D | 0 | 58 | C | 50 | 4F | 31 |
| Octal | 240 | 341 | 32 | 35 | 0 | 130 | 14 | 120 | 117 | 61 |
| Binary | 10100000 | 11100001 | 11010 | 11101 | 0 | 1011000 | 1100 | 1010000 | 1001111 | 110001 |
Color Harmonies of #A0E11A
Complementary color
Monochromatic Colors of #A0E11A
Black with #A0E11A
Text Example
Text Example
White with #A0E11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E11A; }
p { color: rgb(160,225,26); }
H1.HeaderClassName
{
color: #A0E11A;
}
.AnyTagClassName
{
color: #A0E11A;
}
</style>
background-color css
<style>
a { background-color: #A0E11A; }
a { background-color: rgb(160,225,26); }
div.DivClassName
{
background-color: #A0E11A;
}
.BgClassName
{
background-color: #A0E11A;
}
</style>
border-color css
<style>
span { border-color: #A0E11A; }
span { border-color: rgb(160,225,26); }
td.TdClassName
{
border-color: #A0E11A;
}
.TagClassName
{
border-color: #A0E11A;
}
</style>