Shades of Inch Worm #A9D301
Tints of Inch Worm #A9D301
RGB
CMYK
RGB Variations
Color information
#A9D301 (or 0xA9D301) is known color: Inch Worm. HEX triplet: A9, D3 and 01. RGB value is (169,211,1). Sum of RGB (Red+Green+Blue) = 169+211+1=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D301 is #562CFE. Grayscale: #AFAFAF. Windows color (decimal): -5647615 or 119721. OLE color: 119721.
HSL color Cylindrical-coordinate representation of color #A9D301: hue angle of 72º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9D301 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 211 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0.17 |
| HSL | 72º | 0.99% | 0.42% | - |
| HSV(B) | 72º | 1% | 0.83% | - |
| XYZ | 39.66 | 55.03 | 8.56 | - |
| YUV | 174.5 | 30.09 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 1 | 0.20 | 0 | 1.00 | 0.17 | 72 | 0.99 | 0.42 |
| Hex | A9 | D3 | 1 | 14 | 0 | 64 | 11 | 48 | 63 | 2A |
| Octal | 251 | 323 | 1 | 24 | 0 | 144 | 21 | 110 | 143 | 52 |
| Binary | 10101001 | 11010011 | 1 | 10100 | 0 | 1100100 | 10001 | 1001000 | 1100011 | 101010 |
Color Harmonies of #A9D301
Complementary color
Monochromatic Colors of #A9D301
Black with #A9D301
Text Example
Text Example
White with #A9D301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D301; }
p { color: rgb(169,211,1); }
H1.HeaderClassName
{
color: #A9D301;
}
.AnyTagClassName
{
color: #A9D301;
}
</style>
background-color css
<style>
a { background-color: #A9D301; }
a { background-color: rgb(169,211,1); }
div.DivClassName
{
background-color: #A9D301;
}
.BgClassName
{
background-color: #A9D301;
}
</style>
border-color css
<style>
span { border-color: #A9D301; }
span { border-color: rgb(169,211,1); }
td.TdClassName
{
border-color: #A9D301;
}
.TagClassName
{
border-color: #A9D301;
}
</style>