Shades of Inch Worm #9EDE0B
Tints of Inch Worm #9EDE0B
RGB
CMYK
RGB Variations
Color information
#9EDE0B (or 0x9EDE0B) is known color: Inch Worm. HEX triplet: 9E, DE and 0B. RGB value is (158,222,11). Sum of RGB (Red+Green+Blue) = 158+222+11=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDE0B is #6121F4. Grayscale: #B3B3B3. Windows color (decimal): -6365685 or 777886. OLE color: 777886.
HSL color Cylindrical-coordinate representation of color #9EDE0B: hue angle of 78.2º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EDE0B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 222 | 11 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.13 |
| HSL | 78.2º | 0.91% | 0.46% | - |
| HSV(B) | 78.2º | 0.95% | 0.87% | - |
| XYZ | 40.28 | 59.54 | 9.69 | - |
| YUV | 178.81 | 33.3 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 11 | 0.29 | 0 | 0.95 | 0.13 | 78.2 | 0.91 | 0.46 |
| Hex | 9E | DE | B | 1D | 0 | 5F | D | 4E | 5B | 2E |
| Octal | 236 | 336 | 13 | 35 | 0 | 137 | 15 | 116 | 133 | 56 |
| Binary | 10011110 | 11011110 | 1011 | 11101 | 0 | 1011111 | 1101 | 1001110 | 1011011 | 101110 |
Color Harmonies of #9EDE0B
Complementary color
Monochromatic Colors of #9EDE0B
Black with #9EDE0B
Text Example
Text Example
White with #9EDE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDE0B; }
p { color: rgb(158,222,11); }
H1.HeaderClassName
{
color: #9EDE0B;
}
.AnyTagClassName
{
color: #9EDE0B;
}
</style>
background-color css
<style>
a { background-color: #9EDE0B; }
a { background-color: rgb(158,222,11); }
div.DivClassName
{
background-color: #9EDE0B;
}
.BgClassName
{
background-color: #9EDE0B;
}
</style>
border-color css
<style>
span { border-color: #9EDE0B; }
span { border-color: rgb(158,222,11); }
td.TdClassName
{
border-color: #9EDE0B;
}
.TagClassName
{
border-color: #9EDE0B;
}
</style>