Shades of Inch Worm #9EDA10
Tints of Inch Worm #9EDA10
RGB
CMYK
RGB Variations
Color information
#9EDA10 (or 0x9EDA10) is known color: Inch Worm. HEX triplet: 9E, DA and 10. RGB value is (158,218,16). Sum of RGB (Red+Green+Blue) = 158+218+16=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDA10 is #6125EF. Grayscale: #B1B1B1. Windows color (decimal): -6366704 or 1104542. OLE color: 1104542.
HSL color Cylindrical-coordinate representation of color #9EDA10: hue angle of 77.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EDA10 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.15 |
| HSL | 77.82º | 0.86% | 0.46% | - |
| HSV(B) | 77.82º | 0.93% | 0.85% | - |
| XYZ | 39.27 | 57.45 | 9.51 | - |
| YUV | 177.03 | 37.12 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 16 | 0.28 | 0 | 0.93 | 0.15 | 77.82 | 0.86 | 0.46 |
| Hex | 9E | DA | 10 | 1C | 0 | 5D | F | 4E | 56 | 2E |
| Octal | 236 | 332 | 20 | 34 | 0 | 135 | 17 | 116 | 126 | 56 |
| Binary | 10011110 | 11011010 | 10000 | 11100 | 0 | 1011101 | 1111 | 1001110 | 1010110 | 101110 |
Color Harmonies of #9EDA10
Complementary color
Monochromatic Colors of #9EDA10
Black with #9EDA10
Text Example
Text Example
White with #9EDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA10; }
p { color: rgb(158,218,16); }
H1.HeaderClassName
{
color: #9EDA10;
}
.AnyTagClassName
{
color: #9EDA10;
}
</style>
background-color css
<style>
a { background-color: #9EDA10; }
a { background-color: rgb(158,218,16); }
div.DivClassName
{
background-color: #9EDA10;
}
.BgClassName
{
background-color: #9EDA10;
}
</style>
border-color css
<style>
span { border-color: #9EDA10; }
span { border-color: rgb(158,218,16); }
td.TdClassName
{
border-color: #9EDA10;
}
.TagClassName
{
border-color: #9EDA10;
}
</style>