Shades of Inch Worm #9FDC08
Tints of Inch Worm #9FDC08
RGB
CMYK
RGB Variations
Color information
#9FDC08 (or 0x9FDC08) is known color: Inch Worm. HEX triplet: 9F, DC and 08. RGB value is (159,220,8). Sum of RGB (Red+Green+Blue) = 159+220+8=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDC08 is #6023F7. Grayscale: #B2B2B2. Windows color (decimal): -6300664 or 580767. OLE color: 580767.
HSL color Cylindrical-coordinate representation of color #9FDC08: hue angle of 77.26º 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 #9FDC08 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.14 |
| HSL | 77.26º | 0.93% | 0.45% | - |
| HSV(B) | 77.26º | 0.96% | 0.86% | - |
| XYZ | 39.94 | 58.57 | 9.43 | - |
| YUV | 177.59 | 32.29 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 8 | 0.28 | 0 | 0.96 | 0.14 | 77.26 | 0.93 | 0.45 |
| Hex | 9F | DC | 8 | 1C | 0 | 60 | E | 4D | 5D | 2D |
| Octal | 237 | 334 | 10 | 34 | 0 | 140 | 16 | 115 | 135 | 55 |
| Binary | 10011111 | 11011100 | 1000 | 11100 | 0 | 1100000 | 1110 | 1001101 | 1011101 | 101101 |
Color Harmonies of #9FDC08
Complementary color
Monochromatic Colors of #9FDC08
Black with #9FDC08
Text Example
Text Example
White with #9FDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC08; }
p { color: rgb(159,220,8); }
H1.HeaderClassName
{
color: #9FDC08;
}
.AnyTagClassName
{
color: #9FDC08;
}
</style>
background-color css
<style>
a { background-color: #9FDC08; }
a { background-color: rgb(159,220,8); }
div.DivClassName
{
background-color: #9FDC08;
}
.BgClassName
{
background-color: #9FDC08;
}
</style>
border-color css
<style>
span { border-color: #9FDC08; }
span { border-color: rgb(159,220,8); }
td.TdClassName
{
border-color: #9FDC08;
}
.TagClassName
{
border-color: #9FDC08;
}
</style>