Shades of Inch Worm #9EE00D
Tints of Inch Worm #9EE00D
RGB
CMYK
RGB Variations
Color information
#9EE00D (or 0x9EE00D) is known color: Inch Worm. HEX triplet: 9E, E0 and 0D. RGB value is (158,224,13). Sum of RGB (Red+Green+Blue) = 158+224+13=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EE00D is #611FF2. Grayscale: #B4B4B4. Windows color (decimal): -6365171 or 909470. OLE color: 909470.
HSL color Cylindrical-coordinate representation of color #9EE00D: hue angle of 78.77º 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 #9EE00D is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 13 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.12 |
| HSL | 78.77º | 0.89% | 0.46% | - |
| HSV(B) | 78.77º | 0.94% | 0.88% | - |
| XYZ | 40.83 | 60.61 | 9.93 | - |
| YUV | 180.21 | 33.63 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 13 | 0.29 | 0 | 0.94 | 0.12 | 78.77 | 0.89 | 0.46 |
| Hex | 9E | E0 | D | 1D | 0 | 5E | C | 4F | 59 | 2E |
| Octal | 236 | 340 | 15 | 35 | 0 | 136 | 14 | 117 | 131 | 56 |
| Binary | 10011110 | 11100000 | 1101 | 11101 | 0 | 1011110 | 1100 | 1001111 | 1011001 | 101110 |
Color Harmonies of #9EE00D
Complementary color
Monochromatic Colors of #9EE00D
Black with #9EE00D
Text Example
Text Example
White with #9EE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE00D; }
p { color: rgb(158,224,13); }
H1.HeaderClassName
{
color: #9EE00D;
}
.AnyTagClassName
{
color: #9EE00D;
}
</style>
background-color css
<style>
a { background-color: #9EE00D; }
a { background-color: rgb(158,224,13); }
div.DivClassName
{
background-color: #9EE00D;
}
.BgClassName
{
background-color: #9EE00D;
}
</style>
border-color css
<style>
span { border-color: #9EE00D; }
span { border-color: rgb(158,224,13); }
td.TdClassName
{
border-color: #9EE00D;
}
.TagClassName
{
border-color: #9EE00D;
}
</style>