Shades of Inch Worm #A9DF0D
Tints of Inch Worm #A9DF0D
RGB
CMYK
RGB Variations
Color information
#A9DF0D (or 0xA9DF0D) is known color: Inch Worm. HEX triplet: A9, DF and 0D. RGB value is (169,223,13). Sum of RGB (Red+Green+Blue) = 169+223+13=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DF0D is #5620F2. Grayscale: #B7B7B7. Windows color (decimal): -5644531 or 909225. OLE color: 909225.
HSL color Cylindrical-coordinate representation of color #A9DF0D: hue angle of 75.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9DF0D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 13 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.13 |
| HSL | 75.43º | 0.89% | 0.46% | - |
| HSV(B) | 75.43º | 0.94% | 0.87% | - |
| XYZ | 42.82 | 61.24 | 9.94 | - |
| YUV | 182.91 | 32.11 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 13 | 0.24 | 0 | 0.94 | 0.13 | 75.43 | 0.89 | 0.46 |
| Hex | A9 | DF | D | 18 | 0 | 5E | D | 4B | 59 | 2E |
| Octal | 251 | 337 | 15 | 30 | 0 | 136 | 15 | 113 | 131 | 56 |
| Binary | 10101001 | 11011111 | 1101 | 11000 | 0 | 1011110 | 1101 | 1001011 | 1011001 | 101110 |
Color Harmonies of #A9DF0D
Complementary color
Monochromatic Colors of #A9DF0D
Black with #A9DF0D
Text Example
Text Example
White with #A9DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF0D; }
p { color: rgb(169,223,13); }
H1.HeaderClassName
{
color: #A9DF0D;
}
.AnyTagClassName
{
color: #A9DF0D;
}
</style>
background-color css
<style>
a { background-color: #A9DF0D; }
a { background-color: rgb(169,223,13); }
div.DivClassName
{
background-color: #A9DF0D;
}
.BgClassName
{
background-color: #A9DF0D;
}
</style>
border-color css
<style>
span { border-color: #A9DF0D; }
span { border-color: rgb(169,223,13); }
td.TdClassName
{
border-color: #A9DF0D;
}
.TagClassName
{
border-color: #A9DF0D;
}
</style>