Shades of Inch Worm #A9D716
Tints of Inch Worm #A9D716
RGB
CMYK
RGB Variations
Color information
#A9D716 (or 0xA9D716) is known color: Inch Worm. HEX triplet: A9, D7 and 16. RGB value is (169,215,22). Sum of RGB (Red+Green+Blue) = 169+215+22=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D716 is #5628E9. Grayscale: #B3B3B3. Windows color (decimal): -5646570 or 1497001. OLE color: 1497001.
HSL color Cylindrical-coordinate representation of color #A9D716: hue angle of 74.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9D716 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 22 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.16 |
| HSL | 74.3º | 0.81% | 0.46% | - |
| HSV(B) | 74.3º | 0.9% | 0.84% | - |
| XYZ | 40.81 | 57.09 | 9.63 | - |
| YUV | 179.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 22 | 0.21 | 0 | 0.90 | 0.16 | 74.3 | 0.81 | 0.46 |
| Hex | A9 | D7 | 16 | 15 | 0 | 5A | 10 | 4A | 51 | 2E |
| Octal | 251 | 327 | 26 | 25 | 0 | 132 | 20 | 112 | 121 | 56 |
| Binary | 10101001 | 11010111 | 10110 | 10101 | 0 | 1011010 | 10000 | 1001010 | 1010001 | 101110 |
Color Harmonies of #A9D716
Complementary color
Monochromatic Colors of #A9D716
Black with #A9D716
Text Example
Text Example
White with #A9D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D716; }
p { color: rgb(169,215,22); }
H1.HeaderClassName
{
color: #A9D716;
}
.AnyTagClassName
{
color: #A9D716;
}
</style>
background-color css
<style>
a { background-color: #A9D716; }
a { background-color: rgb(169,215,22); }
div.DivClassName
{
background-color: #A9D716;
}
.BgClassName
{
background-color: #A9D716;
}
</style>
border-color css
<style>
span { border-color: #A9D716; }
span { border-color: rgb(169,215,22); }
td.TdClassName
{
border-color: #A9D716;
}
.TagClassName
{
border-color: #A9D716;
}
</style>