Shades of Inch Worm #A0E00A
Tints of Inch Worm #A0E00A
RGB
CMYK
RGB Variations
Color information
#A0E00A (or 0xA0E00A) is known color: Inch Worm. HEX triplet: A0, E0 and 0A. RGB value is (160,224,10). Sum of RGB (Red+Green+Blue) = 160+224+10=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E00A is #5F1FF5. Grayscale: #B5B5B5. Windows color (decimal): -6234102 or 712864. OLE color: 712864.
HSL color Cylindrical-coordinate representation of color #A0E00A: hue angle of 77.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0E00A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 10 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.12 |
| HSL | 77.94º | 0.91% | 0.46% | - |
| HSV(B) | 77.94º | 0.96% | 0.88% | - |
| XYZ | 41.21 | 60.81 | 9.85 | - |
| YUV | 180.47 | 31.8 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 10 | 0.29 | 0 | 0.96 | 0.12 | 77.94 | 0.91 | 0.46 |
| Hex | A0 | E0 | A | 1D | 0 | 60 | C | 4E | 5B | 2E |
| Octal | 240 | 340 | 12 | 35 | 0 | 140 | 14 | 116 | 133 | 56 |
| Binary | 10100000 | 11100000 | 1010 | 11101 | 0 | 1100000 | 1100 | 1001110 | 1011011 | 101110 |
Color Harmonies of #A0E00A
Complementary color
Monochromatic Colors of #A0E00A
Black with #A0E00A
Text Example
Text Example
White with #A0E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E00A; }
p { color: rgb(160,224,10); }
H1.HeaderClassName
{
color: #A0E00A;
}
.AnyTagClassName
{
color: #A0E00A;
}
</style>
background-color css
<style>
a { background-color: #A0E00A; }
a { background-color: rgb(160,224,10); }
div.DivClassName
{
background-color: #A0E00A;
}
.BgClassName
{
background-color: #A0E00A;
}
</style>
border-color css
<style>
span { border-color: #A0E00A; }
span { border-color: rgb(160,224,10); }
td.TdClassName
{
border-color: #A0E00A;
}
.TagClassName
{
border-color: #A0E00A;
}
</style>