Shades of Inch Worm #9FE215
Tints of Inch Worm #9FE215
RGB
CMYK
RGB Variations
Color information
#9FE215 (or 0x9FE215) is known color: Inch Worm. HEX triplet: 9F, E2 and 15. RGB value is (159,226,21). Sum of RGB (Red+Green+Blue) = 159+226+21=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 226 (88.67% from 255 or 55.67% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE215 is #601DEA. Grayscale: #B7B7B7. Windows color (decimal): -6299115 or 1434271. OLE color: 1434271.
HSL color Cylindrical-coordinate representation of color #9FE215: hue angle of 79.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FE215 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 21 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.11 |
| HSL | 79.61º | 0.83% | 0.48% | - |
| HSV(B) | 79.61º | 0.91% | 0.89% | - |
| XYZ | 41.63 | 61.82 | 10.45 | - |
| YUV | 182.6 | 36.8 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 21 | 0.30 | 0 | 0.91 | 0.11 | 79.61 | 0.83 | 0.48 |
| Hex | 9F | E2 | 15 | 1E | 0 | 5B | B | 50 | 53 | 30 |
| Octal | 237 | 342 | 25 | 36 | 0 | 133 | 13 | 120 | 123 | 60 |
| Binary | 10011111 | 11100010 | 10101 | 11110 | 0 | 1011011 | 1011 | 1010000 | 1010011 | 110000 |
Color Harmonies of #9FE215
Complementary color
Monochromatic Colors of #9FE215
Black with #9FE215
Text Example
Text Example
White with #9FE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE215; }
p { color: rgb(159,226,21); }
H1.HeaderClassName
{
color: #9FE215;
}
.AnyTagClassName
{
color: #9FE215;
}
</style>
background-color css
<style>
a { background-color: #9FE215; }
a { background-color: rgb(159,226,21); }
div.DivClassName
{
background-color: #9FE215;
}
.BgClassName
{
background-color: #9FE215;
}
</style>
border-color css
<style>
span { border-color: #9FE215; }
span { border-color: rgb(159,226,21); }
td.TdClassName
{
border-color: #9FE215;
}
.TagClassName
{
border-color: #9FE215;
}
</style>