Shades of Inch Worm #A9F00E
Tints of Inch Worm #A9F00E
RGB
CMYK
RGB Variations
Color information
#A9F00E (or 0xA9F00E) is known color: Inch Worm. HEX triplet: A9, F0 and 0E. RGB value is (169,240,14). Sum of RGB (Red+Green+Blue) = 169+240+14=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F00E is #560FF1. Grayscale: #C1C1C1. Windows color (decimal): -5640178 or 979113. OLE color: 979113.
HSL color Cylindrical-coordinate representation of color #A9F00E: hue angle of 78.85º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9F00E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.06 |
| HSL | 78.85º | 0.89% | 0.5% | - |
| HSV(B) | 78.85º | 0.94% | 0.94% | - |
| XYZ | 47.6 | 70.79 | 11.57 | - |
| YUV | 193.01 | 26.98 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 14 | 0.30 | 0 | 0.94 | 0.06 | 78.85 | 0.89 | 0.5 |
| Hex | A9 | F0 | E | 1E | 0 | 5E | 6 | 4F | 59 | 32 |
| Octal | 251 | 360 | 16 | 36 | 0 | 136 | 6 | 117 | 131 | 62 |
| Binary | 10101001 | 11110000 | 1110 | 11110 | 0 | 1011110 | 110 | 1001111 | 1011001 | 110010 |
Color Harmonies of #A9F00E
Complementary color
Monochromatic Colors of #A9F00E
Black with #A9F00E
Text Example
Text Example
White with #A9F00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F00E; }
p { color: rgb(169,240,14); }
H1.HeaderClassName
{
color: #A9F00E;
}
.AnyTagClassName
{
color: #A9F00E;
}
</style>
background-color css
<style>
a { background-color: #A9F00E; }
a { background-color: rgb(169,240,14); }
div.DivClassName
{
background-color: #A9F00E;
}
.BgClassName
{
background-color: #A9F00E;
}
</style>
border-color css
<style>
span { border-color: #A9F00E; }
span { border-color: rgb(169,240,14); }
td.TdClassName
{
border-color: #A9F00E;
}
.TagClassName
{
border-color: #A9F00E;
}
</style>