Shades of Inch Worm #A0E40A
Tints of Inch Worm #A0E40A
RGB
CMYK
RGB Variations
Color information
#A0E40A (or 0xA0E40A) is known color: Inch Worm. HEX triplet: A0, E4 and 0A. RGB value is (160,228,10). Sum of RGB (Red+Green+Blue) = 160+228+10=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E40A is #5F1BF5. Grayscale: #B7B7B7. Windows color (decimal): -6233078 or 713888. OLE color: 713888.
HSL color Cylindrical-coordinate representation of color #A0E40A: hue angle of 78.72º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0E40A is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 10 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.11 |
| HSL | 78.72º | 0.92% | 0.47% | - |
| HSV(B) | 78.72º | 0.96% | 0.89% | - |
| XYZ | 42.3 | 62.98 | 10.21 | - |
| YUV | 182.82 | 30.47 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 10 | 0.30 | 0 | 0.96 | 0.11 | 78.72 | 0.92 | 0.47 |
| Hex | A0 | E4 | A | 1E | 0 | 60 | B | 4F | 5C | 2F |
| Octal | 240 | 344 | 12 | 36 | 0 | 140 | 13 | 117 | 134 | 57 |
| Binary | 10100000 | 11100100 | 1010 | 11110 | 0 | 1100000 | 1011 | 1001111 | 1011100 | 101111 |
Color Harmonies of #A0E40A
Complementary color
Monochromatic Colors of #A0E40A
Black with #A0E40A
Text Example
Text Example
White with #A0E40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E40A; }
p { color: rgb(160,228,10); }
H1.HeaderClassName
{
color: #A0E40A;
}
.AnyTagClassName
{
color: #A0E40A;
}
</style>
background-color css
<style>
a { background-color: #A0E40A; }
a { background-color: rgb(160,228,10); }
div.DivClassName
{
background-color: #A0E40A;
}
.BgClassName
{
background-color: #A0E40A;
}
</style>
border-color css
<style>
span { border-color: #A0E40A; }
span { border-color: rgb(160,228,10); }
td.TdClassName
{
border-color: #A0E40A;
}
.TagClassName
{
border-color: #A0E40A;
}
</style>