Shades of Inch Worm #A9E516
Tints of Inch Worm #A9E516
RGB
CMYK
RGB Variations
Color information
#A9E516 (or 0xA9E516) is known color: Inch Worm. HEX triplet: A9, E5 and 16. RGB value is (169,229,22). Sum of RGB (Red+Green+Blue) = 169+229+22=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9E516 is #561AE9. Grayscale: #BCBCBC. Windows color (decimal): -5642986 or 1500585. OLE color: 1500585.
HSL color Cylindrical-coordinate representation of color #A9E516: hue angle of 77.39º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9E516 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 229 | 22 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.10 |
| HSL | 77.39º | 0.82% | 0.49% | - |
| HSV(B) | 77.39º | 0.9% | 0.9% | - |
| XYZ | 44.53 | 64.53 | 10.87 | - |
| YUV | 187.46 | 34.62 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 22 | 0.26 | 0 | 0.90 | 0.10 | 77.39 | 0.82 | 0.49 |
| Hex | A9 | E5 | 16 | 1A | 0 | 5A | A | 4D | 52 | 31 |
| Octal | 251 | 345 | 26 | 32 | 0 | 132 | 12 | 115 | 122 | 61 |
| Binary | 10101001 | 11100101 | 10110 | 11010 | 0 | 1011010 | 1010 | 1001101 | 1010010 | 110001 |
Color Harmonies of #A9E516
Complementary color
Monochromatic Colors of #A9E516
Black with #A9E516
Text Example
Text Example
White with #A9E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E516; }
p { color: rgb(169,229,22); }
H1.HeaderClassName
{
color: #A9E516;
}
.AnyTagClassName
{
color: #A9E516;
}
</style>
background-color css
<style>
a { background-color: #A9E516; }
a { background-color: rgb(169,229,22); }
div.DivClassName
{
background-color: #A9E516;
}
.BgClassName
{
background-color: #A9E516;
}
</style>
border-color css
<style>
span { border-color: #A9E516; }
span { border-color: rgb(169,229,22); }
td.TdClassName
{
border-color: #A9E516;
}
.TagClassName
{
border-color: #A9E516;
}
</style>