Shades of Inch Worm #A8F017
Tints of Inch Worm #A8F017
RGB
CMYK
RGB Variations
Color information
#A8F017 (or 0xA8F017) is known color: Inch Worm. HEX triplet: A8, F0 and 17. RGB value is (168,240,23). Sum of RGB (Red+Green+Blue) = 168+240+23=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F017 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F017 is #570FE8. Grayscale: #C2C2C2. Windows color (decimal): -5705705 or 1568936. OLE color: 1568936.
HSL color Cylindrical-coordinate representation of color #A8F017: hue angle of 79.91º 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 #A8F017 is Cyan = 0.3, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 23 | - |
| CMYK | 0.3 | 0 | 0.90 | 0.06 |
| HSL | 79.91º | 0.88% | 0.52% | - |
| HSV(B) | 79.91º | 0.9% | 0.94% | - |
| XYZ | 47.46 | 70.71 | 11.96 | - |
| YUV | 193.73 | 31.65 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 23 | 0.3 | 0 | 0.90 | 0.06 | 79.91 | 0.88 | 0.52 |
| Hex | A8 | F0 | 17 | 1E | 0 | 5A | 6 | 50 | 58 | 34 |
| Octal | 250 | 360 | 27 | 36 | 0 | 132 | 6 | 120 | 130 | 64 |
| Binary | 10101000 | 11110000 | 10111 | 11110 | 0 | 1011010 | 110 | 1010000 | 1011000 | 110100 |
Color Harmonies of #A8F017
Complementary color
Monochromatic Colors of #A8F017
Black with #A8F017
Text Example
Text Example
White with #A8F017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F017; }
p { color: rgb(168,240,23); }
H1.HeaderClassName
{
color: #A8F017;
}
.AnyTagClassName
{
color: #A8F017;
}
</style>
background-color css
<style>
a { background-color: #A8F017; }
a { background-color: rgb(168,240,23); }
div.DivClassName
{
background-color: #A8F017;
}
.BgClassName
{
background-color: #A8F017;
}
</style>
border-color css
<style>
span { border-color: #A8F017; }
span { border-color: rgb(168,240,23); }
td.TdClassName
{
border-color: #A8F017;
}
.TagClassName
{
border-color: #A8F017;
}
</style>