Shades of Inch Worm #8EE00D
Tints of Inch Worm #8EE00D
RGB
CMYK
RGB Variations
Color information
#8EE00D (or 0x8EE00D) is known color: Inch Worm. HEX triplet: 8E, E0 and 0D. RGB value is (142,224,13). Sum of RGB (Red+Green+Blue) = 142+224+13=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EE00D is #711FF2. Grayscale: #B0B0B0. Windows color (decimal): -7413747 or 909454. OLE color: 909454.
HSL color Cylindrical-coordinate representation of color #8EE00D: hue angle of 83.32º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EE00D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 13 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.12 |
| HSL | 83.32º | 0.89% | 0.46% | - |
| HSV(B) | 83.32º | 0.94% | 0.88% | - |
| XYZ | 37.88 | 59.09 | 9.79 | - |
| YUV | 175.43 | 36.33 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 13 | 0.37 | 0 | 0.94 | 0.12 | 83.32 | 0.89 | 0.46 |
| Hex | 8E | E0 | D | 25 | 0 | 5E | C | 53 | 59 | 2E |
| Octal | 216 | 340 | 15 | 45 | 0 | 136 | 14 | 123 | 131 | 56 |
| Binary | 10001110 | 11100000 | 1101 | 100101 | 0 | 1011110 | 1100 | 1010011 | 1011001 | 101110 |
Color Harmonies of #8EE00D
Complementary color
Monochromatic Colors of #8EE00D
Black with #8EE00D
Text Example
Text Example
White with #8EE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE00D; }
p { color: rgb(142,224,13); }
H1.HeaderClassName
{
color: #8EE00D;
}
.AnyTagClassName
{
color: #8EE00D;
}
</style>
background-color css
<style>
a { background-color: #8EE00D; }
a { background-color: rgb(142,224,13); }
div.DivClassName
{
background-color: #8EE00D;
}
.BgClassName
{
background-color: #8EE00D;
}
</style>
border-color css
<style>
span { border-color: #8EE00D; }
span { border-color: rgb(142,224,13); }
td.TdClassName
{
border-color: #8EE00D;
}
.TagClassName
{
border-color: #8EE00D;
}
</style>