Shades of Inch Worm #9FDD17
Tints of Inch Worm #9FDD17
RGB
CMYK
RGB Variations
Color information
#9FDD17 (or 0x9FDD17) is known color: Inch Worm. HEX triplet: 9F, DD and 17. RGB value is (159,221,23). Sum of RGB (Red+Green+Blue) = 159+221+23=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD17 is #6022E8. Grayscale: #B4B4B4. Windows color (decimal): -6300393 or 1564063. OLE color: 1564063.
HSL color Cylindrical-coordinate representation of color #9FDD17: hue angle of 78.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FDD17 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 23 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.13 |
| HSL | 78.79º | 0.81% | 0.48% | - |
| HSV(B) | 78.79º | 0.9% | 0.87% | - |
| XYZ | 40.31 | 59.15 | 10.1 | - |
| YUV | 179.89 | 39.46 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 23 | 0.28 | 0 | 0.90 | 0.13 | 78.79 | 0.81 | 0.48 |
| Hex | 9F | DD | 17 | 1C | 0 | 5A | D | 4F | 51 | 30 |
| Octal | 237 | 335 | 27 | 34 | 0 | 132 | 15 | 117 | 121 | 60 |
| Binary | 10011111 | 11011101 | 10111 | 11100 | 0 | 1011010 | 1101 | 1001111 | 1010001 | 110000 |
Color Harmonies of #9FDD17
Complementary color
Monochromatic Colors of #9FDD17
Black with #9FDD17
Text Example
Text Example
White with #9FDD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD17; }
p { color: rgb(159,221,23); }
H1.HeaderClassName
{
color: #9FDD17;
}
.AnyTagClassName
{
color: #9FDD17;
}
</style>
background-color css
<style>
a { background-color: #9FDD17; }
a { background-color: rgb(159,221,23); }
div.DivClassName
{
background-color: #9FDD17;
}
.BgClassName
{
background-color: #9FDD17;
}
</style>
border-color css
<style>
span { border-color: #9FDD17; }
span { border-color: rgb(159,221,23); }
td.TdClassName
{
border-color: #9FDD17;
}
.TagClassName
{
border-color: #9FDD17;
}
</style>