Shades of Inch Worm #A8F111
Tints of Inch Worm #A8F111
RGB
CMYK
RGB Variations
Color information
#A8F111 (or 0xA8F111) is known color: Inch Worm. HEX triplet: A8, F1 and 11. RGB value is (168,241,17). Sum of RGB (Red+Green+Blue) = 168+241+17=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F111 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F111 is #570EEE. Grayscale: #C2C2C2. Windows color (decimal): -5705455 or 1175976. OLE color: 1175976.
HSL color Cylindrical-coordinate representation of color #A8F111: hue angle of 79.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8F111 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 17 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.05 |
| HSL | 79.55º | 0.89% | 0.51% | - |
| HSV(B) | 79.55º | 0.93% | 0.95% | - |
| XYZ | 47.7 | 71.28 | 11.77 | - |
| YUV | 193.64 | 28.32 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 17 | 0.30 | 0 | 0.93 | 0.05 | 79.55 | 0.89 | 0.51 |
| Hex | A8 | F1 | 11 | 1E | 0 | 5D | 5 | 50 | 59 | 33 |
| Octal | 250 | 361 | 21 | 36 | 0 | 135 | 5 | 120 | 131 | 63 |
| Binary | 10101000 | 11110001 | 10001 | 11110 | 0 | 1011101 | 101 | 1010000 | 1011001 | 110011 |
Color Harmonies of #A8F111
Complementary color
Monochromatic Colors of #A8F111
Black with #A8F111
Text Example
Text Example
White with #A8F111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F111; }
p { color: rgb(168,241,17); }
H1.HeaderClassName
{
color: #A8F111;
}
.AnyTagClassName
{
color: #A8F111;
}
</style>
background-color css
<style>
a { background-color: #A8F111; }
a { background-color: rgb(168,241,17); }
div.DivClassName
{
background-color: #A8F111;
}
.BgClassName
{
background-color: #A8F111;
}
</style>
border-color css
<style>
span { border-color: #A8F111; }
span { border-color: rgb(168,241,17); }
td.TdClassName
{
border-color: #A8F111;
}
.TagClassName
{
border-color: #A8F111;
}
</style>