Shades of Inch Worm #A0DA08
Tints of Inch Worm #A0DA08
RGB
CMYK
RGB Variations
Color information
#A0DA08 (or 0xA0DA08) is known color: Inch Worm. HEX triplet: A0, DA and 08. RGB value is (160,218,8). Sum of RGB (Red+Green+Blue) = 160+218+8=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DA08 is #5F25F7. Grayscale: #B1B1B1. Windows color (decimal): -6235640 or 580256. OLE color: 580256.
HSL color Cylindrical-coordinate representation of color #A0DA08: hue angle of 76.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0DA08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.15 |
| HSL | 76.57º | 0.93% | 0.44% | - |
| HSV(B) | 76.57º | 0.96% | 0.85% | - |
| XYZ | 39.61 | 57.63 | 9.27 | - |
| YUV | 176.72 | 32.78 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 8 | 0.27 | 0 | 0.96 | 0.15 | 76.57 | 0.93 | 0.44 |
| Hex | A0 | DA | 8 | 1B | 0 | 60 | F | 4D | 5D | 2C |
| Octal | 240 | 332 | 10 | 33 | 0 | 140 | 17 | 115 | 135 | 54 |
| Binary | 10100000 | 11011010 | 1000 | 11011 | 0 | 1100000 | 1111 | 1001101 | 1011101 | 101100 |
Color Harmonies of #A0DA08
Complementary color
Monochromatic Colors of #A0DA08
Black with #A0DA08
Text Example
Text Example
White with #A0DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA08; }
p { color: rgb(160,218,8); }
H1.HeaderClassName
{
color: #A0DA08;
}
.AnyTagClassName
{
color: #A0DA08;
}
</style>
background-color css
<style>
a { background-color: #A0DA08; }
a { background-color: rgb(160,218,8); }
div.DivClassName
{
background-color: #A0DA08;
}
.BgClassName
{
background-color: #A0DA08;
}
</style>
border-color css
<style>
span { border-color: #A0DA08; }
span { border-color: rgb(160,218,8); }
td.TdClassName
{
border-color: #A0DA08;
}
.TagClassName
{
border-color: #A0DA08;
}
</style>