Shades of Inch Worm #9DD90C
Tints of Inch Worm #9DD90C
RGB
CMYK
RGB Variations
Color information
#9DD90C (or 0x9DD90C) is known color: Inch Worm. HEX triplet: 9D, D9 and 0C. RGB value is (157,217,12). Sum of RGB (Red+Green+Blue) = 157+217+12=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD90C is #6226F3. Grayscale: #B0B0B0. Windows color (decimal): -6432500 or 842141. OLE color: 842141.
HSL color Cylindrical-coordinate representation of color #9DD90C: hue angle of 77.56º degrees, saturation: 0.9, 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 #9DD90C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.15 |
| HSL | 77.56º | 0.9% | 0.45% | - |
| HSV(B) | 77.56º | 0.94% | 0.85% | - |
| XYZ | 38.78 | 56.82 | 9.27 | - |
| YUV | 175.69 | 35.62 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 12 | 0.28 | 0 | 0.94 | 0.15 | 77.56 | 0.9 | 0.45 |
| Hex | 9D | D9 | C | 1C | 0 | 5E | F | 4E | 5A | 2D |
| Octal | 235 | 331 | 14 | 34 | 0 | 136 | 17 | 116 | 132 | 55 |
| Binary | 10011101 | 11011001 | 1100 | 11100 | 0 | 1011110 | 1111 | 1001110 | 1011010 | 101101 |
Color Harmonies of #9DD90C
Complementary color
Monochromatic Colors of #9DD90C
Black with #9DD90C
Text Example
Text Example
White with #9DD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD90C; }
p { color: rgb(157,217,12); }
H1.HeaderClassName
{
color: #9DD90C;
}
.AnyTagClassName
{
color: #9DD90C;
}
</style>
background-color css
<style>
a { background-color: #9DD90C; }
a { background-color: rgb(157,217,12); }
div.DivClassName
{
background-color: #9DD90C;
}
.BgClassName
{
background-color: #9DD90C;
}
</style>
border-color css
<style>
span { border-color: #9DD90C; }
span { border-color: rgb(157,217,12); }
td.TdClassName
{
border-color: #9DD90C;
}
.TagClassName
{
border-color: #9DD90C;
}
</style>