Shades of Inch Worm #A9DC0E
Tints of Inch Worm #A9DC0E
RGB
CMYK
RGB Variations
Color information
#A9DC0E (or 0xA9DC0E) is known color: Inch Worm. HEX triplet: A9, DC and 0E. RGB value is (169,220,14). Sum of RGB (Red+Green+Blue) = 169+220+14=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DC0E is #5623F1. Grayscale: #B6B6B6. Windows color (decimal): -5645298 or 973993. OLE color: 973993.
HSL color Cylindrical-coordinate representation of color #A9DC0E: hue angle of 74.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9DC0E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.14 |
| HSL | 74.85º | 0.88% | 0.46% | - |
| HSV(B) | 74.85º | 0.94% | 0.86% | - |
| XYZ | 42.03 | 59.65 | 9.71 | - |
| YUV | 181.27 | 33.6 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 14 | 0.23 | 0 | 0.94 | 0.14 | 74.85 | 0.88 | 0.46 |
| Hex | A9 | DC | E | 17 | 0 | 5E | E | 4B | 58 | 2E |
| Octal | 251 | 334 | 16 | 27 | 0 | 136 | 16 | 113 | 130 | 56 |
| Binary | 10101001 | 11011100 | 1110 | 10111 | 0 | 1011110 | 1110 | 1001011 | 1011000 | 101110 |
Color Harmonies of #A9DC0E
Complementary color
Monochromatic Colors of #A9DC0E
Black with #A9DC0E
Text Example
Text Example
White with #A9DC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DC0E; }
p { color: rgb(169,220,14); }
H1.HeaderClassName
{
color: #A9DC0E;
}
.AnyTagClassName
{
color: #A9DC0E;
}
</style>
background-color css
<style>
a { background-color: #A9DC0E; }
a { background-color: rgb(169,220,14); }
div.DivClassName
{
background-color: #A9DC0E;
}
.BgClassName
{
background-color: #A9DC0E;
}
</style>
border-color css
<style>
span { border-color: #A9DC0E; }
span { border-color: rgb(169,220,14); }
td.TdClassName
{
border-color: #A9DC0E;
}
.TagClassName
{
border-color: #A9DC0E;
}
</style>