Shades of Inch Worm #9EDC11
Tints of Inch Worm #9EDC11
RGB
CMYK
RGB Variations
Color information
#9EDC11 (or 0x9EDC11) is known color: Inch Worm. HEX triplet: 9E, DC and 11. RGB value is (158,220,17). Sum of RGB (Red+Green+Blue) = 158+220+17=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDC11 is #6123EE. Grayscale: #B3B3B3. Windows color (decimal): -6366191 or 1170590. OLE color: 1170590.
HSL color Cylindrical-coordinate representation of color #9EDC11: hue angle of 78.33º 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 #9EDC11 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 17 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.14 |
| HSL | 78.33º | 0.86% | 0.46% | - |
| HSV(B) | 78.33º | 0.92% | 0.86% | - |
| XYZ | 39.79 | 58.5 | 9.72 | - |
| YUV | 178.32 | 36.96 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 17 | 0.28 | 0 | 0.92 | 0.14 | 78.33 | 0.86 | 0.46 |
| Hex | 9E | DC | 11 | 1C | 0 | 5C | E | 4E | 56 | 2E |
| Octal | 236 | 334 | 21 | 34 | 0 | 134 | 16 | 116 | 126 | 56 |
| Binary | 10011110 | 11011100 | 10001 | 11100 | 0 | 1011100 | 1110 | 1001110 | 1010110 | 101110 |
Color Harmonies of #9EDC11
Complementary color
Monochromatic Colors of #9EDC11
Black with #9EDC11
Text Example
Text Example
White with #9EDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDC11; }
p { color: rgb(158,220,17); }
H1.HeaderClassName
{
color: #9EDC11;
}
.AnyTagClassName
{
color: #9EDC11;
}
</style>
background-color css
<style>
a { background-color: #9EDC11; }
a { background-color: rgb(158,220,17); }
div.DivClassName
{
background-color: #9EDC11;
}
.BgClassName
{
background-color: #9EDC11;
}
</style>
border-color css
<style>
span { border-color: #9EDC11; }
span { border-color: rgb(158,220,17); }
td.TdClassName
{
border-color: #9EDC11;
}
.TagClassName
{
border-color: #9EDC11;
}
</style>