Shades of Inch Worm #9FD515
Tints of Inch Worm #9FD515
RGB
CMYK
RGB Variations
Color information
#9FD515 (or 0x9FD515) is known color: Inch Worm. HEX triplet: 9F, D5 and 15. RGB value is (159,213,21). Sum of RGB (Red+Green+Blue) = 159+213+21=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD515 is #602AEA. Grayscale: #AFAFAF. Windows color (decimal): -6302443 or 1430943. OLE color: 1430943.
HSL color Cylindrical-coordinate representation of color #9FD515: hue angle of 76.88º 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 #9FD515 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 21 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.16 |
| HSL | 76.88º | 0.82% | 0.46% | - |
| HSV(B) | 76.88º | 0.9% | 0.84% | - |
| XYZ | 38.23 | 55.01 | 9.31 | - |
| YUV | 174.97 | 41.11 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 21 | 0.25 | 0 | 0.90 | 0.16 | 76.88 | 0.82 | 0.46 |
| Hex | 9F | D5 | 15 | 19 | 0 | 5A | 10 | 4D | 52 | 2E |
| Octal | 237 | 325 | 25 | 31 | 0 | 132 | 20 | 115 | 122 | 56 |
| Binary | 10011111 | 11010101 | 10101 | 11001 | 0 | 1011010 | 10000 | 1001101 | 1010010 | 101110 |
Color Harmonies of #9FD515
Complementary color
Monochromatic Colors of #9FD515
Black with #9FD515
Text Example
Text Example
White with #9FD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD515; }
p { color: rgb(159,213,21); }
H1.HeaderClassName
{
color: #9FD515;
}
.AnyTagClassName
{
color: #9FD515;
}
</style>
background-color css
<style>
a { background-color: #9FD515; }
a { background-color: rgb(159,213,21); }
div.DivClassName
{
background-color: #9FD515;
}
.BgClassName
{
background-color: #9FD515;
}
</style>
border-color css
<style>
span { border-color: #9FD515; }
span { border-color: rgb(159,213,21); }
td.TdClassName
{
border-color: #9FD515;
}
.TagClassName
{
border-color: #9FD515;
}
</style>