Shades of Inch Worm #9FD303
Tints of Inch Worm #9FD303
RGB
CMYK
RGB Variations
Color information
#9FD303 (or 0x9FD303) is known color: Inch Worm. HEX triplet: 9F, D3 and 03. RGB value is (159,211,3). Sum of RGB (Red+Green+Blue) = 159+211+3=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD303 is #602CFC. Grayscale: #ACACAC. Windows color (decimal): -6302973 or 250783. OLE color: 250783.
HSL color Cylindrical-coordinate representation of color #9FD303: hue angle of 75º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FD303 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.17 |
| HSL | 75º | 0.97% | 0.42% | - |
| HSV(B) | 75º | 0.99% | 0.83% | - |
| XYZ | 37.61 | 53.97 | 8.52 | - |
| YUV | 171.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 3 | 0.25 | 0 | 0.99 | 0.17 | 75 | 0.97 | 0.42 |
| Hex | 9F | D3 | 3 | 19 | 0 | 63 | 11 | 4B | 61 | 2A |
| Octal | 237 | 323 | 3 | 31 | 0 | 143 | 21 | 113 | 141 | 52 |
| Binary | 10011111 | 11010011 | 11 | 11001 | 0 | 1100011 | 10001 | 1001011 | 1100001 | 101010 |
Color Harmonies of #9FD303
Complementary color
Monochromatic Colors of #9FD303
Black with #9FD303
Text Example
Text Example
White with #9FD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD303; }
p { color: rgb(159,211,3); }
H1.HeaderClassName
{
color: #9FD303;
}
.AnyTagClassName
{
color: #9FD303;
}
</style>
background-color css
<style>
a { background-color: #9FD303; }
a { background-color: rgb(159,211,3); }
div.DivClassName
{
background-color: #9FD303;
}
.BgClassName
{
background-color: #9FD303;
}
</style>
border-color css
<style>
span { border-color: #9FD303; }
span { border-color: rgb(159,211,3); }
td.TdClassName
{
border-color: #9FD303;
}
.TagClassName
{
border-color: #9FD303;
}
</style>