Shades of Inch Worm #9EDB14
Tints of Inch Worm #9EDB14
RGB
CMYK
RGB Variations
Color information
#9EDB14 (or 0x9EDB14) is known color: Inch Worm. HEX triplet: 9E, DB and 14. RGB value is (158,219,20). Sum of RGB (Red+Green+Blue) = 158+219+20=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDB14 is #6124EB. Grayscale: #B2B2B2. Windows color (decimal): -6366444 or 1366942. OLE color: 1366942.
HSL color Cylindrical-coordinate representation of color #9EDB14: hue angle of 78.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EDB14 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 20 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.14 |
| HSL | 78.39º | 0.83% | 0.47% | - |
| HSV(B) | 78.39º | 0.91% | 0.86% | - |
| XYZ | 39.56 | 57.98 | 9.77 | - |
| YUV | 178.08 | 38.79 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 20 | 0.28 | 0 | 0.91 | 0.14 | 78.39 | 0.83 | 0.47 |
| Hex | 9E | DB | 14 | 1C | 0 | 5B | E | 4E | 53 | 2F |
| Octal | 236 | 333 | 24 | 34 | 0 | 133 | 16 | 116 | 123 | 57 |
| Binary | 10011110 | 11011011 | 10100 | 11100 | 0 | 1011011 | 1110 | 1001110 | 1010011 | 101111 |
Color Harmonies of #9EDB14
Complementary color
Monochromatic Colors of #9EDB14
Black with #9EDB14
Text Example
Text Example
White with #9EDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB14; }
p { color: rgb(158,219,20); }
H1.HeaderClassName
{
color: #9EDB14;
}
.AnyTagClassName
{
color: #9EDB14;
}
</style>
background-color css
<style>
a { background-color: #9EDB14; }
a { background-color: rgb(158,219,20); }
div.DivClassName
{
background-color: #9EDB14;
}
.BgClassName
{
background-color: #9EDB14;
}
</style>
border-color css
<style>
span { border-color: #9EDB14; }
span { border-color: rgb(158,219,20); }
td.TdClassName
{
border-color: #9EDB14;
}
.TagClassName
{
border-color: #9EDB14;
}
</style>