Shades of Inch Worm #9EE008
Tints of Inch Worm #9EE008
RGB
CMYK
RGB Variations
Color information
#9EE008 (or 0x9EE008) is known color: Inch Worm. HEX triplet: 9E, E0 and 08. RGB value is (158,224,8). Sum of RGB (Red+Green+Blue) = 158+224+8=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EE008 is #611FF7. Grayscale: #B4B4B4. Windows color (decimal): -6365176 or 581790. OLE color: 581790.
HSL color Cylindrical-coordinate representation of color #9EE008: hue angle of 78.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EE008 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.12 |
| HSL | 78.33º | 0.93% | 0.45% | - |
| HSV(B) | 78.33º | 0.96% | 0.88% | - |
| XYZ | 40.8 | 60.6 | 9.78 | - |
| YUV | 179.64 | 31.13 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 8 | 0.29 | 0 | 0.96 | 0.12 | 78.33 | 0.93 | 0.45 |
| Hex | 9E | E0 | 8 | 1D | 0 | 60 | C | 4E | 5D | 2D |
| Octal | 236 | 340 | 10 | 35 | 0 | 140 | 14 | 116 | 135 | 55 |
| Binary | 10011110 | 11100000 | 1000 | 11101 | 0 | 1100000 | 1100 | 1001110 | 1011101 | 101101 |
Color Harmonies of #9EE008
Complementary color
Monochromatic Colors of #9EE008
Black with #9EE008
Text Example
Text Example
White with #9EE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE008; }
p { color: rgb(158,224,8); }
H1.HeaderClassName
{
color: #9EE008;
}
.AnyTagClassName
{
color: #9EE008;
}
</style>
background-color css
<style>
a { background-color: #9EE008; }
a { background-color: rgb(158,224,8); }
div.DivClassName
{
background-color: #9EE008;
}
.BgClassName
{
background-color: #9EE008;
}
</style>
border-color css
<style>
span { border-color: #9EE008; }
span { border-color: rgb(158,224,8); }
td.TdClassName
{
border-color: #9EE008;
}
.TagClassName
{
border-color: #9EE008;
}
</style>