Shades of Inch Worm #9FD90E
Tints of Inch Worm #9FD90E
RGB
CMYK
RGB Variations
Color information
#9FD90E (or 0x9FD90E) is known color: Inch Worm. HEX triplet: 9F, D9 and 0E. RGB value is (159,217,14). Sum of RGB (Red+Green+Blue) = 159+217+14=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD90E is #6026F1. Grayscale: #B1B1B1. Windows color (decimal): -6301426 or 973215. OLE color: 973215.
HSL color Cylindrical-coordinate representation of color #9FD90E: hue angle of 77.14º 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 #9FD90E is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 217 | 14 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.15 |
| HSL | 77.14º | 0.88% | 0.45% | - |
| HSV(B) | 77.14º | 0.94% | 0.85% | - |
| XYZ | 39.19 | 57.03 | 9.36 | - |
| YUV | 176.52 | 36.28 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 217 | 14 | 0.27 | 0 | 0.94 | 0.15 | 77.14 | 0.88 | 0.45 |
| Hex | 9F | D9 | E | 1B | 0 | 5E | F | 4D | 58 | 2D |
| Octal | 237 | 331 | 16 | 33 | 0 | 136 | 17 | 115 | 130 | 55 |
| Binary | 10011111 | 11011001 | 1110 | 11011 | 0 | 1011110 | 1111 | 1001101 | 1011000 | 101101 |
Color Harmonies of #9FD90E
Complementary color
Monochromatic Colors of #9FD90E
Black with #9FD90E
Text Example
Text Example
White with #9FD90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD90E; }
p { color: rgb(159,217,14); }
H1.HeaderClassName
{
color: #9FD90E;
}
.AnyTagClassName
{
color: #9FD90E;
}
</style>
background-color css
<style>
a { background-color: #9FD90E; }
a { background-color: rgb(159,217,14); }
div.DivClassName
{
background-color: #9FD90E;
}
.BgClassName
{
background-color: #9FD90E;
}
</style>
border-color css
<style>
span { border-color: #9FD90E; }
span { border-color: rgb(159,217,14); }
td.TdClassName
{
border-color: #9FD90E;
}
.TagClassName
{
border-color: #9FD90E;
}
</style>