Shades of Inch Worm #9DEC1D
Tints of Inch Worm #9DEC1D
RGB
CMYK
RGB Variations
Color information
#9DEC1D (or 0x9DEC1D) is known color: Inch Worm. HEX triplet: 9D, EC and 1D. RGB value is (157,236,29). Sum of RGB (Red+Green+Blue) = 157+236+29=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DEC1D is #6213E2. Grayscale: #BDBDBD. Windows color (decimal): -6427619 or 1961117. OLE color: 1961117.
HSL color Cylindrical-coordinate representation of color #9DEC1D: hue angle of 82.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DEC1D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 29 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.07 |
| HSL | 82.9º | 0.84% | 0.52% | - |
| HSV(B) | 82.9º | 0.88% | 0.93% | - |
| XYZ | 44.12 | 67.25 | 11.82 | - |
| YUV | 188.78 | 37.83 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 29 | 0.33 | 0 | 0.88 | 0.07 | 82.9 | 0.84 | 0.52 |
| Hex | 9D | EC | 1D | 21 | 0 | 58 | 7 | 53 | 54 | 34 |
| Octal | 235 | 354 | 35 | 41 | 0 | 130 | 7 | 123 | 124 | 64 |
| Binary | 10011101 | 11101100 | 11101 | 100001 | 0 | 1011000 | 111 | 1010011 | 1010100 | 110100 |
Color Harmonies of #9DEC1D
Complementary color
Monochromatic Colors of #9DEC1D
Black with #9DEC1D
Text Example
Text Example
White with #9DEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEC1D; }
p { color: rgb(157,236,29); }
H1.HeaderClassName
{
color: #9DEC1D;
}
.AnyTagClassName
{
color: #9DEC1D;
}
</style>
background-color css
<style>
a { background-color: #9DEC1D; }
a { background-color: rgb(157,236,29); }
div.DivClassName
{
background-color: #9DEC1D;
}
.BgClassName
{
background-color: #9DEC1D;
}
</style>
border-color css
<style>
span { border-color: #9DEC1D; }
span { border-color: rgb(157,236,29); }
td.TdClassName
{
border-color: #9DEC1D;
}
.TagClassName
{
border-color: #9DEC1D;
}
</style>