Shades of Inch Worm #9FF117
Tints of Inch Worm #9FF117
RGB
CMYK
RGB Variations
Color information
#9FF117 (or 0x9FF117) is known color: Inch Worm. HEX triplet: 9F, F1 and 17. RGB value is (159,241,23). Sum of RGB (Red+Green+Blue) = 159+241+23=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF117 is #600EE8. Grayscale: #C0C0C0. Windows color (decimal): -6295273 or 1569183. OLE color: 1569183.
HSL color Cylindrical-coordinate representation of color #9FF117: hue angle of 82.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FF117 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 23 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.05 |
| HSL | 82.57º | 0.89% | 0.52% | - |
| HSV(B) | 82.57º | 0.9% | 0.95% | - |
| XYZ | 45.91 | 70.34 | 11.97 | - |
| YUV | 191.63 | 32.83 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 23 | 0.34 | 0 | 0.90 | 0.05 | 82.57 | 0.89 | 0.52 |
| Hex | 9F | F1 | 17 | 22 | 0 | 5A | 5 | 53 | 59 | 34 |
| Octal | 237 | 361 | 27 | 42 | 0 | 132 | 5 | 123 | 131 | 64 |
| Binary | 10011111 | 11110001 | 10111 | 100010 | 0 | 1011010 | 101 | 1010011 | 1011001 | 110100 |
Color Harmonies of #9FF117
Complementary color
Monochromatic Colors of #9FF117
Black with #9FF117
Text Example
Text Example
White with #9FF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF117; }
p { color: rgb(159,241,23); }
H1.HeaderClassName
{
color: #9FF117;
}
.AnyTagClassName
{
color: #9FF117;
}
</style>
background-color css
<style>
a { background-color: #9FF117; }
a { background-color: rgb(159,241,23); }
div.DivClassName
{
background-color: #9FF117;
}
.BgClassName
{
background-color: #9FF117;
}
</style>
border-color css
<style>
span { border-color: #9FF117; }
span { border-color: rgb(159,241,23); }
td.TdClassName
{
border-color: #9FF117;
}
.TagClassName
{
border-color: #9FF117;
}
</style>