Shades of Inch Worm #9EDB16
Tints of Inch Worm #9EDB16
RGB
CMYK
RGB Variations
Color information
#9EDB16 (or 0x9EDB16) is known color: Inch Worm. HEX triplet: 9E, DB and 16. RGB value is (158,219,22). Sum of RGB (Red+Green+Blue) = 158+219+22=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDB16 is #6124E9. Grayscale: #B3B3B3. Windows color (decimal): -6366442 or 1498014. OLE color: 1498014.
HSL color Cylindrical-coordinate representation of color #9EDB16: hue angle of 78.58º 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 #9EDB16 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 22 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.14 |
| HSL | 78.58º | 0.82% | 0.47% | - |
| HSV(B) | 78.58º | 0.9% | 0.86% | - |
| XYZ | 39.58 | 57.99 | 9.87 | - |
| YUV | 178.3 | 39.79 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 22 | 0.28 | 0 | 0.90 | 0.14 | 78.58 | 0.82 | 0.47 |
| Hex | 9E | DB | 16 | 1C | 0 | 5A | E | 4F | 52 | 2F |
| Octal | 236 | 333 | 26 | 34 | 0 | 132 | 16 | 117 | 122 | 57 |
| Binary | 10011110 | 11011011 | 10110 | 11100 | 0 | 1011010 | 1110 | 1001111 | 1010010 | 101111 |
Color Harmonies of #9EDB16
Complementary color
Monochromatic Colors of #9EDB16
Black with #9EDB16
Text Example
Text Example
White with #9EDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB16; }
p { color: rgb(158,219,22); }
H1.HeaderClassName
{
color: #9EDB16;
}
.AnyTagClassName
{
color: #9EDB16;
}
</style>
background-color css
<style>
a { background-color: #9EDB16; }
a { background-color: rgb(158,219,22); }
div.DivClassName
{
background-color: #9EDB16;
}
.BgClassName
{
background-color: #9EDB16;
}
</style>
border-color css
<style>
span { border-color: #9EDB16; }
span { border-color: rgb(158,219,22); }
td.TdClassName
{
border-color: #9EDB16;
}
.TagClassName
{
border-color: #9EDB16;
}
</style>