Shades of Inch Worm #9FD501
Tints of Inch Worm #9FD501
RGB
CMYK
RGB Variations
Color information
#9FD501 (or 0x9FD501) is known color: Inch Worm. HEX triplet: 9F, D5 and 01. RGB value is (159,213,1). Sum of RGB (Red+Green+Blue) = 159+213+1=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD501 is #602AFE. Grayscale: #ADADAD. Windows color (decimal): -6302463 or 120223. OLE color: 120223.
HSL color Cylindrical-coordinate representation of color #9FD501: hue angle of 75.28º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FD501 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 1 | - |
| CMYK | 0.25 | 0 | 1.00 | 0.16 |
| HSL | 75.28º | 0.99% | 0.42% | - |
| HSV(B) | 75.28º | 1% | 0.84% | - |
| XYZ | 38.1 | 54.96 | 8.63 | - |
| YUV | 172.69 | 31.11 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 1 | 0.25 | 0 | 1.00 | 0.16 | 75.28 | 0.99 | 0.42 |
| Hex | 9F | D5 | 1 | 19 | 0 | 64 | 10 | 4B | 63 | 2A |
| Octal | 237 | 325 | 1 | 31 | 0 | 144 | 20 | 113 | 143 | 52 |
| Binary | 10011111 | 11010101 | 1 | 11001 | 0 | 1100100 | 10000 | 1001011 | 1100011 | 101010 |
Color Harmonies of #9FD501
Complementary color
Monochromatic Colors of #9FD501
Black with #9FD501
Text Example
Text Example
White with #9FD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD501; }
p { color: rgb(159,213,1); }
H1.HeaderClassName
{
color: #9FD501;
}
.AnyTagClassName
{
color: #9FD501;
}
</style>
background-color css
<style>
a { background-color: #9FD501; }
a { background-color: rgb(159,213,1); }
div.DivClassName
{
background-color: #9FD501;
}
.BgClassName
{
background-color: #9FD501;
}
</style>
border-color css
<style>
span { border-color: #9FD501; }
span { border-color: rgb(159,213,1); }
td.TdClassName
{
border-color: #9FD501;
}
.TagClassName
{
border-color: #9FD501;
}
</style>