Shades of Inch Worm #9EDB05
Tints of Inch Worm #9EDB05
RGB
CMYK
RGB Variations
Color information
#9EDB05 (or 0x9EDB05) is known color: Inch Worm. HEX triplet: 9E, DB and 05. RGB value is (158,219,5). Sum of RGB (Red+Green+Blue) = 158+219+5=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDB05 is #6124FA. Grayscale: #B1B1B1. Windows color (decimal): -6366459 or 383902. OLE color: 383902.
HSL color Cylindrical-coordinate representation of color #9EDB05: hue angle of 77.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EDB05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.14 |
| HSL | 77.1º | 0.96% | 0.44% | - |
| HSV(B) | 77.1º | 0.98% | 0.86% | - |
| XYZ | 39.46 | 57.94 | 9.25 | - |
| YUV | 176.37 | 31.29 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 5 | 0.28 | 0 | 0.98 | 0.14 | 77.1 | 0.96 | 0.44 |
| Hex | 9E | DB | 5 | 1C | 0 | 62 | E | 4D | 60 | 2C |
| Octal | 236 | 333 | 5 | 34 | 0 | 142 | 16 | 115 | 140 | 54 |
| Binary | 10011110 | 11011011 | 101 | 11100 | 0 | 1100010 | 1110 | 1001101 | 1100000 | 101100 |
Color Harmonies of #9EDB05
Complementary color
Monochromatic Colors of #9EDB05
Black with #9EDB05
Text Example
Text Example
White with #9EDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB05; }
p { color: rgb(158,219,5); }
H1.HeaderClassName
{
color: #9EDB05;
}
.AnyTagClassName
{
color: #9EDB05;
}
</style>
background-color css
<style>
a { background-color: #9EDB05; }
a { background-color: rgb(158,219,5); }
div.DivClassName
{
background-color: #9EDB05;
}
.BgClassName
{
background-color: #9EDB05;
}
</style>
border-color css
<style>
span { border-color: #9EDB05; }
span { border-color: rgb(158,219,5); }
td.TdClassName
{
border-color: #9EDB05;
}
.TagClassName
{
border-color: #9EDB05;
}
</style>