Shades of Inch Worm #A0E11C
Tints of Inch Worm #A0E11C
RGB
CMYK
RGB Variations
Color information
#A0E11C (or 0xA0E11C) is known color: Inch Worm. HEX triplet: A0, E1 and 1C. RGB value is (160,225,28). Sum of RGB (Red+Green+Blue) = 160+225+28=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E11C is #5F1EE3. Grayscale: #B7B7B7. Windows color (decimal): -6233828 or 1892768. OLE color: 1892768.
HSL color Cylindrical-coordinate representation of color #A0E11C: hue angle of 79.8º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0E11C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 28 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.12 |
| HSL | 79.8º | 0.78% | 0.5% | - |
| HSV(B) | 79.8º | 0.88% | 0.88% | - |
| XYZ | 41.63 | 61.41 | 10.76 | - |
| YUV | 183.11 | 40.47 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 28 | 0.29 | 0 | 0.88 | 0.12 | 79.8 | 0.78 | 0.5 |
| Hex | A0 | E1 | 1C | 1D | 0 | 58 | C | 50 | 4E | 32 |
| Octal | 240 | 341 | 34 | 35 | 0 | 130 | 14 | 120 | 116 | 62 |
| Binary | 10100000 | 11100001 | 11100 | 11101 | 0 | 1011000 | 1100 | 1010000 | 1001110 | 110010 |
Color Harmonies of #A0E11C
Complementary color
Monochromatic Colors of #A0E11C
Black with #A0E11C
Text Example
Text Example
White with #A0E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E11C; }
p { color: rgb(160,225,28); }
H1.HeaderClassName
{
color: #A0E11C;
}
.AnyTagClassName
{
color: #A0E11C;
}
</style>
background-color css
<style>
a { background-color: #A0E11C; }
a { background-color: rgb(160,225,28); }
div.DivClassName
{
background-color: #A0E11C;
}
.BgClassName
{
background-color: #A0E11C;
}
</style>
border-color css
<style>
span { border-color: #A0E11C; }
span { border-color: rgb(160,225,28); }
td.TdClassName
{
border-color: #A0E11C;
}
.TagClassName
{
border-color: #A0E11C;
}
</style>