Shades of Inch Worm #9FDB08
Tints of Inch Worm #9FDB08
RGB
CMYK
RGB Variations
Color information
#9FDB08 (or 0x9FDB08) is known color: Inch Worm. HEX triplet: 9F, DB and 08. RGB value is (159,219,8). Sum of RGB (Red+Green+Blue) = 159+219+8=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDB08 is #6024F7. Grayscale: #B1B1B1. Windows color (decimal): -6300920 or 580511. OLE color: 580511.
HSL color Cylindrical-coordinate representation of color #9FDB08: hue angle of 77.06º degrees, saturation: 0.93, 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 #9FDB08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.14 |
| HSL | 77.06º | 0.93% | 0.45% | - |
| HSV(B) | 77.06º | 0.96% | 0.86% | - |
| XYZ | 39.67 | 58.05 | 9.34 | - |
| YUV | 177.01 | 32.62 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 8 | 0.27 | 0 | 0.96 | 0.14 | 77.06 | 0.93 | 0.45 |
| Hex | 9F | DB | 8 | 1B | 0 | 60 | E | 4D | 5D | 2D |
| Octal | 237 | 333 | 10 | 33 | 0 | 140 | 16 | 115 | 135 | 55 |
| Binary | 10011111 | 11011011 | 1000 | 11011 | 0 | 1100000 | 1110 | 1001101 | 1011101 | 101101 |
Color Harmonies of #9FDB08
Complementary color
Monochromatic Colors of #9FDB08
Black with #9FDB08
Text Example
Text Example
White with #9FDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB08; }
p { color: rgb(159,219,8); }
H1.HeaderClassName
{
color: #9FDB08;
}
.AnyTagClassName
{
color: #9FDB08;
}
</style>
background-color css
<style>
a { background-color: #9FDB08; }
a { background-color: rgb(159,219,8); }
div.DivClassName
{
background-color: #9FDB08;
}
.BgClassName
{
background-color: #9FDB08;
}
</style>
border-color css
<style>
span { border-color: #9FDB08; }
span { border-color: rgb(159,219,8); }
td.TdClassName
{
border-color: #9FDB08;
}
.TagClassName
{
border-color: #9FDB08;
}
</style>