Shades of Inch Worm #A0DA00
Tints of Inch Worm #A0DA00
RGB
CMYK
RGB Variations
Color information
#A0DA00 (or 0xA0DA00) is known color: Inch Worm. HEX triplet: A0, DA and 00. RGB value is (160,218,0). Sum of RGB (Red+Green+Blue) = 160+218+0=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DA00 is #5F25FF. Grayscale: #B0B0B0. Windows color (decimal): -6235648 or 55968. OLE color: 55968.
HSL color Cylindrical-coordinate representation of color #A0DA00: hue angle of 75.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0DA00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.15 |
| HSL | 75.96º | 1% | 0.43% | - |
| HSV(B) | 75.96º | 1% | 0.85% | - |
| XYZ | 39.57 | 57.62 | 9.04 | - |
| YUV | 175.81 | 28.78 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 0 | 0.27 | 0 | 1 | 0.15 | 75.96 | 1 | 0.43 |
| Hex | A0 | DA | 0 | 1B | 0 | 64 | F | 4C | 64 | 2B |
| Octal | 240 | 332 | 0 | 33 | 0 | 144 | 17 | 114 | 144 | 53 |
| Binary | 10100000 | 11011010 | 0 | 11011 | 0 | 1100100 | 1111 | 1001100 | 1100100 | 101011 |
Color Harmonies of #A0DA00
Complementary color
Monochromatic Colors of #A0DA00
Black with #A0DA00
Text Example
Text Example
White with #A0DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA00; }
p { color: rgb(160,218,0); }
H1.HeaderClassName
{
color: #A0DA00;
}
.AnyTagClassName
{
color: #A0DA00;
}
</style>
background-color css
<style>
a { background-color: #A0DA00; }
a { background-color: rgb(160,218,0); }
div.DivClassName
{
background-color: #A0DA00;
}
.BgClassName
{
background-color: #A0DA00;
}
</style>
border-color css
<style>
span { border-color: #A0DA00; }
span { border-color: rgb(160,218,0); }
td.TdClassName
{
border-color: #A0DA00;
}
.TagClassName
{
border-color: #A0DA00;
}
</style>