Shades of Inch Worm #A9D413
Tints of Inch Worm #A9D413
RGB
CMYK
RGB Variations
Color information
#A9D413 (or 0xA9D413) is known color: Inch Worm. HEX triplet: A9, D4 and 13. RGB value is (169,212,19). Sum of RGB (Red+Green+Blue) = 169+212+19=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D413 is #562BEC. Grayscale: #B1B1B1. Windows color (decimal): -5647341 or 1299625. OLE color: 1299625.
HSL color Cylindrical-coordinate representation of color #A9D413: hue angle of 73.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9D413 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 212 | 19 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.17 |
| HSL | 73.37º | 0.84% | 0.45% | - |
| HSV(B) | 73.37º | 0.91% | 0.83% | - |
| XYZ | 40.02 | 55.57 | 9.23 | - |
| YUV | 177.14 | 38.75 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 212 | 19 | 0.20 | 0 | 0.91 | 0.17 | 73.37 | 0.84 | 0.45 |
| Hex | A9 | D4 | 13 | 14 | 0 | 5B | 11 | 49 | 54 | 2D |
| Octal | 251 | 324 | 23 | 24 | 0 | 133 | 21 | 111 | 124 | 55 |
| Binary | 10101001 | 11010100 | 10011 | 10100 | 0 | 1011011 | 10001 | 1001001 | 1010100 | 101101 |
Color Harmonies of #A9D413
Complementary color
Monochromatic Colors of #A9D413
Black with #A9D413
Text Example
Text Example
White with #A9D413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D413; }
p { color: rgb(169,212,19); }
H1.HeaderClassName
{
color: #A9D413;
}
.AnyTagClassName
{
color: #A9D413;
}
</style>
background-color css
<style>
a { background-color: #A9D413; }
a { background-color: rgb(169,212,19); }
div.DivClassName
{
background-color: #A9D413;
}
.BgClassName
{
background-color: #A9D413;
}
</style>
border-color css
<style>
span { border-color: #A9D413; }
span { border-color: rgb(169,212,19); }
td.TdClassName
{
border-color: #A9D413;
}
.TagClassName
{
border-color: #A9D413;
}
</style>