Shades of Inch Worm #A9F010
Tints of Inch Worm #A9F010
RGB
CMYK
RGB Variations
Color information
#A9F010 (or 0xA9F010) is known color: Inch Worm. HEX triplet: A9, F0 and 10. RGB value is (169,240,16). Sum of RGB (Red+Green+Blue) = 169+240+16=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9F010 is #560FEF. Grayscale: #C2C2C2. Windows color (decimal): -5640176 or 1110185. OLE color: 1110185.
HSL color Cylindrical-coordinate representation of color #A9F010: hue angle of 79.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9F010 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 16 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.06 |
| HSL | 79.02º | 0.88% | 0.5% | - |
| HSV(B) | 79.02º | 0.93% | 0.94% | - |
| XYZ | 47.62 | 70.79 | 11.64 | - |
| YUV | 193.24 | 27.98 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 16 | 0.30 | 0 | 0.93 | 0.06 | 79.02 | 0.88 | 0.5 |
| Hex | A9 | F0 | 10 | 1E | 0 | 5D | 6 | 4F | 58 | 32 |
| Octal | 251 | 360 | 20 | 36 | 0 | 135 | 6 | 117 | 130 | 62 |
| Binary | 10101001 | 11110000 | 10000 | 11110 | 0 | 1011101 | 110 | 1001111 | 1011000 | 110010 |
Color Harmonies of #A9F010
Complementary color
Monochromatic Colors of #A9F010
Black with #A9F010
Text Example
Text Example
White with #A9F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F010; }
p { color: rgb(169,240,16); }
H1.HeaderClassName
{
color: #A9F010;
}
.AnyTagClassName
{
color: #A9F010;
}
</style>
background-color css
<style>
a { background-color: #A9F010; }
a { background-color: rgb(169,240,16); }
div.DivClassName
{
background-color: #A9F010;
}
.BgClassName
{
background-color: #A9F010;
}
</style>
border-color css
<style>
span { border-color: #A9F010; }
span { border-color: rgb(169,240,16); }
td.TdClassName
{
border-color: #A9F010;
}
.TagClassName
{
border-color: #A9F010;
}
</style>