Shades of Inch Worm #8EE014
Tints of Inch Worm #8EE014
RGB
CMYK
RGB Variations
Color information
#8EE014 (or 0x8EE014) is known color: Inch Worm. HEX triplet: 8E, E0 and 14. RGB value is (142,224,20). Sum of RGB (Red+Green+Blue) = 142+224+20=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EE014 is #711FEB. Grayscale: #B0B0B0. Windows color (decimal): -7413740 or 1368206. OLE color: 1368206.
HSL color Cylindrical-coordinate representation of color #8EE014: hue angle of 84.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EE014 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 20 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.12 |
| HSL | 84.12º | 0.84% | 0.48% | - |
| HSV(B) | 84.12º | 0.91% | 0.88% | - |
| XYZ | 37.94 | 59.11 | 10.07 | - |
| YUV | 176.23 | 39.83 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 20 | 0.37 | 0 | 0.91 | 0.12 | 84.12 | 0.84 | 0.48 |
| Hex | 8E | E0 | 14 | 25 | 0 | 5B | C | 54 | 54 | 30 |
| Octal | 216 | 340 | 24 | 45 | 0 | 133 | 14 | 124 | 124 | 60 |
| Binary | 10001110 | 11100000 | 10100 | 100101 | 0 | 1011011 | 1100 | 1010100 | 1010100 | 110000 |
Color Harmonies of #8EE014
Complementary color
Monochromatic Colors of #8EE014
Black with #8EE014
Text Example
Text Example
White with #8EE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE014; }
p { color: rgb(142,224,20); }
H1.HeaderClassName
{
color: #8EE014;
}
.AnyTagClassName
{
color: #8EE014;
}
</style>
background-color css
<style>
a { background-color: #8EE014; }
a { background-color: rgb(142,224,20); }
div.DivClassName
{
background-color: #8EE014;
}
.BgClassName
{
background-color: #8EE014;
}
</style>
border-color css
<style>
span { border-color: #8EE014; }
span { border-color: rgb(142,224,20); }
td.TdClassName
{
border-color: #8EE014;
}
.TagClassName
{
border-color: #8EE014;
}
</style>