Shades of Inch Worm #9EDD13
Tints of Inch Worm #9EDD13
RGB
CMYK
RGB Variations
Color information
#9EDD13 (or 0x9EDD13) is known color: Inch Worm. HEX triplet: 9E, DD and 13. RGB value is (158,221,19). Sum of RGB (Red+Green+Blue) = 158+221+19=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDD13 is #6122EC. Grayscale: #B3B3B3. Windows color (decimal): -6365933 or 1301918. OLE color: 1301918.
HSL color Cylindrical-coordinate representation of color #9EDD13: hue angle of 78.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EDD13 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 19 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.13 |
| HSL | 78.71º | 0.84% | 0.47% | - |
| HSV(B) | 78.71º | 0.91% | 0.87% | - |
| XYZ | 40.07 | 59.03 | 9.9 | - |
| YUV | 179.14 | 37.63 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 19 | 0.29 | 0 | 0.91 | 0.13 | 78.71 | 0.84 | 0.47 |
| Hex | 9E | DD | 13 | 1D | 0 | 5B | D | 4F | 54 | 2F |
| Octal | 236 | 335 | 23 | 35 | 0 | 133 | 15 | 117 | 124 | 57 |
| Binary | 10011110 | 11011101 | 10011 | 11101 | 0 | 1011011 | 1101 | 1001111 | 1010100 | 101111 |
Color Harmonies of #9EDD13
Complementary color
Monochromatic Colors of #9EDD13
Black with #9EDD13
Text Example
Text Example
White with #9EDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD13; }
p { color: rgb(158,221,19); }
H1.HeaderClassName
{
color: #9EDD13;
}
.AnyTagClassName
{
color: #9EDD13;
}
</style>
background-color css
<style>
a { background-color: #9EDD13; }
a { background-color: rgb(158,221,19); }
div.DivClassName
{
background-color: #9EDD13;
}
.BgClassName
{
background-color: #9EDD13;
}
</style>
border-color css
<style>
span { border-color: #9EDD13; }
span { border-color: rgb(158,221,19); }
td.TdClassName
{
border-color: #9EDD13;
}
.TagClassName
{
border-color: #9EDD13;
}
</style>