Shades of Inch Worm #8EDE14
Tints of Inch Worm #8EDE14
RGB
CMYK
RGB Variations
Color information
#8EDE14 (or 0x8EDE14) is known color: Inch Worm. HEX triplet: 8E, DE and 14. RGB value is (142,222,20). Sum of RGB (Red+Green+Blue) = 142+222+20=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDE14 is #7121EB. Grayscale: #AFAFAF. Windows color (decimal): -7414252 or 1367694. OLE color: 1367694.
HSL color Cylindrical-coordinate representation of color #8EDE14: hue angle of 83.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EDE14 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 20 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.13 |
| HSL | 83.76º | 0.83% | 0.47% | - |
| HSV(B) | 83.76º | 0.91% | 0.87% | - |
| XYZ | 37.4 | 58.04 | 9.89 | - |
| YUV | 175.05 | 40.5 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 20 | 0.36 | 0 | 0.91 | 0.13 | 83.76 | 0.83 | 0.47 |
| Hex | 8E | DE | 14 | 24 | 0 | 5B | D | 54 | 53 | 2F |
| Octal | 216 | 336 | 24 | 44 | 0 | 133 | 15 | 124 | 123 | 57 |
| Binary | 10001110 | 11011110 | 10100 | 100100 | 0 | 1011011 | 1101 | 1010100 | 1010011 | 101111 |
Color Harmonies of #8EDE14
Complementary color
Monochromatic Colors of #8EDE14
Black with #8EDE14
Text Example
Text Example
White with #8EDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDE14; }
p { color: rgb(142,222,20); }
H1.HeaderClassName
{
color: #8EDE14;
}
.AnyTagClassName
{
color: #8EDE14;
}
</style>
background-color css
<style>
a { background-color: #8EDE14; }
a { background-color: rgb(142,222,20); }
div.DivClassName
{
background-color: #8EDE14;
}
.BgClassName
{
background-color: #8EDE14;
}
</style>
border-color css
<style>
span { border-color: #8EDE14; }
span { border-color: rgb(142,222,20); }
td.TdClassName
{
border-color: #8EDE14;
}
.TagClassName
{
border-color: #8EDE14;
}
</style>