Shades of Inch Worm #A0D211
Tints of Inch Worm #A0D211
RGB
CMYK
RGB Variations
Color information
#A0D211 (or 0xA0D211) is known color: Inch Worm. HEX triplet: A0, D2 and 11. RGB value is (160,210,17). Sum of RGB (Red+Green+Blue) = 160+210+17=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D211 is #5F2DEE. Grayscale: #ADADAD. Windows color (decimal): -6237679 or 1168032. OLE color: 1168032.
HSL color Cylindrical-coordinate representation of color #A0D211: hue angle of 75.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0D211 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 17 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.18 |
| HSL | 75.54º | 0.85% | 0.45% | - |
| HSV(B) | 75.54º | 0.92% | 0.82% | - |
| XYZ | 37.64 | 53.61 | 8.89 | - |
| YUV | 173.05 | 39.94 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 17 | 0.24 | 0 | 0.92 | 0.18 | 75.54 | 0.85 | 0.45 |
| Hex | A0 | D2 | 11 | 18 | 0 | 5C | 12 | 4C | 55 | 2D |
| Octal | 240 | 322 | 21 | 30 | 0 | 134 | 22 | 114 | 125 | 55 |
| Binary | 10100000 | 11010010 | 10001 | 11000 | 0 | 1011100 | 10010 | 1001100 | 1010101 | 101101 |
Color Harmonies of #A0D211
Complementary color
Monochromatic Colors of #A0D211
Black with #A0D211
Text Example
Text Example
White with #A0D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D211; }
p { color: rgb(160,210,17); }
H1.HeaderClassName
{
color: #A0D211;
}
.AnyTagClassName
{
color: #A0D211;
}
</style>
background-color css
<style>
a { background-color: #A0D211; }
a { background-color: rgb(160,210,17); }
div.DivClassName
{
background-color: #A0D211;
}
.BgClassName
{
background-color: #A0D211;
}
</style>
border-color css
<style>
span { border-color: #A0D211; }
span { border-color: rgb(160,210,17); }
td.TdClassName
{
border-color: #A0D211;
}
.TagClassName
{
border-color: #A0D211;
}
</style>