Shades of Inch Worm #9EDD0E
Tints of Inch Worm #9EDD0E
RGB
CMYK
RGB Variations
Color information
#9EDD0E (or 0x9EDD0E) is known color: Inch Worm. HEX triplet: 9E, DD and 0E. RGB value is (158,221,14). Sum of RGB (Red+Green+Blue) = 158+221+14=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDD0E is #6122F1. Grayscale: #B3B3B3. Windows color (decimal): -6365938 or 974238. OLE color: 974238.
HSL color Cylindrical-coordinate representation of color #9EDD0E: hue angle of 78.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EDD0E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.13 |
| HSL | 78.26º | 0.88% | 0.46% | - |
| HSV(B) | 78.26º | 0.94% | 0.87% | - |
| XYZ | 40.04 | 59.01 | 9.7 | - |
| YUV | 178.57 | 35.13 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 14 | 0.29 | 0 | 0.94 | 0.13 | 78.26 | 0.88 | 0.46 |
| Hex | 9E | DD | E | 1D | 0 | 5E | D | 4E | 58 | 2E |
| Octal | 236 | 335 | 16 | 35 | 0 | 136 | 15 | 116 | 130 | 56 |
| Binary | 10011110 | 11011101 | 1110 | 11101 | 0 | 1011110 | 1101 | 1001110 | 1011000 | 101110 |
Color Harmonies of #9EDD0E
Complementary color
Monochromatic Colors of #9EDD0E
Black with #9EDD0E
Text Example
Text Example
White with #9EDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD0E; }
p { color: rgb(158,221,14); }
H1.HeaderClassName
{
color: #9EDD0E;
}
.AnyTagClassName
{
color: #9EDD0E;
}
</style>
background-color css
<style>
a { background-color: #9EDD0E; }
a { background-color: rgb(158,221,14); }
div.DivClassName
{
background-color: #9EDD0E;
}
.BgClassName
{
background-color: #9EDD0E;
}
</style>
border-color css
<style>
span { border-color: #9EDD0E; }
span { border-color: rgb(158,221,14); }
td.TdClassName
{
border-color: #9EDD0E;
}
.TagClassName
{
border-color: #9EDD0E;
}
</style>