Shades of Inch Worm #A0D611
Tints of Inch Worm #A0D611
RGB
CMYK
RGB Variations
Color information
#A0D611 (or 0xA0D611) is known color: Inch Worm. HEX triplet: A0, D6 and 11. RGB value is (160,214,17). Sum of RGB (Red+Green+Blue) = 160+214+17=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D611 is #5F29EE. Grayscale: #B0B0B0. Windows color (decimal): -6236655 or 1169056. OLE color: 1169056.
HSL color Cylindrical-coordinate representation of color #A0D611: hue angle of 76.45º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0D611 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 17 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.16 |
| HSL | 76.45º | 0.85% | 0.45% | - |
| HSV(B) | 76.45º | 0.92% | 0.84% | - |
| XYZ | 38.64 | 55.61 | 9.23 | - |
| YUV | 175.4 | 38.61 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 17 | 0.25 | 0 | 0.92 | 0.16 | 76.45 | 0.85 | 0.45 |
| Hex | A0 | D6 | 11 | 19 | 0 | 5C | 10 | 4C | 55 | 2D |
| Octal | 240 | 326 | 21 | 31 | 0 | 134 | 20 | 114 | 125 | 55 |
| Binary | 10100000 | 11010110 | 10001 | 11001 | 0 | 1011100 | 10000 | 1001100 | 1010101 | 101101 |
Color Harmonies of #A0D611
Complementary color
Monochromatic Colors of #A0D611
Black with #A0D611
Text Example
Text Example
White with #A0D611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D611; }
p { color: rgb(160,214,17); }
H1.HeaderClassName
{
color: #A0D611;
}
.AnyTagClassName
{
color: #A0D611;
}
</style>
background-color css
<style>
a { background-color: #A0D611; }
a { background-color: rgb(160,214,17); }
div.DivClassName
{
background-color: #A0D611;
}
.BgClassName
{
background-color: #A0D611;
}
</style>
border-color css
<style>
span { border-color: #A0D611; }
span { border-color: rgb(160,214,17); }
td.TdClassName
{
border-color: #A0D611;
}
.TagClassName
{
border-color: #A0D611;
}
</style>