Shades of Inch Worm #9DEE1D
Tints of Inch Worm #9DEE1D
RGB
CMYK
RGB Variations
Color information
#9DEE1D (or 0x9DEE1D) is known color: Inch Worm. HEX triplet: 9D, EE and 1D. RGB value is (157,238,29). Sum of RGB (Red+Green+Blue) = 157+238+29=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DEE1D is #6211E2. Grayscale: #BEBEBE. Windows color (decimal): -6427107 or 1961629. OLE color: 1961629.
HSL color Cylindrical-coordinate representation of color #9DEE1D: hue angle of 83.25º degrees, saturation: 0.86, 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 #9DEE1D is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 29 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.07 |
| HSL | 83.25º | 0.86% | 0.52% | - |
| HSV(B) | 83.25º | 0.88% | 0.93% | - |
| XYZ | 44.7 | 68.41 | 12.01 | - |
| YUV | 189.96 | 37.16 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 29 | 0.34 | 0 | 0.88 | 0.07 | 83.25 | 0.86 | 0.52 |
| Hex | 9D | EE | 1D | 22 | 0 | 58 | 7 | 53 | 56 | 34 |
| Octal | 235 | 356 | 35 | 42 | 0 | 130 | 7 | 123 | 126 | 64 |
| Binary | 10011101 | 11101110 | 11101 | 100010 | 0 | 1011000 | 111 | 1010011 | 1010110 | 110100 |
Color Harmonies of #9DEE1D
Complementary color
Monochromatic Colors of #9DEE1D
Black with #9DEE1D
Text Example
Text Example
White with #9DEE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEE1D; }
p { color: rgb(157,238,29); }
H1.HeaderClassName
{
color: #9DEE1D;
}
.AnyTagClassName
{
color: #9DEE1D;
}
</style>
background-color css
<style>
a { background-color: #9DEE1D; }
a { background-color: rgb(157,238,29); }
div.DivClassName
{
background-color: #9DEE1D;
}
.BgClassName
{
background-color: #9DEE1D;
}
</style>
border-color css
<style>
span { border-color: #9DEE1D; }
span { border-color: rgb(157,238,29); }
td.TdClassName
{
border-color: #9DEE1D;
}
.TagClassName
{
border-color: #9DEE1D;
}
</style>