Shades of Inch Worm #9DD90D
Tints of Inch Worm #9DD90D
RGB
CMYK
RGB Variations
Color information
#9DD90D (or 0x9DD90D) is known color: Inch Worm. HEX triplet: 9D, D9 and 0D. RGB value is (157,217,13). Sum of RGB (Red+Green+Blue) = 157+217+13=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD90D is #6226F2. Grayscale: #B0B0B0. Windows color (decimal): -6432499 or 907677. OLE color: 907677.
HSL color Cylindrical-coordinate representation of color #9DD90D: hue angle of 77.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DD90D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.15 |
| HSL | 77.65º | 0.89% | 0.45% | - |
| HSV(B) | 77.65º | 0.94% | 0.85% | - |
| XYZ | 38.79 | 56.82 | 9.3 | - |
| YUV | 175.8 | 36.12 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 13 | 0.28 | 0 | 0.94 | 0.15 | 77.65 | 0.89 | 0.45 |
| Hex | 9D | D9 | D | 1C | 0 | 5E | F | 4E | 59 | 2D |
| Octal | 235 | 331 | 15 | 34 | 0 | 136 | 17 | 116 | 131 | 55 |
| Binary | 10011101 | 11011001 | 1101 | 11100 | 0 | 1011110 | 1111 | 1001110 | 1011001 | 101101 |
Color Harmonies of #9DD90D
Complementary color
Monochromatic Colors of #9DD90D
Black with #9DD90D
Text Example
Text Example
White with #9DD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD90D; }
p { color: rgb(157,217,13); }
H1.HeaderClassName
{
color: #9DD90D;
}
.AnyTagClassName
{
color: #9DD90D;
}
</style>
background-color css
<style>
a { background-color: #9DD90D; }
a { background-color: rgb(157,217,13); }
div.DivClassName
{
background-color: #9DD90D;
}
.BgClassName
{
background-color: #9DD90D;
}
</style>
border-color css
<style>
span { border-color: #9DD90D; }
span { border-color: rgb(157,217,13); }
td.TdClassName
{
border-color: #9DD90D;
}
.TagClassName
{
border-color: #9DD90D;
}
</style>