Shades of Inch Worm #9DEC0F
Tints of Inch Worm #9DEC0F
RGB
CMYK
RGB Variations
Color information
#9DEC0F (or 0x9DEC0F) is known color: Inch Worm. HEX triplet: 9D, EC and 0F. RGB value is (157,236,15). Sum of RGB (Red+Green+Blue) = 157+236+15=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEC0F is #6213F0. Grayscale: #BBBBBB. Windows color (decimal): -6427633 or 1043613. OLE color: 1043613.
HSL color Cylindrical-coordinate representation of color #9DEC0F: hue angle of 81.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DEC0F is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 15 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.07 |
| HSL | 81.45º | 0.88% | 0.49% | - |
| HSV(B) | 81.45º | 0.94% | 0.93% | - |
| XYZ | 43.99 | 67.19 | 11.1 | - |
| YUV | 187.19 | 30.83 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 15 | 0.33 | 0 | 0.94 | 0.07 | 81.45 | 0.88 | 0.49 |
| Hex | 9D | EC | F | 21 | 0 | 5E | 7 | 51 | 58 | 31 |
| Octal | 235 | 354 | 17 | 41 | 0 | 136 | 7 | 121 | 130 | 61 |
| Binary | 10011101 | 11101100 | 1111 | 100001 | 0 | 1011110 | 111 | 1010001 | 1011000 | 110001 |
Color Harmonies of #9DEC0F
Complementary color
Monochromatic Colors of #9DEC0F
Black with #9DEC0F
Text Example
Text Example
White with #9DEC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEC0F; }
p { color: rgb(157,236,15); }
H1.HeaderClassName
{
color: #9DEC0F;
}
.AnyTagClassName
{
color: #9DEC0F;
}
</style>
background-color css
<style>
a { background-color: #9DEC0F; }
a { background-color: rgb(157,236,15); }
div.DivClassName
{
background-color: #9DEC0F;
}
.BgClassName
{
background-color: #9DEC0F;
}
</style>
border-color css
<style>
span { border-color: #9DEC0F; }
span { border-color: rgb(157,236,15); }
td.TdClassName
{
border-color: #9DEC0F;
}
.TagClassName
{
border-color: #9DEC0F;
}
</style>