Shades of Inch Worm #9FDD11
Tints of Inch Worm #9FDD11
RGB
CMYK
RGB Variations
Color information
#9FDD11 (or 0x9FDD11) is known color: Inch Worm. HEX triplet: 9F, DD and 11. RGB value is (159,221,17). Sum of RGB (Red+Green+Blue) = 159+221+17=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD11 is #6022EE. Grayscale: #B3B3B3. Windows color (decimal): -6300399 or 1170847. OLE color: 1170847.
HSL color Cylindrical-coordinate representation of color #9FDD11: hue angle of 78.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FDD11 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 17 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.13 |
| HSL | 78.24º | 0.86% | 0.47% | - |
| HSV(B) | 78.24º | 0.92% | 0.87% | - |
| XYZ | 40.26 | 59.12 | 9.82 | - |
| YUV | 179.21 | 36.46 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 17 | 0.28 | 0 | 0.92 | 0.13 | 78.24 | 0.86 | 0.47 |
| Hex | 9F | DD | 11 | 1C | 0 | 5C | D | 4E | 56 | 2F |
| Octal | 237 | 335 | 21 | 34 | 0 | 134 | 15 | 116 | 126 | 57 |
| Binary | 10011111 | 11011101 | 10001 | 11100 | 0 | 1011100 | 1101 | 1001110 | 1010110 | 101111 |
Color Harmonies of #9FDD11
Complementary color
Monochromatic Colors of #9FDD11
Black with #9FDD11
Text Example
Text Example
White with #9FDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD11; }
p { color: rgb(159,221,17); }
H1.HeaderClassName
{
color: #9FDD11;
}
.AnyTagClassName
{
color: #9FDD11;
}
</style>
background-color css
<style>
a { background-color: #9FDD11; }
a { background-color: rgb(159,221,17); }
div.DivClassName
{
background-color: #9FDD11;
}
.BgClassName
{
background-color: #9FDD11;
}
</style>
border-color css
<style>
span { border-color: #9FDD11; }
span { border-color: rgb(159,221,17); }
td.TdClassName
{
border-color: #9FDD11;
}
.TagClassName
{
border-color: #9FDD11;
}
</style>