Shades of Inch Worm #A0DA0B
Tints of Inch Worm #A0DA0B
RGB
CMYK
RGB Variations
Color information
#A0DA0B (or 0xA0DA0B) is known color: Inch Worm. HEX triplet: A0, DA and 0B. RGB value is (160,218,11). Sum of RGB (Red+Green+Blue) = 160+218+11=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DA0B is #5F25F4. Grayscale: #B1B1B1. Windows color (decimal): -6235637 or 776864. OLE color: 776864.
HSL color Cylindrical-coordinate representation of color #A0DA0B: hue angle of 76.81º degrees, saturation: 0.9, 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 #A0DA0B is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 11 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.15 |
| HSL | 76.81º | 0.9% | 0.45% | - |
| HSV(B) | 76.81º | 0.95% | 0.85% | - |
| XYZ | 39.63 | 57.64 | 9.35 | - |
| YUV | 177.06 | 34.28 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 11 | 0.27 | 0 | 0.95 | 0.15 | 76.81 | 0.9 | 0.45 |
| Hex | A0 | DA | B | 1B | 0 | 5F | F | 4D | 5A | 2D |
| Octal | 240 | 332 | 13 | 33 | 0 | 137 | 17 | 115 | 132 | 55 |
| Binary | 10100000 | 11011010 | 1011 | 11011 | 0 | 1011111 | 1111 | 1001101 | 1011010 | 101101 |
Color Harmonies of #A0DA0B
Complementary color
Monochromatic Colors of #A0DA0B
Black with #A0DA0B
Text Example
Text Example
White with #A0DA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA0B; }
p { color: rgb(160,218,11); }
H1.HeaderClassName
{
color: #A0DA0B;
}
.AnyTagClassName
{
color: #A0DA0B;
}
</style>
background-color css
<style>
a { background-color: #A0DA0B; }
a { background-color: rgb(160,218,11); }
div.DivClassName
{
background-color: #A0DA0B;
}
.BgClassName
{
background-color: #A0DA0B;
}
</style>
border-color css
<style>
span { border-color: #A0DA0B; }
span { border-color: rgb(160,218,11); }
td.TdClassName
{
border-color: #A0DA0B;
}
.TagClassName
{
border-color: #A0DA0B;
}
</style>