Shades of Inch Worm #A9EA0A
Tints of Inch Worm #A9EA0A
RGB
CMYK
RGB Variations
Color information
#A9EA0A (or 0xA9EA0A) is known color: Inch Worm. HEX triplet: A9, EA and 0A. RGB value is (169,234,10). Sum of RGB (Red+Green+Blue) = 169+234+10=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 234 (91.80% from 255 or 56.66% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EA0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9EA0A is #5615F5. Grayscale: #BDBDBD. Windows color (decimal): -5641718 or 715433. OLE color: 715433.
HSL color Cylindrical-coordinate representation of color #A9EA0A: hue angle of 77.41º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9EA0A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 10 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.08 |
| HSL | 77.41º | 0.92% | 0.48% | - |
| HSV(B) | 77.41º | 0.96% | 0.92% | - |
| XYZ | 45.84 | 67.3 | 10.86 | - |
| YUV | 189.03 | 26.97 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 10 | 0.28 | 0 | 0.96 | 0.08 | 77.41 | 0.92 | 0.48 |
| Hex | A9 | EA | A | 1C | 0 | 60 | 8 | 4D | 5C | 30 |
| Octal | 251 | 352 | 12 | 34 | 0 | 140 | 10 | 115 | 134 | 60 |
| Binary | 10101001 | 11101010 | 1010 | 11100 | 0 | 1100000 | 1000 | 1001101 | 1011100 | 110000 |
Color Harmonies of #A9EA0A
Complementary color
Monochromatic Colors of #A9EA0A
Black with #A9EA0A
Text Example
Text Example
White with #A9EA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EA0A; }
p { color: rgb(169,234,10); }
H1.HeaderClassName
{
color: #A9EA0A;
}
.AnyTagClassName
{
color: #A9EA0A;
}
</style>
background-color css
<style>
a { background-color: #A9EA0A; }
a { background-color: rgb(169,234,10); }
div.DivClassName
{
background-color: #A9EA0A;
}
.BgClassName
{
background-color: #A9EA0A;
}
</style>
border-color css
<style>
span { border-color: #A9EA0A; }
span { border-color: rgb(169,234,10); }
td.TdClassName
{
border-color: #A9EA0A;
}
.TagClassName
{
border-color: #A9EA0A;
}
</style>