Shades of Inch Worm #9FD80E
Tints of Inch Worm #9FD80E
RGB
CMYK
RGB Variations
Color information
#9FD80E (or 0x9FD80E) is known color: Inch Worm. HEX triplet: 9F, D8 and 0E. RGB value is (159,216,14). Sum of RGB (Red+Green+Blue) = 159+216+14=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD80E is #6027F1. Grayscale: #B0B0B0. Windows color (decimal): -6301682 or 972959. OLE color: 972959.
HSL color Cylindrical-coordinate representation of color #9FD80E: hue angle of 76.93º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FD80E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 14 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.15 |
| HSL | 76.93º | 0.88% | 0.45% | - |
| HSV(B) | 76.93º | 0.94% | 0.85% | - |
| XYZ | 38.93 | 56.51 | 9.27 | - |
| YUV | 175.93 | 36.62 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 14 | 0.26 | 0 | 0.94 | 0.15 | 76.93 | 0.88 | 0.45 |
| Hex | 9F | D8 | E | 1A | 0 | 5E | F | 4D | 58 | 2D |
| Octal | 237 | 330 | 16 | 32 | 0 | 136 | 17 | 115 | 130 | 55 |
| Binary | 10011111 | 11011000 | 1110 | 11010 | 0 | 1011110 | 1111 | 1001101 | 1011000 | 101101 |
Color Harmonies of #9FD80E
Complementary color
Monochromatic Colors of #9FD80E
Black with #9FD80E
Text Example
Text Example
White with #9FD80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD80E; }
p { color: rgb(159,216,14); }
H1.HeaderClassName
{
color: #9FD80E;
}
.AnyTagClassName
{
color: #9FD80E;
}
</style>
background-color css
<style>
a { background-color: #9FD80E; }
a { background-color: rgb(159,216,14); }
div.DivClassName
{
background-color: #9FD80E;
}
.BgClassName
{
background-color: #9FD80E;
}
</style>
border-color css
<style>
span { border-color: #9FD80E; }
span { border-color: rgb(159,216,14); }
td.TdClassName
{
border-color: #9FD80E;
}
.TagClassName
{
border-color: #9FD80E;
}
</style>