Shades of Inch Worm #A0E011
Tints of Inch Worm #A0E011
RGB
CMYK
RGB Variations
Color information
#A0E011 (or 0xA0E011) is known color: Inch Worm. HEX triplet: A0, E0 and 11. RGB value is (160,224,17). Sum of RGB (Red+Green+Blue) = 160+224+17=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E011 is #5F1FEE. Grayscale: #B6B6B6. Windows color (decimal): -6234095 or 1171616. OLE color: 1171616.
HSL color Cylindrical-coordinate representation of color #A0E011: hue angle of 78.55º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0E011 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 17 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.12 |
| HSL | 78.55º | 0.86% | 0.47% | - |
| HSV(B) | 78.55º | 0.92% | 0.88% | - |
| XYZ | 41.25 | 60.83 | 10.1 | - |
| YUV | 181.27 | 35.3 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 17 | 0.29 | 0 | 0.92 | 0.12 | 78.55 | 0.86 | 0.47 |
| Hex | A0 | E0 | 11 | 1D | 0 | 5C | C | 4F | 56 | 2F |
| Octal | 240 | 340 | 21 | 35 | 0 | 134 | 14 | 117 | 126 | 57 |
| Binary | 10100000 | 11100000 | 10001 | 11101 | 0 | 1011100 | 1100 | 1001111 | 1010110 | 101111 |
Color Harmonies of #A0E011
Complementary color
Monochromatic Colors of #A0E011
Black with #A0E011
Text Example
Text Example
White with #A0E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E011; }
p { color: rgb(160,224,17); }
H1.HeaderClassName
{
color: #A0E011;
}
.AnyTagClassName
{
color: #A0E011;
}
</style>
background-color css
<style>
a { background-color: #A0E011; }
a { background-color: rgb(160,224,17); }
div.DivClassName
{
background-color: #A0E011;
}
.BgClassName
{
background-color: #A0E011;
}
</style>
border-color css
<style>
span { border-color: #A0E011; }
span { border-color: rgb(160,224,17); }
td.TdClassName
{
border-color: #A0E011;
}
.TagClassName
{
border-color: #A0E011;
}
</style>