Shades of Inch Worm #9FDB09
Tints of Inch Worm #9FDB09
RGB
CMYK
RGB Variations
Color information
#9FDB09 (or 0x9FDB09) is known color: Inch Worm. HEX triplet: 9F, DB and 09. RGB value is (159,219,9). Sum of RGB (Red+Green+Blue) = 159+219+9=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDB09 is #6024F6. Grayscale: #B1B1B1. Windows color (decimal): -6300919 or 646047. OLE color: 646047.
HSL color Cylindrical-coordinate representation of color #9FDB09: hue angle of 77.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FDB09 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 9 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.14 |
| HSL | 77.14º | 0.92% | 0.45% | - |
| HSV(B) | 77.14º | 0.96% | 0.86% | - |
| XYZ | 39.68 | 58.05 | 9.37 | - |
| YUV | 177.12 | 33.12 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 9 | 0.27 | 0 | 0.96 | 0.14 | 77.14 | 0.92 | 0.45 |
| Hex | 9F | DB | 9 | 1B | 0 | 60 | E | 4D | 5C | 2D |
| Octal | 237 | 333 | 11 | 33 | 0 | 140 | 16 | 115 | 134 | 55 |
| Binary | 10011111 | 11011011 | 1001 | 11011 | 0 | 1100000 | 1110 | 1001101 | 1011100 | 101101 |
Color Harmonies of #9FDB09
Complementary color
Monochromatic Colors of #9FDB09
Black with #9FDB09
Text Example
Text Example
White with #9FDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB09; }
p { color: rgb(159,219,9); }
H1.HeaderClassName
{
color: #9FDB09;
}
.AnyTagClassName
{
color: #9FDB09;
}
</style>
background-color css
<style>
a { background-color: #9FDB09; }
a { background-color: rgb(159,219,9); }
div.DivClassName
{
background-color: #9FDB09;
}
.BgClassName
{
background-color: #9FDB09;
}
</style>
border-color css
<style>
span { border-color: #9FDB09; }
span { border-color: rgb(159,219,9); }
td.TdClassName
{
border-color: #9FDB09;
}
.TagClassName
{
border-color: #9FDB09;
}
</style>