Shades of Inch Worm #A0E010
Tints of Inch Worm #A0E010
RGB
CMYK
RGB Variations
Color information
#A0E010 (or 0xA0E010) is known color: Inch Worm. HEX triplet: A0, E0 and 10. RGB value is (160,224,16). Sum of RGB (Red+Green+Blue) = 160+224+16=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E010 is #5F1FEF. Grayscale: #B5B5B5. Windows color (decimal): -6234096 or 1106080. OLE color: 1106080.
HSL color Cylindrical-coordinate representation of color #A0E010: hue angle of 78.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0E010 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 16 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.12 |
| HSL | 78.46º | 0.87% | 0.47% | - |
| HSV(B) | 78.46º | 0.93% | 0.88% | - |
| XYZ | 41.25 | 60.82 | 10.06 | - |
| YUV | 181.15 | 34.8 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 16 | 0.29 | 0 | 0.93 | 0.12 | 78.46 | 0.87 | 0.47 |
| Hex | A0 | E0 | 10 | 1D | 0 | 5D | C | 4E | 57 | 2F |
| Octal | 240 | 340 | 20 | 35 | 0 | 135 | 14 | 116 | 127 | 57 |
| Binary | 10100000 | 11100000 | 10000 | 11101 | 0 | 1011101 | 1100 | 1001110 | 1010111 | 101111 |
Color Harmonies of #A0E010
Complementary color
Monochromatic Colors of #A0E010
Black with #A0E010
Text Example
Text Example
White with #A0E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E010; }
p { color: rgb(160,224,16); }
H1.HeaderClassName
{
color: #A0E010;
}
.AnyTagClassName
{
color: #A0E010;
}
</style>
background-color css
<style>
a { background-color: #A0E010; }
a { background-color: rgb(160,224,16); }
div.DivClassName
{
background-color: #A0E010;
}
.BgClassName
{
background-color: #A0E010;
}
</style>
border-color css
<style>
span { border-color: #A0E010; }
span { border-color: rgb(160,224,16); }
td.TdClassName
{
border-color: #A0E010;
}
.TagClassName
{
border-color: #A0E010;
}
</style>