Shades of Inch Worm #9EDE1D
Tints of Inch Worm #9EDE1D
RGB
CMYK
RGB Variations
Color information
#9EDE1D (or 0x9EDE1D) is known color: Inch Worm. HEX triplet: 9E, DE and 1D. RGB value is (158,222,29). Sum of RGB (Red+Green+Blue) = 158+222+29=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDE1D is #6121E2. Grayscale: #B5B5B5. Windows color (decimal): -6365667 or 1957534. OLE color: 1957534.
HSL color Cylindrical-coordinate representation of color #9EDE1D: hue angle of 79.9º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9EDE1D is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 29 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.13 |
| HSL | 79.9º | 0.77% | 0.49% | - |
| HSV(B) | 79.9º | 0.87% | 0.87% | - |
| XYZ | 40.44 | 59.6 | 10.53 | - |
| YUV | 180.86 | 42.3 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 29 | 0.29 | 0 | 0.87 | 0.13 | 79.9 | 0.77 | 0.49 |
| Hex | 9E | DE | 1D | 1D | 0 | 57 | D | 50 | 4D | 31 |
| Octal | 236 | 336 | 35 | 35 | 0 | 127 | 15 | 120 | 115 | 61 |
| Binary | 10011110 | 11011110 | 11101 | 11101 | 0 | 1010111 | 1101 | 1010000 | 1001101 | 110001 |
Color Harmonies of #9EDE1D
Complementary color
Monochromatic Colors of #9EDE1D
Black with #9EDE1D
Text Example
Text Example
White with #9EDE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE1D; }
p { color: rgb(158,222,29); }
H1.HeaderClassName
{
color: #9EDE1D;
}
.AnyTagClassName
{
color: #9EDE1D;
}
</style>
background-color css
<style>
a { background-color: #9EDE1D; }
a { background-color: rgb(158,222,29); }
div.DivClassName
{
background-color: #9EDE1D;
}
.BgClassName
{
background-color: #9EDE1D;
}
</style>
border-color css
<style>
span { border-color: #9EDE1D; }
span { border-color: rgb(158,222,29); }
td.TdClassName
{
border-color: #9EDE1D;
}
.TagClassName
{
border-color: #9EDE1D;
}
</style>