Shades of Inch Worm #A9D20C
Tints of Inch Worm #A9D20C
RGB
CMYK
RGB Variations
Color information
#A9D20C (or 0xA9D20C) is known color: Inch Worm. HEX triplet: A9, D2 and 0C. RGB value is (169,210,12). Sum of RGB (Red+Green+Blue) = 169+210+12=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D20C is #562DF3. Grayscale: #AFAFAF. Windows color (decimal): -5647860 or 840361. OLE color: 840361.
HSL color Cylindrical-coordinate representation of color #A9D20C: hue angle of 72.42º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9D20C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 12 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.18 |
| HSL | 72.42º | 0.89% | 0.44% | - |
| HSV(B) | 72.42º | 0.94% | 0.82% | - |
| XYZ | 39.48 | 54.55 | 8.8 | - |
| YUV | 175.17 | 35.92 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 12 | 0.20 | 0 | 0.94 | 0.18 | 72.42 | 0.89 | 0.44 |
| Hex | A9 | D2 | C | 14 | 0 | 5E | 12 | 48 | 59 | 2C |
| Octal | 251 | 322 | 14 | 24 | 0 | 136 | 22 | 110 | 131 | 54 |
| Binary | 10101001 | 11010010 | 1100 | 10100 | 0 | 1011110 | 10010 | 1001000 | 1011001 | 101100 |
Color Harmonies of #A9D20C
Complementary color
Monochromatic Colors of #A9D20C
Black with #A9D20C
Text Example
Text Example
White with #A9D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D20C; }
p { color: rgb(169,210,12); }
H1.HeaderClassName
{
color: #A9D20C;
}
.AnyTagClassName
{
color: #A9D20C;
}
</style>
background-color css
<style>
a { background-color: #A9D20C; }
a { background-color: rgb(169,210,12); }
div.DivClassName
{
background-color: #A9D20C;
}
.BgClassName
{
background-color: #A9D20C;
}
</style>
border-color css
<style>
span { border-color: #A9D20C; }
span { border-color: rgb(169,210,12); }
td.TdClassName
{
border-color: #A9D20C;
}
.TagClassName
{
border-color: #A9D20C;
}
</style>