Shades of Inch Worm #9FD715
Tints of Inch Worm #9FD715
RGB
CMYK
RGB Variations
Color information
#9FD715 (or 0x9FD715) is known color: Inch Worm. HEX triplet: 9F, D7 and 15. RGB value is (159,215,21). Sum of RGB (Red+Green+Blue) = 159+215+21=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD715 is #6028EA. Grayscale: #B0B0B0. Windows color (decimal): -6301931 or 1431455. OLE color: 1431455.
HSL color Cylindrical-coordinate representation of color #9FD715: hue angle of 77.32º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FD715 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 215 | 21 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.16 |
| HSL | 77.32º | 0.82% | 0.46% | - |
| HSV(B) | 77.32º | 0.9% | 0.84% | - |
| XYZ | 38.73 | 56.03 | 9.48 | - |
| YUV | 176.14 | 40.45 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 215 | 21 | 0.26 | 0 | 0.90 | 0.16 | 77.32 | 0.82 | 0.46 |
| Hex | 9F | D7 | 15 | 1A | 0 | 5A | 10 | 4D | 52 | 2E |
| Octal | 237 | 327 | 25 | 32 | 0 | 132 | 20 | 115 | 122 | 56 |
| Binary | 10011111 | 11010111 | 10101 | 11010 | 0 | 1011010 | 10000 | 1001101 | 1010010 | 101110 |
Color Harmonies of #9FD715
Complementary color
Monochromatic Colors of #9FD715
Black with #9FD715
Text Example
Text Example
White with #9FD715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD715; }
p { color: rgb(159,215,21); }
H1.HeaderClassName
{
color: #9FD715;
}
.AnyTagClassName
{
color: #9FD715;
}
</style>
background-color css
<style>
a { background-color: #9FD715; }
a { background-color: rgb(159,215,21); }
div.DivClassName
{
background-color: #9FD715;
}
.BgClassName
{
background-color: #9FD715;
}
</style>
border-color css
<style>
span { border-color: #9FD715; }
span { border-color: rgb(159,215,21); }
td.TdClassName
{
border-color: #9FD715;
}
.TagClassName
{
border-color: #9FD715;
}
</style>