Shades of Inch Worm #A0D90E
Tints of Inch Worm #A0D90E
RGB
CMYK
RGB Variations
Color information
#A0D90E (or 0xA0D90E) is known color: Inch Worm. HEX triplet: A0, D9 and 0E. RGB value is (160,217,14). Sum of RGB (Red+Green+Blue) = 160+217+14=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D90E is #5F26F1. Grayscale: #B1B1B1. Windows color (decimal): -6235890 or 973216. OLE color: 973216.
HSL color Cylindrical-coordinate representation of color #A0D90E: hue angle of 76.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0D90E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 14 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.15 |
| HSL | 76.85º | 0.88% | 0.45% | - |
| HSV(B) | 76.85º | 0.94% | 0.85% | - |
| XYZ | 39.39 | 57.13 | 9.37 | - |
| YUV | 176.82 | 36.12 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 14 | 0.26 | 0 | 0.94 | 0.15 | 76.85 | 0.88 | 0.45 |
| Hex | A0 | D9 | E | 1A | 0 | 5E | F | 4D | 58 | 2D |
| Octal | 240 | 331 | 16 | 32 | 0 | 136 | 17 | 115 | 130 | 55 |
| Binary | 10100000 | 11011001 | 1110 | 11010 | 0 | 1011110 | 1111 | 1001101 | 1011000 | 101101 |
Color Harmonies of #A0D90E
Complementary color
Monochromatic Colors of #A0D90E
Black with #A0D90E
Text Example
Text Example
White with #A0D90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D90E; }
p { color: rgb(160,217,14); }
H1.HeaderClassName
{
color: #A0D90E;
}
.AnyTagClassName
{
color: #A0D90E;
}
</style>
background-color css
<style>
a { background-color: #A0D90E; }
a { background-color: rgb(160,217,14); }
div.DivClassName
{
background-color: #A0D90E;
}
.BgClassName
{
background-color: #A0D90E;
}
</style>
border-color css
<style>
span { border-color: #A0D90E; }
span { border-color: rgb(160,217,14); }
td.TdClassName
{
border-color: #A0D90E;
}
.TagClassName
{
border-color: #A0D90E;
}
</style>