Shades of Inch Worm #A0DB0C
Tints of Inch Worm #A0DB0C
RGB
CMYK
RGB Variations
Color information
#A0DB0C (or 0xA0DB0C) is known color: Inch Worm. HEX triplet: A0, DB and 0C. RGB value is (160,219,12). Sum of RGB (Red+Green+Blue) = 160+219+12=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DB0C is #5F24F3. Grayscale: #B2B2B2. Windows color (decimal): -6235380 or 842656. OLE color: 842656.
HSL color Cylindrical-coordinate representation of color #A0DB0C: hue angle of 77.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0DB0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 12 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.14 |
| HSL | 77.1º | 0.9% | 0.45% | - |
| HSV(B) | 77.1º | 0.95% | 0.86% | - |
| XYZ | 39.9 | 58.16 | 9.47 | - |
| YUV | 177.76 | 34.45 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 12 | 0.27 | 0 | 0.95 | 0.14 | 77.1 | 0.9 | 0.45 |
| Hex | A0 | DB | C | 1B | 0 | 5F | E | 4D | 5A | 2D |
| Octal | 240 | 333 | 14 | 33 | 0 | 137 | 16 | 115 | 132 | 55 |
| Binary | 10100000 | 11011011 | 1100 | 11011 | 0 | 1011111 | 1110 | 1001101 | 1011010 | 101101 |
Color Harmonies of #A0DB0C
Complementary color
Monochromatic Colors of #A0DB0C
Black with #A0DB0C
Text Example
Text Example
White with #A0DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB0C; }
p { color: rgb(160,219,12); }
H1.HeaderClassName
{
color: #A0DB0C;
}
.AnyTagClassName
{
color: #A0DB0C;
}
</style>
background-color css
<style>
a { background-color: #A0DB0C; }
a { background-color: rgb(160,219,12); }
div.DivClassName
{
background-color: #A0DB0C;
}
.BgClassName
{
background-color: #A0DB0C;
}
</style>
border-color css
<style>
span { border-color: #A0DB0C; }
span { border-color: rgb(160,219,12); }
td.TdClassName
{
border-color: #A0DB0C;
}
.TagClassName
{
border-color: #A0DB0C;
}
</style>