Shades of Inch Worm #9EDB15
Tints of Inch Worm #9EDB15
RGB
CMYK
RGB Variations
Color information
#9EDB15 (or 0x9EDB15) is known color: Inch Worm. HEX triplet: 9E, DB and 15. RGB value is (158,219,21). Sum of RGB (Red+Green+Blue) = 158+219+21=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDB15 is #6124EA. Grayscale: #B2B2B2. Windows color (decimal): -6366443 or 1432478. OLE color: 1432478.
HSL color Cylindrical-coordinate representation of color #9EDB15: hue angle of 78.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9EDB15 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 21 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.14 |
| HSL | 78.48º | 0.83% | 0.47% | - |
| HSV(B) | 78.48º | 0.9% | 0.86% | - |
| XYZ | 39.57 | 57.99 | 9.82 | - |
| YUV | 178.19 | 39.29 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 21 | 0.28 | 0 | 0.90 | 0.14 | 78.48 | 0.83 | 0.47 |
| Hex | 9E | DB | 15 | 1C | 0 | 5A | E | 4E | 52 | 2F |
| Octal | 236 | 333 | 25 | 34 | 0 | 132 | 16 | 116 | 122 | 57 |
| Binary | 10011110 | 11011011 | 10101 | 11100 | 0 | 1011010 | 1110 | 1001110 | 1010010 | 101111 |
Color Harmonies of #9EDB15
Complementary color
Monochromatic Colors of #9EDB15
Black with #9EDB15
Text Example
Text Example
White with #9EDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB15; }
p { color: rgb(158,219,21); }
H1.HeaderClassName
{
color: #9EDB15;
}
.AnyTagClassName
{
color: #9EDB15;
}
</style>
background-color css
<style>
a { background-color: #9EDB15; }
a { background-color: rgb(158,219,21); }
div.DivClassName
{
background-color: #9EDB15;
}
.BgClassName
{
background-color: #9EDB15;
}
</style>
border-color css
<style>
span { border-color: #9EDB15; }
span { border-color: rgb(158,219,21); }
td.TdClassName
{
border-color: #9EDB15;
}
.TagClassName
{
border-color: #9EDB15;
}
</style>