Shades of Inch Worm #9FDC04
Tints of Inch Worm #9FDC04
RGB
CMYK
RGB Variations
Color information
#9FDC04 (or 0x9FDC04) is known color: Inch Worm. HEX triplet: 9F, DC and 04. RGB value is (159,220,4). Sum of RGB (Red+Green+Blue) = 159+220+4=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDC04 is #6023FB. Grayscale: #B1B1B1. Windows color (decimal): -6300668 or 318623. OLE color: 318623.
HSL color Cylindrical-coordinate representation of color #9FDC04: hue angle of 76.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FDC04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.14 |
| HSL | 76.94º | 0.96% | 0.44% | - |
| HSV(B) | 76.94º | 0.98% | 0.86% | - |
| XYZ | 39.91 | 58.57 | 9.32 | - |
| YUV | 177.14 | 30.29 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 4 | 0.28 | 0 | 0.98 | 0.14 | 76.94 | 0.96 | 0.44 |
| Hex | 9F | DC | 4 | 1C | 0 | 62 | E | 4D | 60 | 2C |
| Octal | 237 | 334 | 4 | 34 | 0 | 142 | 16 | 115 | 140 | 54 |
| Binary | 10011111 | 11011100 | 100 | 11100 | 0 | 1100010 | 1110 | 1001101 | 1100000 | 101100 |
Color Harmonies of #9FDC04
Complementary color
Monochromatic Colors of #9FDC04
Black with #9FDC04
Text Example
Text Example
White with #9FDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC04; }
p { color: rgb(159,220,4); }
H1.HeaderClassName
{
color: #9FDC04;
}
.AnyTagClassName
{
color: #9FDC04;
}
</style>
background-color css
<style>
a { background-color: #9FDC04; }
a { background-color: rgb(159,220,4); }
div.DivClassName
{
background-color: #9FDC04;
}
.BgClassName
{
background-color: #9FDC04;
}
</style>
border-color css
<style>
span { border-color: #9FDC04; }
span { border-color: rgb(159,220,4); }
td.TdClassName
{
border-color: #9FDC04;
}
.TagClassName
{
border-color: #9FDC04;
}
</style>