Shades of Inch Worm #9FD215
Tints of Inch Worm #9FD215
RGB
CMYK
RGB Variations
Color information
#9FD215 (or 0x9FD215) is known color: Inch Worm. HEX triplet: 9F, D2 and 15. RGB value is (159,210,21). Sum of RGB (Red+Green+Blue) = 159+210+21=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD215 is #602DEA. Grayscale: #ADADAD. Windows color (decimal): -6303211 or 1430175. OLE color: 1430175.
HSL color Cylindrical-coordinate representation of color #9FD215: hue angle of 76.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FD215 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 21 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.18 |
| HSL | 76.19º | 0.82% | 0.45% | - |
| HSV(B) | 76.19º | 0.9% | 0.82% | - |
| XYZ | 37.48 | 53.52 | 9.06 | - |
| YUV | 173.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 21 | 0.24 | 0 | 0.90 | 0.18 | 76.19 | 0.82 | 0.45 |
| Hex | 9F | D2 | 15 | 18 | 0 | 5A | 12 | 4C | 52 | 2D |
| Octal | 237 | 322 | 25 | 30 | 0 | 132 | 22 | 114 | 122 | 55 |
| Binary | 10011111 | 11010010 | 10101 | 11000 | 0 | 1011010 | 10010 | 1001100 | 1010010 | 101101 |
Color Harmonies of #9FD215
Complementary color
Monochromatic Colors of #9FD215
Black with #9FD215
Text Example
Text Example
White with #9FD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD215; }
p { color: rgb(159,210,21); }
H1.HeaderClassName
{
color: #9FD215;
}
.AnyTagClassName
{
color: #9FD215;
}
</style>
background-color css
<style>
a { background-color: #9FD215; }
a { background-color: rgb(159,210,21); }
div.DivClassName
{
background-color: #9FD215;
}
.BgClassName
{
background-color: #9FD215;
}
</style>
border-color css
<style>
span { border-color: #9FD215; }
span { border-color: rgb(159,210,21); }
td.TdClassName
{
border-color: #9FD215;
}
.TagClassName
{
border-color: #9FD215;
}
</style>