Shades of Inch Worm #A0D90B
Tints of Inch Worm #A0D90B
RGB
CMYK
RGB Variations
Color information
#A0D90B (or 0xA0D90B) is known color: Inch Worm. HEX triplet: A0, D9 and 0B. RGB value is (160,217,11). Sum of RGB (Red+Green+Blue) = 160+217+11=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D90B is #5F26F4. Grayscale: #B1B1B1. Windows color (decimal): -6235893 or 776608. OLE color: 776608.
HSL color Cylindrical-coordinate representation of color #A0D90B: hue angle of 76.6º 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 #A0D90B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 11 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.15 |
| HSL | 76.6º | 0.9% | 0.45% | - |
| HSV(B) | 76.6º | 0.95% | 0.85% | - |
| XYZ | 39.37 | 57.12 | 9.27 | - |
| YUV | 176.47 | 34.62 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 11 | 0.26 | 0 | 0.95 | 0.15 | 76.6 | 0.9 | 0.45 |
| Hex | A0 | D9 | B | 1A | 0 | 5F | F | 4D | 5A | 2D |
| Octal | 240 | 331 | 13 | 32 | 0 | 137 | 17 | 115 | 132 | 55 |
| Binary | 10100000 | 11011001 | 1011 | 11010 | 0 | 1011111 | 1111 | 1001101 | 1011010 | 101101 |
Color Harmonies of #A0D90B
Complementary color
Monochromatic Colors of #A0D90B
Black with #A0D90B
Text Example
Text Example
White with #A0D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D90B; }
p { color: rgb(160,217,11); }
H1.HeaderClassName
{
color: #A0D90B;
}
.AnyTagClassName
{
color: #A0D90B;
}
</style>
background-color css
<style>
a { background-color: #A0D90B; }
a { background-color: rgb(160,217,11); }
div.DivClassName
{
background-color: #A0D90B;
}
.BgClassName
{
background-color: #A0D90B;
}
</style>
border-color css
<style>
span { border-color: #A0D90B; }
span { border-color: rgb(160,217,11); }
td.TdClassName
{
border-color: #A0D90B;
}
.TagClassName
{
border-color: #A0D90B;
}
</style>