Shades of Inch Worm #A9DB0D
Tints of Inch Worm #A9DB0D
RGB
CMYK
RGB Variations
Color information
#A9DB0D (or 0xA9DB0D) is known color: Inch Worm. HEX triplet: A9, DB and 0D. RGB value is (169,219,13). Sum of RGB (Red+Green+Blue) = 169+219+13=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DB0D is #5624F2. Grayscale: #B5B5B5. Windows color (decimal): -5645555 or 908201. OLE color: 908201.
HSL color Cylindrical-coordinate representation of color #A9DB0D: hue angle of 74.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9DB0D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.14 |
| HSL | 74.56º | 0.89% | 0.45% | - |
| HSV(B) | 74.56º | 0.94% | 0.86% | - |
| XYZ | 41.77 | 59.13 | 9.59 | - |
| YUV | 180.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 13 | 0.23 | 0 | 0.94 | 0.14 | 74.56 | 0.89 | 0.45 |
| Hex | A9 | DB | D | 17 | 0 | 5E | E | 4B | 59 | 2D |
| Octal | 251 | 333 | 15 | 27 | 0 | 136 | 16 | 113 | 131 | 55 |
| Binary | 10101001 | 11011011 | 1101 | 10111 | 0 | 1011110 | 1110 | 1001011 | 1011001 | 101101 |
Color Harmonies of #A9DB0D
Complementary color
Monochromatic Colors of #A9DB0D
Black with #A9DB0D
Text Example
Text Example
White with #A9DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB0D; }
p { color: rgb(169,219,13); }
H1.HeaderClassName
{
color: #A9DB0D;
}
.AnyTagClassName
{
color: #A9DB0D;
}
</style>
background-color css
<style>
a { background-color: #A9DB0D; }
a { background-color: rgb(169,219,13); }
div.DivClassName
{
background-color: #A9DB0D;
}
.BgClassName
{
background-color: #A9DB0D;
}
</style>
border-color css
<style>
span { border-color: #A9DB0D; }
span { border-color: rgb(169,219,13); }
td.TdClassName
{
border-color: #A9DB0D;
}
.TagClassName
{
border-color: #A9DB0D;
}
</style>