Shades of Inch Worm #9EDD0F
Tints of Inch Worm #9EDD0F
RGB
CMYK
RGB Variations
Color information
#9EDD0F (or 0x9EDD0F) is known color: Inch Worm. HEX triplet: 9E, DD and 0F. RGB value is (158,221,15). Sum of RGB (Red+Green+Blue) = 158+221+15=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDD0F is #6122F0. Grayscale: #B3B3B3. Windows color (decimal): -6365937 or 1039774. OLE color: 1039774.
HSL color Cylindrical-coordinate representation of color #9EDD0F: hue angle of 78.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EDD0F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 15 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.13 |
| HSL | 78.35º | 0.87% | 0.46% | - |
| HSV(B) | 78.35º | 0.93% | 0.87% | - |
| XYZ | 40.04 | 59.02 | 9.73 | - |
| YUV | 178.68 | 35.63 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 15 | 0.29 | 0 | 0.93 | 0.13 | 78.35 | 0.87 | 0.46 |
| Hex | 9E | DD | F | 1D | 0 | 5D | D | 4E | 57 | 2E |
| Octal | 236 | 335 | 17 | 35 | 0 | 135 | 15 | 116 | 127 | 56 |
| Binary | 10011110 | 11011101 | 1111 | 11101 | 0 | 1011101 | 1101 | 1001110 | 1010111 | 101110 |
Color Harmonies of #9EDD0F
Complementary color
Monochromatic Colors of #9EDD0F
Black with #9EDD0F
Text Example
Text Example
White with #9EDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD0F; }
p { color: rgb(158,221,15); }
H1.HeaderClassName
{
color: #9EDD0F;
}
.AnyTagClassName
{
color: #9EDD0F;
}
</style>
background-color css
<style>
a { background-color: #9EDD0F; }
a { background-color: rgb(158,221,15); }
div.DivClassName
{
background-color: #9EDD0F;
}
.BgClassName
{
background-color: #9EDD0F;
}
</style>
border-color css
<style>
span { border-color: #9EDD0F; }
span { border-color: rgb(158,221,15); }
td.TdClassName
{
border-color: #9EDD0F;
}
.TagClassName
{
border-color: #9EDD0F;
}
</style>