Shades of Inch Worm #A8F00E
Tints of Inch Worm #A8F00E
RGB
CMYK
RGB Variations
Color information
#A8F00E (or 0xA8F00E) is known color: Inch Worm. HEX triplet: A8, F0 and 0E. RGB value is (168,240,14). Sum of RGB (Red+Green+Blue) = 168+240+14=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F00E is #570FF1. Grayscale: #C1C1C1. Windows color (decimal): -5705714 or 979112. OLE color: 979112.
HSL color Cylindrical-coordinate representation of color #A8F00E: hue angle of 79.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8F00E is Cyan = 0.3, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 14 | - |
| CMYK | 0.3 | 0 | 0.94 | 0.06 |
| HSL | 79.12º | 0.89% | 0.5% | - |
| HSV(B) | 79.12º | 0.94% | 0.94% | - |
| XYZ | 47.39 | 70.68 | 11.56 | - |
| YUV | 192.71 | 27.15 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 14 | 0.3 | 0 | 0.94 | 0.06 | 79.12 | 0.89 | 0.5 |
| Hex | A8 | F0 | E | 1E | 0 | 5E | 6 | 4F | 59 | 32 |
| Octal | 250 | 360 | 16 | 36 | 0 | 136 | 6 | 117 | 131 | 62 |
| Binary | 10101000 | 11110000 | 1110 | 11110 | 0 | 1011110 | 110 | 1001111 | 1011001 | 110010 |
Color Harmonies of #A8F00E
Complementary color
Monochromatic Colors of #A8F00E
Black with #A8F00E
Text Example
Text Example
White with #A8F00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F00E; }
p { color: rgb(168,240,14); }
H1.HeaderClassName
{
color: #A8F00E;
}
.AnyTagClassName
{
color: #A8F00E;
}
</style>
background-color css
<style>
a { background-color: #A8F00E; }
a { background-color: rgb(168,240,14); }
div.DivClassName
{
background-color: #A8F00E;
}
.BgClassName
{
background-color: #A8F00E;
}
</style>
border-color css
<style>
span { border-color: #A8F00E; }
span { border-color: rgb(168,240,14); }
td.TdClassName
{
border-color: #A8F00E;
}
.TagClassName
{
border-color: #A8F00E;
}
</style>