Shades of Inch Worm #8FE016
Tints of Inch Worm #8FE016
RGB
CMYK
RGB Variations
Color information
#8FE016 (or 0x8FE016) is known color: Inch Worm. HEX triplet: 8F, E0 and 16. RGB value is (143,224,22). Sum of RGB (Red+Green+Blue) = 143+224+22=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FE016 is #701FE9. Grayscale: #B1B1B1. Windows color (decimal): -7348202 or 1499279. OLE color: 1499279.
HSL color Cylindrical-coordinate representation of color #8FE016: hue angle of 84.06º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FE016 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 22 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.12 |
| HSL | 84.06º | 0.82% | 0.48% | - |
| HSV(B) | 84.06º | 0.9% | 0.88% | - |
| XYZ | 38.13 | 59.21 | 10.18 | - |
| YUV | 176.75 | 40.66 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 22 | 0.36 | 0 | 0.90 | 0.12 | 84.06 | 0.82 | 0.48 |
| Hex | 8F | E0 | 16 | 24 | 0 | 5A | C | 54 | 52 | 30 |
| Octal | 217 | 340 | 26 | 44 | 0 | 132 | 14 | 124 | 122 | 60 |
| Binary | 10001111 | 11100000 | 10110 | 100100 | 0 | 1011010 | 1100 | 1010100 | 1010010 | 110000 |
Color Harmonies of #8FE016
Complementary color
Monochromatic Colors of #8FE016
Black with #8FE016
Text Example
Text Example
White with #8FE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE016; }
p { color: rgb(143,224,22); }
H1.HeaderClassName
{
color: #8FE016;
}
.AnyTagClassName
{
color: #8FE016;
}
</style>
background-color css
<style>
a { background-color: #8FE016; }
a { background-color: rgb(143,224,22); }
div.DivClassName
{
background-color: #8FE016;
}
.BgClassName
{
background-color: #8FE016;
}
</style>
border-color css
<style>
span { border-color: #8FE016; }
span { border-color: rgb(143,224,22); }
td.TdClassName
{
border-color: #8FE016;
}
.TagClassName
{
border-color: #8FE016;
}
</style>