Shades of Inch Worm #A8F018
Tints of Inch Worm #A8F018
RGB
CMYK
RGB Variations
Color information
#A8F018 (or 0xA8F018) is known color: Inch Worm. HEX triplet: A8, F0 and 18. RGB value is (168,240,24). Sum of RGB (Red+Green+Blue) = 168+240+24=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F018 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F018 is #570FE7. Grayscale: #C2C2C2. Windows color (decimal): -5705704 or 1634472. OLE color: 1634472.
HSL color Cylindrical-coordinate representation of color #A8F018: hue angle of 80º 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 #A8F018 is Cyan = 0.3, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 24 | - |
| CMYK | 0.3 | 0 | 0.9 | 0.06 |
| HSL | 80º | 0.88% | 0.52% | - |
| HSV(B) | 80º | 0.9% | 0.94% | - |
| XYZ | 47.47 | 70.71 | 12.01 | - |
| YUV | 193.85 | 32.15 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 24 | 0.3 | 0 | 0.9 | 0.06 | 80 | 0.88 | 0.52 |
| Hex | A8 | F0 | 18 | 1E | 0 | 5A | 6 | 50 | 58 | 34 |
| Octal | 250 | 360 | 30 | 36 | 0 | 132 | 6 | 120 | 130 | 64 |
| Binary | 10101000 | 11110000 | 11000 | 11110 | 0 | 1011010 | 110 | 1010000 | 1011000 | 110100 |
Color Harmonies of #A8F018
Complementary color
Monochromatic Colors of #A8F018
Black with #A8F018
Text Example
Text Example
White with #A8F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F018; }
p { color: rgb(168,240,24); }
H1.HeaderClassName
{
color: #A8F018;
}
.AnyTagClassName
{
color: #A8F018;
}
</style>
background-color css
<style>
a { background-color: #A8F018; }
a { background-color: rgb(168,240,24); }
div.DivClassName
{
background-color: #A8F018;
}
.BgClassName
{
background-color: #A8F018;
}
</style>
border-color css
<style>
span { border-color: #A8F018; }
span { border-color: rgb(168,240,24); }
td.TdClassName
{
border-color: #A8F018;
}
.TagClassName
{
border-color: #A8F018;
}
</style>