Shades of Inch Worm #A8F110
Tints of Inch Worm #A8F110
RGB
CMYK
RGB Variations
Color information
#A8F110 (or 0xA8F110) is known color: Inch Worm. HEX triplet: A8, F1 and 10. RGB value is (168,241,16). Sum of RGB (Red+Green+Blue) = 168+241+16=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F110 is #570EEF. Grayscale: #C2C2C2. Windows color (decimal): -5705456 or 1110440. OLE color: 1110440.
HSL color Cylindrical-coordinate representation of color #A8F110: hue angle of 79.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8F110 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 16 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.05 |
| HSL | 79.47º | 0.89% | 0.5% | - |
| HSV(B) | 79.47º | 0.93% | 0.95% | - |
| XYZ | 47.7 | 71.27 | 11.73 | - |
| YUV | 193.52 | 27.82 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 16 | 0.30 | 0 | 0.93 | 0.05 | 79.47 | 0.89 | 0.5 |
| Hex | A8 | F1 | 10 | 1E | 0 | 5D | 5 | 4F | 59 | 32 |
| Octal | 250 | 361 | 20 | 36 | 0 | 135 | 5 | 117 | 131 | 62 |
| Binary | 10101000 | 11110001 | 10000 | 11110 | 0 | 1011101 | 101 | 1001111 | 1011001 | 110010 |
Color Harmonies of #A8F110
Complementary color
Monochromatic Colors of #A8F110
Black with #A8F110
Text Example
Text Example
White with #A8F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F110; }
p { color: rgb(168,241,16); }
H1.HeaderClassName
{
color: #A8F110;
}
.AnyTagClassName
{
color: #A8F110;
}
</style>
background-color css
<style>
a { background-color: #A8F110; }
a { background-color: rgb(168,241,16); }
div.DivClassName
{
background-color: #A8F110;
}
.BgClassName
{
background-color: #A8F110;
}
</style>
border-color css
<style>
span { border-color: #A8F110; }
span { border-color: rgb(168,241,16); }
td.TdClassName
{
border-color: #A8F110;
}
.TagClassName
{
border-color: #A8F110;
}
</style>