Shades of Inch Worm #9FDD06
Tints of Inch Worm #9FDD06
RGB
CMYK
RGB Variations
Color information
#9FDD06 (or 0x9FDD06) is known color: Inch Worm. HEX triplet: 9F, DD and 06. RGB value is (159,221,6). Sum of RGB (Red+Green+Blue) = 159+221+6=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD06 is #6022F9. Grayscale: #B2B2B2. Windows color (decimal): -6300410 or 449951. OLE color: 449951.
HSL color Cylindrical-coordinate representation of color #9FDD06: hue angle of 77.3º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FDD06 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.13 |
| HSL | 77.3º | 0.95% | 0.45% | - |
| HSV(B) | 77.3º | 0.97% | 0.87% | - |
| XYZ | 40.19 | 59.1 | 9.46 | - |
| YUV | 177.95 | 30.96 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 6 | 0.28 | 0 | 0.97 | 0.13 | 77.3 | 0.95 | 0.45 |
| Hex | 9F | DD | 6 | 1C | 0 | 61 | D | 4D | 5F | 2D |
| Octal | 237 | 335 | 6 | 34 | 0 | 141 | 15 | 115 | 137 | 55 |
| Binary | 10011111 | 11011101 | 110 | 11100 | 0 | 1100001 | 1101 | 1001101 | 1011111 | 101101 |
Color Harmonies of #9FDD06
Complementary color
Monochromatic Colors of #9FDD06
Black with #9FDD06
Text Example
Text Example
White with #9FDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD06; }
p { color: rgb(159,221,6); }
H1.HeaderClassName
{
color: #9FDD06;
}
.AnyTagClassName
{
color: #9FDD06;
}
</style>
background-color css
<style>
a { background-color: #9FDD06; }
a { background-color: rgb(159,221,6); }
div.DivClassName
{
background-color: #9FDD06;
}
.BgClassName
{
background-color: #9FDD06;
}
</style>
border-color css
<style>
span { border-color: #9FDD06; }
span { border-color: rgb(159,221,6); }
td.TdClassName
{
border-color: #9FDD06;
}
.TagClassName
{
border-color: #9FDD06;
}
</style>