Shades of Inch Worm #9FD400
Tints of Inch Worm #9FD400
RGB
CMYK
RGB Variations
Color information
#9FD400 (or 0x9FD400) is known color: Inch Worm. HEX triplet: 9F, D4 and 00. RGB value is (159,212,0). Sum of RGB (Red+Green+Blue) = 159+212+0=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD400 is #602BFF. Grayscale: #ACACAC. Windows color (decimal): -6302720 or 54431. OLE color: 54431.
HSL color Cylindrical-coordinate representation of color #9FD400: hue angle of 75º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FD400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.17 |
| HSL | 75º | 1% | 0.42% | - |
| HSV(B) | 75º | 1% | 0.83% | - |
| XYZ | 37.84 | 54.46 | 8.52 | - |
| YUV | 171.99 | 30.94 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 0 | 0.25 | 0 | 1 | 0.17 | 75 | 1 | 0.42 |
| Hex | 9F | D4 | 0 | 19 | 0 | 64 | 11 | 4B | 64 | 2A |
| Octal | 237 | 324 | 0 | 31 | 0 | 144 | 21 | 113 | 144 | 52 |
| Binary | 10011111 | 11010100 | 0 | 11001 | 0 | 1100100 | 10001 | 1001011 | 1100100 | 101010 |
Color Harmonies of #9FD400
Complementary color
Monochromatic Colors of #9FD400
Black with #9FD400
Text Example
Text Example
White with #9FD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD400; }
p { color: rgb(159,212,0); }
H1.HeaderClassName
{
color: #9FD400;
}
.AnyTagClassName
{
color: #9FD400;
}
</style>
background-color css
<style>
a { background-color: #9FD400; }
a { background-color: rgb(159,212,0); }
div.DivClassName
{
background-color: #9FD400;
}
.BgClassName
{
background-color: #9FD400;
}
</style>
border-color css
<style>
span { border-color: #9FD400; }
span { border-color: rgb(159,212,0); }
td.TdClassName
{
border-color: #9FD400;
}
.TagClassName
{
border-color: #9FD400;
}
</style>