Shades of Inch Worm #9FDD13
Tints of Inch Worm #9FDD13
RGB
CMYK
RGB Variations
Color information
#9FDD13 (or 0x9FDD13) is known color: Inch Worm. HEX triplet: 9F, DD and 13. RGB value is (159,221,19). Sum of RGB (Red+Green+Blue) = 159+221+19=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD13 is #6022EC. Grayscale: #B4B4B4. Windows color (decimal): -6300397 or 1301919. OLE color: 1301919.
HSL color Cylindrical-coordinate representation of color #9FDD13: hue angle of 78.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FDD13 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 19 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.13 |
| HSL | 78.42º | 0.84% | 0.47% | - |
| HSV(B) | 78.42º | 0.91% | 0.87% | - |
| XYZ | 40.27 | 59.13 | 9.91 | - |
| YUV | 179.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 19 | 0.28 | 0 | 0.91 | 0.13 | 78.42 | 0.84 | 0.47 |
| Hex | 9F | DD | 13 | 1C | 0 | 5B | D | 4E | 54 | 2F |
| Octal | 237 | 335 | 23 | 34 | 0 | 133 | 15 | 116 | 124 | 57 |
| Binary | 10011111 | 11011101 | 10011 | 11100 | 0 | 1011011 | 1101 | 1001110 | 1010100 | 101111 |
Color Harmonies of #9FDD13
Complementary color
Monochromatic Colors of #9FDD13
Black with #9FDD13
Text Example
Text Example
White with #9FDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD13; }
p { color: rgb(159,221,19); }
H1.HeaderClassName
{
color: #9FDD13;
}
.AnyTagClassName
{
color: #9FDD13;
}
</style>
background-color css
<style>
a { background-color: #9FDD13; }
a { background-color: rgb(159,221,19); }
div.DivClassName
{
background-color: #9FDD13;
}
.BgClassName
{
background-color: #9FDD13;
}
</style>
border-color css
<style>
span { border-color: #9FDD13; }
span { border-color: rgb(159,221,19); }
td.TdClassName
{
border-color: #9FDD13;
}
.TagClassName
{
border-color: #9FDD13;
}
</style>