Shades of Inch Worm #A6F019
Tints of Inch Worm #A6F019
RGB
CMYK
RGB Variations
Color information
#A6F019 (or 0xA6F019) is known color: Inch Worm. HEX triplet: A6, F0 and 19. RGB value is (166,240,25). Sum of RGB (Red+Green+Blue) = 166+240+25=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F019 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F019 is #590FE6. Grayscale: #C2C2C2. Windows color (decimal): -5836775 or 1700006. OLE color: 1700006.
HSL color Cylindrical-coordinate representation of color #A6F019: hue angle of 80.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6F019 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 25 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.06 |
| HSL | 80.65º | 0.88% | 0.52% | - |
| HSV(B) | 80.65º | 0.9% | 0.94% | - |
| XYZ | 47.06 | 70.5 | 12.05 | - |
| YUV | 193.36 | 32.98 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 25 | 0.31 | 0 | 0.90 | 0.06 | 80.65 | 0.88 | 0.52 |
| Hex | A6 | F0 | 19 | 1F | 0 | 5A | 6 | 51 | 58 | 34 |
| Octal | 246 | 360 | 31 | 37 | 0 | 132 | 6 | 121 | 130 | 64 |
| Binary | 10100110 | 11110000 | 11001 | 11111 | 0 | 1011010 | 110 | 1010001 | 1011000 | 110100 |
Color Harmonies of #A6F019
Complementary color
Monochromatic Colors of #A6F019
Black with #A6F019
Text Example
Text Example
White with #A6F019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F019; }
p { color: rgb(166,240,25); }
H1.HeaderClassName
{
color: #A6F019;
}
.AnyTagClassName
{
color: #A6F019;
}
</style>
background-color css
<style>
a { background-color: #A6F019; }
a { background-color: rgb(166,240,25); }
div.DivClassName
{
background-color: #A6F019;
}
.BgClassName
{
background-color: #A6F019;
}
</style>
border-color css
<style>
span { border-color: #A6F019; }
span { border-color: rgb(166,240,25); }
td.TdClassName
{
border-color: #A6F019;
}
.TagClassName
{
border-color: #A6F019;
}
</style>