Shades of Inch Worm #9FD416
Tints of Inch Worm #9FD416
RGB
CMYK
RGB Variations
Color information
#9FD416 (or 0x9FD416) is known color: Inch Worm. HEX triplet: 9F, D4 and 16. RGB value is (159,212,22). Sum of RGB (Red+Green+Blue) = 159+212+22=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD416 is #602BE9. Grayscale: #AFAFAF. Windows color (decimal): -6302698 or 1496223. OLE color: 1496223.
HSL color Cylindrical-coordinate representation of color #9FD416: hue angle of 76.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FD416 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 22 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.17 |
| HSL | 76.74º | 0.81% | 0.46% | - |
| HSV(B) | 76.74º | 0.9% | 0.83% | - |
| XYZ | 37.99 | 54.52 | 9.28 | - |
| YUV | 174.49 | 41.94 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 22 | 0.25 | 0 | 0.90 | 0.17 | 76.74 | 0.81 | 0.46 |
| Hex | 9F | D4 | 16 | 19 | 0 | 5A | 11 | 4D | 51 | 2E |
| Octal | 237 | 324 | 26 | 31 | 0 | 132 | 21 | 115 | 121 | 56 |
| Binary | 10011111 | 11010100 | 10110 | 11001 | 0 | 1011010 | 10001 | 1001101 | 1010001 | 101110 |
Color Harmonies of #9FD416
Complementary color
Monochromatic Colors of #9FD416
Black with #9FD416
Text Example
Text Example
White with #9FD416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD416; }
p { color: rgb(159,212,22); }
H1.HeaderClassName
{
color: #9FD416;
}
.AnyTagClassName
{
color: #9FD416;
}
</style>
background-color css
<style>
a { background-color: #9FD416; }
a { background-color: rgb(159,212,22); }
div.DivClassName
{
background-color: #9FD416;
}
.BgClassName
{
background-color: #9FD416;
}
</style>
border-color css
<style>
span { border-color: #9FD416; }
span { border-color: rgb(159,212,22); }
td.TdClassName
{
border-color: #9FD416;
}
.TagClassName
{
border-color: #9FD416;
}
</style>