Shades of Inch Worm #9FDB16
Tints of Inch Worm #9FDB16
RGB
CMYK
RGB Variations
Color information
#9FDB16 (or 0x9FDB16) is known color: Inch Worm. HEX triplet: 9F, DB and 16. RGB value is (159,219,22). Sum of RGB (Red+Green+Blue) = 159+219+22=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDB16 is #6024E9. Grayscale: #B3B3B3. Windows color (decimal): -6300906 or 1498015. OLE color: 1498015.
HSL color Cylindrical-coordinate representation of color #9FDB16: hue angle of 78.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FDB16 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 22 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.14 |
| HSL | 78.27º | 0.82% | 0.47% | - |
| HSV(B) | 78.27º | 0.9% | 0.86% | - |
| XYZ | 39.77 | 58.09 | 9.88 | - |
| YUV | 178.6 | 39.62 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 22 | 0.27 | 0 | 0.90 | 0.14 | 78.27 | 0.82 | 0.47 |
| Hex | 9F | DB | 16 | 1B | 0 | 5A | E | 4E | 52 | 2F |
| Octal | 237 | 333 | 26 | 33 | 0 | 132 | 16 | 116 | 122 | 57 |
| Binary | 10011111 | 11011011 | 10110 | 11011 | 0 | 1011010 | 1110 | 1001110 | 1010010 | 101111 |
Color Harmonies of #9FDB16
Complementary color
Monochromatic Colors of #9FDB16
Black with #9FDB16
Text Example
Text Example
White with #9FDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB16; }
p { color: rgb(159,219,22); }
H1.HeaderClassName
{
color: #9FDB16;
}
.AnyTagClassName
{
color: #9FDB16;
}
</style>
background-color css
<style>
a { background-color: #9FDB16; }
a { background-color: rgb(159,219,22); }
div.DivClassName
{
background-color: #9FDB16;
}
.BgClassName
{
background-color: #9FDB16;
}
</style>
border-color css
<style>
span { border-color: #9FDB16; }
span { border-color: rgb(159,219,22); }
td.TdClassName
{
border-color: #9FDB16;
}
.TagClassName
{
border-color: #9FDB16;
}
</style>