Shades of Inch Worm #A0DA0A
Tints of Inch Worm #A0DA0A
RGB
CMYK
RGB Variations
Color information
#A0DA0A (or 0xA0DA0A) is known color: Inch Worm. HEX triplet: A0, DA and 0A. RGB value is (160,218,10). Sum of RGB (Red+Green+Blue) = 160+218+10=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DA0A is #5F25F5. Grayscale: #B1B1B1. Windows color (decimal): -6235638 or 711328. OLE color: 711328.
HSL color Cylindrical-coordinate representation of color #A0DA0A: hue angle of 76.73º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0DA0A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 10 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.15 |
| HSL | 76.73º | 0.91% | 0.45% | - |
| HSV(B) | 76.73º | 0.95% | 0.85% | - |
| XYZ | 39.62 | 57.64 | 9.32 | - |
| YUV | 176.95 | 33.78 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 10 | 0.27 | 0 | 0.95 | 0.15 | 76.73 | 0.91 | 0.45 |
| Hex | A0 | DA | A | 1B | 0 | 5F | F | 4D | 5B | 2D |
| Octal | 240 | 332 | 12 | 33 | 0 | 137 | 17 | 115 | 133 | 55 |
| Binary | 10100000 | 11011010 | 1010 | 11011 | 0 | 1011111 | 1111 | 1001101 | 1011011 | 101101 |
Color Harmonies of #A0DA0A
Complementary color
Monochromatic Colors of #A0DA0A
Black with #A0DA0A
Text Example
Text Example
White with #A0DA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA0A; }
p { color: rgb(160,218,10); }
H1.HeaderClassName
{
color: #A0DA0A;
}
.AnyTagClassName
{
color: #A0DA0A;
}
</style>
background-color css
<style>
a { background-color: #A0DA0A; }
a { background-color: rgb(160,218,10); }
div.DivClassName
{
background-color: #A0DA0A;
}
.BgClassName
{
background-color: #A0DA0A;
}
</style>
border-color css
<style>
span { border-color: #A0DA0A; }
span { border-color: rgb(160,218,10); }
td.TdClassName
{
border-color: #A0DA0A;
}
.TagClassName
{
border-color: #A0DA0A;
}
</style>