Shades of Inch Worm #A8F020
Tints of Inch Worm #A8F020
RGB
CMYK
RGB Variations
Color information
#A8F020 (or 0xA8F020) is known color: Inch Worm. HEX triplet: A8, F0 and 20. RGB value is (168,240,32). Sum of RGB (Red+Green+Blue) = 168+240+32=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F020 is #570FDF. Grayscale: #C3C3C3. Windows color (decimal): -5705696 or 2158760. OLE color: 2158760.
HSL color Cylindrical-coordinate representation of color #A8F020: hue angle of 80.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8F020 is Cyan = 0.3, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 32 | - |
| CMYK | 0.3 | 0 | 0.87 | 0.06 |
| HSL | 80.77º | 0.87% | 0.53% | - |
| HSV(B) | 80.77º | 0.87% | 0.94% | - |
| XYZ | 47.57 | 70.75 | 12.52 | - |
| YUV | 194.76 | 36.15 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 32 | 0.3 | 0 | 0.87 | 0.06 | 80.77 | 0.87 | 0.53 |
| Hex | A8 | F0 | 20 | 1E | 0 | 57 | 6 | 51 | 57 | 35 |
| Octal | 250 | 360 | 40 | 36 | 0 | 127 | 6 | 121 | 127 | 65 |
| Binary | 10101000 | 11110000 | 100000 | 11110 | 0 | 1010111 | 110 | 1010001 | 1010111 | 110101 |
Color Harmonies of #A8F020
Complementary color
Monochromatic Colors of #A8F020
Black with #A8F020
Text Example
Text Example
White with #A8F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F020; }
p { color: rgb(168,240,32); }
H1.HeaderClassName
{
color: #A8F020;
}
.AnyTagClassName
{
color: #A8F020;
}
</style>
background-color css
<style>
a { background-color: #A8F020; }
a { background-color: rgb(168,240,32); }
div.DivClassName
{
background-color: #A8F020;
}
.BgClassName
{
background-color: #A8F020;
}
</style>
border-color css
<style>
span { border-color: #A8F020; }
span { border-color: rgb(168,240,32); }
td.TdClassName
{
border-color: #A8F020;
}
.TagClassName
{
border-color: #A8F020;
}
</style>