Shades of Inch Worm #9FD60D
Tints of Inch Worm #9FD60D
RGB
CMYK
RGB Variations
Color information
#9FD60D (or 0x9FD60D) is known color: Inch Worm. HEX triplet: 9F, D6 and 0D. RGB value is (159,214,13). Sum of RGB (Red+Green+Blue) = 159+214+13=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD60D is #6029F2. Grayscale: #AFAFAF. Windows color (decimal): -6302195 or 906911. OLE color: 906911.
HSL color Cylindrical-coordinate representation of color #9FD60D: hue angle of 76.42º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FD60D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.16 |
| HSL | 76.42º | 0.89% | 0.45% | - |
| HSV(B) | 76.42º | 0.94% | 0.84% | - |
| XYZ | 38.42 | 55.49 | 9.07 | - |
| YUV | 174.64 | 36.78 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 13 | 0.26 | 0 | 0.94 | 0.16 | 76.42 | 0.89 | 0.45 |
| Hex | 9F | D6 | D | 1A | 0 | 5E | 10 | 4C | 59 | 2D |
| Octal | 237 | 326 | 15 | 32 | 0 | 136 | 20 | 114 | 131 | 55 |
| Binary | 10011111 | 11010110 | 1101 | 11010 | 0 | 1011110 | 10000 | 1001100 | 1011001 | 101101 |
Color Harmonies of #9FD60D
Complementary color
Monochromatic Colors of #9FD60D
Black with #9FD60D
Text Example
Text Example
White with #9FD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD60D; }
p { color: rgb(159,214,13); }
H1.HeaderClassName
{
color: #9FD60D;
}
.AnyTagClassName
{
color: #9FD60D;
}
</style>
background-color css
<style>
a { background-color: #9FD60D; }
a { background-color: rgb(159,214,13); }
div.DivClassName
{
background-color: #9FD60D;
}
.BgClassName
{
background-color: #9FD60D;
}
</style>
border-color css
<style>
span { border-color: #9FD60D; }
span { border-color: rgb(159,214,13); }
td.TdClassName
{
border-color: #9FD60D;
}
.TagClassName
{
border-color: #9FD60D;
}
</style>