Shades of Inch Worm #A9E80D
Tints of Inch Worm #A9E80D
RGB
CMYK
RGB Variations
Color information
#A9E80D (or 0xA9E80D) is known color: Inch Worm. HEX triplet: A9, E8 and 0D. RGB value is (169,232,13). Sum of RGB (Red+Green+Blue) = 169+232+13=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 232 (91.02% from 255 or 56.04% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9E80D is #5617F2. Grayscale: #BDBDBD. Windows color (decimal): -5642227 or 911529. OLE color: 911529.
HSL color Cylindrical-coordinate representation of color #A9E80D: hue angle of 77.26º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9E80D is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 232 | 13 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.09 |
| HSL | 77.26º | 0.89% | 0.48% | - |
| HSV(B) | 77.26º | 0.94% | 0.91% | - |
| XYZ | 45.29 | 66.18 | 10.77 | - |
| YUV | 188.2 | 29.13 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 232 | 13 | 0.27 | 0 | 0.94 | 0.09 | 77.26 | 0.89 | 0.48 |
| Hex | A9 | E8 | D | 1B | 0 | 5E | 9 | 4D | 59 | 30 |
| Octal | 251 | 350 | 15 | 33 | 0 | 136 | 11 | 115 | 131 | 60 |
| Binary | 10101001 | 11101000 | 1101 | 11011 | 0 | 1011110 | 1001 | 1001101 | 1011001 | 110000 |
Color Harmonies of #A9E80D
Complementary color
Monochromatic Colors of #A9E80D
Black with #A9E80D
Text Example
Text Example
White with #A9E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E80D; }
p { color: rgb(169,232,13); }
H1.HeaderClassName
{
color: #A9E80D;
}
.AnyTagClassName
{
color: #A9E80D;
}
</style>
background-color css
<style>
a { background-color: #A9E80D; }
a { background-color: rgb(169,232,13); }
div.DivClassName
{
background-color: #A9E80D;
}
.BgClassName
{
background-color: #A9E80D;
}
</style>
border-color css
<style>
span { border-color: #A9E80D; }
span { border-color: rgb(169,232,13); }
td.TdClassName
{
border-color: #A9E80D;
}
.TagClassName
{
border-color: #A9E80D;
}
</style>