Shades of Inch Worm #9EDB11
Tints of Inch Worm #9EDB11
RGB
CMYK
RGB Variations
Color information
#9EDB11 (or 0x9EDB11) is known color: Inch Worm. HEX triplet: 9E, DB and 11. RGB value is (158,219,17). Sum of RGB (Red+Green+Blue) = 158+219+17=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDB11 is #6124EE. Grayscale: #B2B2B2. Windows color (decimal): -6366447 or 1170334. OLE color: 1170334.
HSL color Cylindrical-coordinate representation of color #9EDB11: hue angle of 78.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EDB11 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 17 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.14 |
| HSL | 78.12º | 0.86% | 0.46% | - |
| HSV(B) | 78.12º | 0.92% | 0.86% | - |
| XYZ | 39.53 | 57.97 | 9.64 | - |
| YUV | 177.73 | 37.29 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 17 | 0.28 | 0 | 0.92 | 0.14 | 78.12 | 0.86 | 0.46 |
| Hex | 9E | DB | 11 | 1C | 0 | 5C | E | 4E | 56 | 2E |
| Octal | 236 | 333 | 21 | 34 | 0 | 134 | 16 | 116 | 126 | 56 |
| Binary | 10011110 | 11011011 | 10001 | 11100 | 0 | 1011100 | 1110 | 1001110 | 1010110 | 101110 |
Color Harmonies of #9EDB11
Complementary color
Monochromatic Colors of #9EDB11
Black with #9EDB11
Text Example
Text Example
White with #9EDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB11; }
p { color: rgb(158,219,17); }
H1.HeaderClassName
{
color: #9EDB11;
}
.AnyTagClassName
{
color: #9EDB11;
}
</style>
background-color css
<style>
a { background-color: #9EDB11; }
a { background-color: rgb(158,219,17); }
div.DivClassName
{
background-color: #9EDB11;
}
.BgClassName
{
background-color: #9EDB11;
}
</style>
border-color css
<style>
span { border-color: #9EDB11; }
span { border-color: rgb(158,219,17); }
td.TdClassName
{
border-color: #9EDB11;
}
.TagClassName
{
border-color: #9EDB11;
}
</style>