Shades of Inch Worm #9FF115
Tints of Inch Worm #9FF115
RGB
CMYK
RGB Variations
Color information
#9FF115 (or 0x9FF115) is known color: Inch Worm. HEX triplet: 9F, F1 and 15. RGB value is (159,241,21). Sum of RGB (Red+Green+Blue) = 159+241+21=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF115 is #600EEA. Grayscale: #C0C0C0. Windows color (decimal): -6295275 or 1438111. OLE color: 1438111.
HSL color Cylindrical-coordinate representation of color #9FF115: hue angle of 82.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FF115 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 21 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.05 |
| HSL | 82.36º | 0.89% | 0.51% | - |
| HSV(B) | 82.36º | 0.91% | 0.95% | - |
| XYZ | 45.89 | 70.34 | 11.87 | - |
| YUV | 191.4 | 31.83 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 21 | 0.34 | 0 | 0.91 | 0.05 | 82.36 | 0.89 | 0.51 |
| Hex | 9F | F1 | 15 | 22 | 0 | 5B | 5 | 52 | 59 | 33 |
| Octal | 237 | 361 | 25 | 42 | 0 | 133 | 5 | 122 | 131 | 63 |
| Binary | 10011111 | 11110001 | 10101 | 100010 | 0 | 1011011 | 101 | 1010010 | 1011001 | 110011 |
Color Harmonies of #9FF115
Complementary color
Monochromatic Colors of #9FF115
Black with #9FF115
Text Example
Text Example
White with #9FF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF115; }
p { color: rgb(159,241,21); }
H1.HeaderClassName
{
color: #9FF115;
}
.AnyTagClassName
{
color: #9FF115;
}
</style>
background-color css
<style>
a { background-color: #9FF115; }
a { background-color: rgb(159,241,21); }
div.DivClassName
{
background-color: #9FF115;
}
.BgClassName
{
background-color: #9FF115;
}
</style>
border-color css
<style>
span { border-color: #9FF115; }
span { border-color: rgb(159,241,21); }
td.TdClassName
{
border-color: #9FF115;
}
.TagClassName
{
border-color: #9FF115;
}
</style>