Shades of Inch Worm #8EE00F
Tints of Inch Worm #8EE00F
RGB
CMYK
RGB Variations
Color information
#8EE00F (or 0x8EE00F) is known color: Inch Worm. HEX triplet: 8E, E0 and 0F. RGB value is (142,224,15). Sum of RGB (Red+Green+Blue) = 142+224+15=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EE00F is #711FF0. Grayscale: #B0B0B0. Windows color (decimal): -7413745 or 1040526. OLE color: 1040526.
HSL color Cylindrical-coordinate representation of color #8EE00F: hue angle of 83.54º 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 #8EE00F is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 15 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.12 |
| HSL | 83.54º | 0.87% | 0.47% | - |
| HSV(B) | 83.54º | 0.93% | 0.88% | - |
| XYZ | 37.9 | 59.1 | 9.86 | - |
| YUV | 175.66 | 37.33 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 15 | 0.37 | 0 | 0.93 | 0.12 | 83.54 | 0.87 | 0.47 |
| Hex | 8E | E0 | F | 25 | 0 | 5D | C | 54 | 57 | 2F |
| Octal | 216 | 340 | 17 | 45 | 0 | 135 | 14 | 124 | 127 | 57 |
| Binary | 10001110 | 11100000 | 1111 | 100101 | 0 | 1011101 | 1100 | 1010100 | 1010111 | 101111 |
Color Harmonies of #8EE00F
Complementary color
Monochromatic Colors of #8EE00F
Black with #8EE00F
Text Example
Text Example
White with #8EE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE00F; }
p { color: rgb(142,224,15); }
H1.HeaderClassName
{
color: #8EE00F;
}
.AnyTagClassName
{
color: #8EE00F;
}
</style>
background-color css
<style>
a { background-color: #8EE00F; }
a { background-color: rgb(142,224,15); }
div.DivClassName
{
background-color: #8EE00F;
}
.BgClassName
{
background-color: #8EE00F;
}
</style>
border-color css
<style>
span { border-color: #8EE00F; }
span { border-color: rgb(142,224,15); }
td.TdClassName
{
border-color: #8EE00F;
}
.TagClassName
{
border-color: #8EE00F;
}
</style>