Shades of Inch Worm #A0D80B
Tints of Inch Worm #A0D80B
RGB
CMYK
RGB Variations
Color information
#A0D80B (or 0xA0D80B) is known color: Inch Worm. HEX triplet: A0, D8 and 0B. RGB value is (160,216,11). Sum of RGB (Red+Green+Blue) = 160+216+11=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D80B is #5F27F4. Grayscale: #B0B0B0. Windows color (decimal): -6236149 or 776352. OLE color: 776352.
HSL color Cylindrical-coordinate representation of color #A0D80B: hue angle of 76.39º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0D80B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 11 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.15 |
| HSL | 76.39º | 0.9% | 0.45% | - |
| HSV(B) | 76.39º | 0.95% | 0.85% | - |
| XYZ | 39.11 | 56.61 | 9.18 | - |
| YUV | 175.89 | 34.95 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 11 | 0.26 | 0 | 0.95 | 0.15 | 76.39 | 0.9 | 0.45 |
| Hex | A0 | D8 | B | 1A | 0 | 5F | F | 4C | 5A | 2D |
| Octal | 240 | 330 | 13 | 32 | 0 | 137 | 17 | 114 | 132 | 55 |
| Binary | 10100000 | 11011000 | 1011 | 11010 | 0 | 1011111 | 1111 | 1001100 | 1011010 | 101101 |
Color Harmonies of #A0D80B
Complementary color
Monochromatic Colors of #A0D80B
Black with #A0D80B
Text Example
Text Example
White with #A0D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D80B; }
p { color: rgb(160,216,11); }
H1.HeaderClassName
{
color: #A0D80B;
}
.AnyTagClassName
{
color: #A0D80B;
}
</style>
background-color css
<style>
a { background-color: #A0D80B; }
a { background-color: rgb(160,216,11); }
div.DivClassName
{
background-color: #A0D80B;
}
.BgClassName
{
background-color: #A0D80B;
}
</style>
border-color css
<style>
span { border-color: #A0D80B; }
span { border-color: rgb(160,216,11); }
td.TdClassName
{
border-color: #A0D80B;
}
.TagClassName
{
border-color: #A0D80B;
}
</style>