Shades of Inch Worm #9EDD0D
Tints of Inch Worm #9EDD0D
RGB
CMYK
RGB Variations
Color information
#9EDD0D (or 0x9EDD0D) is known color: Inch Worm. HEX triplet: 9E, DD and 0D. RGB value is (158,221,13). Sum of RGB (Red+Green+Blue) = 158+221+13=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDD0D is #6122F2. Grayscale: #B3B3B3. Windows color (decimal): -6365939 or 908702. OLE color: 908702.
HSL color Cylindrical-coordinate representation of color #9EDD0D: hue angle of 78.17º degrees, saturation: 0.89, 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 #9EDD0D is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 13 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.13 |
| HSL | 78.17º | 0.89% | 0.46% | - |
| HSV(B) | 78.17º | 0.94% | 0.87% | - |
| XYZ | 40.03 | 59.01 | 9.66 | - |
| YUV | 178.45 | 34.63 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 13 | 0.29 | 0 | 0.94 | 0.13 | 78.17 | 0.89 | 0.46 |
| Hex | 9E | DD | D | 1D | 0 | 5E | D | 4E | 59 | 2E |
| Octal | 236 | 335 | 15 | 35 | 0 | 136 | 15 | 116 | 131 | 56 |
| Binary | 10011110 | 11011101 | 1101 | 11101 | 0 | 1011110 | 1101 | 1001110 | 1011001 | 101110 |
Color Harmonies of #9EDD0D
Complementary color
Monochromatic Colors of #9EDD0D
Black with #9EDD0D
Text Example
Text Example
White with #9EDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD0D; }
p { color: rgb(158,221,13); }
H1.HeaderClassName
{
color: #9EDD0D;
}
.AnyTagClassName
{
color: #9EDD0D;
}
</style>
background-color css
<style>
a { background-color: #9EDD0D; }
a { background-color: rgb(158,221,13); }
div.DivClassName
{
background-color: #9EDD0D;
}
.BgClassName
{
background-color: #9EDD0D;
}
</style>
border-color css
<style>
span { border-color: #9EDD0D; }
span { border-color: rgb(158,221,13); }
td.TdClassName
{
border-color: #9EDD0D;
}
.TagClassName
{
border-color: #9EDD0D;
}
</style>