Shades of Inch Worm #8EE010
Tints of Inch Worm #8EE010
RGB
CMYK
RGB Variations
Color information
#8EE010 (or 0x8EE010) is known color: Inch Worm. HEX triplet: 8E, E0 and 10. RGB value is (142,224,16). Sum of RGB (Red+Green+Blue) = 142+224+16=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EE010 is #711FEF. Grayscale: #B0B0B0. Windows color (decimal): -7413744 or 1106062. OLE color: 1106062.
HSL color Cylindrical-coordinate representation of color #8EE010: hue angle of 83.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EE010 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 16 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.12 |
| HSL | 83.65º | 0.87% | 0.47% | - |
| HSV(B) | 83.65º | 0.93% | 0.88% | - |
| XYZ | 37.9 | 59.1 | 9.9 | - |
| YUV | 175.77 | 37.83 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 16 | 0.37 | 0 | 0.93 | 0.12 | 83.65 | 0.87 | 0.47 |
| Hex | 8E | E0 | 10 | 25 | 0 | 5D | C | 54 | 57 | 2F |
| Octal | 216 | 340 | 20 | 45 | 0 | 135 | 14 | 124 | 127 | 57 |
| Binary | 10001110 | 11100000 | 10000 | 100101 | 0 | 1011101 | 1100 | 1010100 | 1010111 | 101111 |
Color Harmonies of #8EE010
Complementary color
Monochromatic Colors of #8EE010
Black with #8EE010
Text Example
Text Example
White with #8EE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE010; }
p { color: rgb(142,224,16); }
H1.HeaderClassName
{
color: #8EE010;
}
.AnyTagClassName
{
color: #8EE010;
}
</style>
background-color css
<style>
a { background-color: #8EE010; }
a { background-color: rgb(142,224,16); }
div.DivClassName
{
background-color: #8EE010;
}
.BgClassName
{
background-color: #8EE010;
}
</style>
border-color css
<style>
span { border-color: #8EE010; }
span { border-color: rgb(142,224,16); }
td.TdClassName
{
border-color: #8EE010;
}
.TagClassName
{
border-color: #8EE010;
}
</style>