Shades of Inch Worm #A9F00F
Tints of Inch Worm #A9F00F
RGB
CMYK
RGB Variations
Color information
#A9F00F (or 0xA9F00F) is known color: Inch Worm. HEX triplet: A9, F0 and 0F. RGB value is (169,240,15). Sum of RGB (Red+Green+Blue) = 169+240+15=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F00F is #560FF0. Grayscale: #C1C1C1. Windows color (decimal): -5640177 or 1044649. OLE color: 1044649.
HSL color Cylindrical-coordinate representation of color #A9F00F: hue angle of 78.93º degrees, saturation: 0.88, 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 #A9F00F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.06 |
| HSL | 78.93º | 0.88% | 0.5% | - |
| HSV(B) | 78.93º | 0.94% | 0.94% | - |
| XYZ | 47.61 | 70.79 | 11.61 | - |
| YUV | 193.12 | 27.48 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 15 | 0.30 | 0 | 0.94 | 0.06 | 78.93 | 0.88 | 0.5 |
| Hex | A9 | F0 | F | 1E | 0 | 5E | 6 | 4F | 58 | 32 |
| Octal | 251 | 360 | 17 | 36 | 0 | 136 | 6 | 117 | 130 | 62 |
| Binary | 10101001 | 11110000 | 1111 | 11110 | 0 | 1011110 | 110 | 1001111 | 1011000 | 110010 |
Color Harmonies of #A9F00F
Complementary color
Monochromatic Colors of #A9F00F
Black with #A9F00F
Text Example
Text Example
White with #A9F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F00F; }
p { color: rgb(169,240,15); }
H1.HeaderClassName
{
color: #A9F00F;
}
.AnyTagClassName
{
color: #A9F00F;
}
</style>
background-color css
<style>
a { background-color: #A9F00F; }
a { background-color: rgb(169,240,15); }
div.DivClassName
{
background-color: #A9F00F;
}
.BgClassName
{
background-color: #A9F00F;
}
</style>
border-color css
<style>
span { border-color: #A9F00F; }
span { border-color: rgb(169,240,15); }
td.TdClassName
{
border-color: #A9F00F;
}
.TagClassName
{
border-color: #A9F00F;
}
</style>