Shades of Inch Worm #9FDE04
Tints of Inch Worm #9FDE04
RGB
CMYK
RGB Variations
Color information
#9FDE04 (or 0x9FDE04) is known color: Inch Worm. HEX triplet: 9F, DE and 04. RGB value is (159,222,4). Sum of RGB (Red+Green+Blue) = 159+222+4=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDE04 is #6021FB. Grayscale: #B3B3B3. Windows color (decimal): -6300156 or 319135. OLE color: 319135.
HSL color Cylindrical-coordinate representation of color #9FDE04: hue angle of 77.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FDE04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.13 |
| HSL | 77.34º | 0.96% | 0.44% | - |
| HSV(B) | 77.34º | 0.98% | 0.87% | - |
| XYZ | 40.44 | 59.62 | 9.49 | - |
| YUV | 178.31 | 29.63 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 4 | 0.28 | 0 | 0.98 | 0.13 | 77.34 | 0.96 | 0.44 |
| Hex | 9F | DE | 4 | 1C | 0 | 62 | D | 4D | 60 | 2C |
| Octal | 237 | 336 | 4 | 34 | 0 | 142 | 15 | 115 | 140 | 54 |
| Binary | 10011111 | 11011110 | 100 | 11100 | 0 | 1100010 | 1101 | 1001101 | 1100000 | 101100 |
Color Harmonies of #9FDE04
Complementary color
Monochromatic Colors of #9FDE04
Black with #9FDE04
Text Example
Text Example
White with #9FDE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE04; }
p { color: rgb(159,222,4); }
H1.HeaderClassName
{
color: #9FDE04;
}
.AnyTagClassName
{
color: #9FDE04;
}
</style>
background-color css
<style>
a { background-color: #9FDE04; }
a { background-color: rgb(159,222,4); }
div.DivClassName
{
background-color: #9FDE04;
}
.BgClassName
{
background-color: #9FDE04;
}
</style>
border-color css
<style>
span { border-color: #9FDE04; }
span { border-color: rgb(159,222,4); }
td.TdClassName
{
border-color: #9FDE04;
}
.TagClassName
{
border-color: #9FDE04;
}
</style>