Shades of Inch Worm #9FD615
Tints of Inch Worm #9FD615
RGB
CMYK
RGB Variations
Color information
#9FD615 (or 0x9FD615) is known color: Inch Worm. HEX triplet: 9F, D6 and 15. RGB value is (159,214,21). Sum of RGB (Red+Green+Blue) = 159+214+21=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD615 is #6029EA. Grayscale: #B0B0B0. Windows color (decimal): -6302187 or 1431199. OLE color: 1431199.
HSL color Cylindrical-coordinate representation of color #9FD615: hue angle of 77.1º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FD615 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 21 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.16 |
| HSL | 77.1º | 0.82% | 0.46% | - |
| HSV(B) | 77.1º | 0.9% | 0.84% | - |
| XYZ | 38.48 | 55.52 | 9.4 | - |
| YUV | 175.55 | 40.78 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 21 | 0.26 | 0 | 0.90 | 0.16 | 77.1 | 0.82 | 0.46 |
| Hex | 9F | D6 | 15 | 1A | 0 | 5A | 10 | 4D | 52 | 2E |
| Octal | 237 | 326 | 25 | 32 | 0 | 132 | 20 | 115 | 122 | 56 |
| Binary | 10011111 | 11010110 | 10101 | 11010 | 0 | 1011010 | 10000 | 1001101 | 1010010 | 101110 |
Color Harmonies of #9FD615
Complementary color
Monochromatic Colors of #9FD615
Black with #9FD615
Text Example
Text Example
White with #9FD615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD615; }
p { color: rgb(159,214,21); }
H1.HeaderClassName
{
color: #9FD615;
}
.AnyTagClassName
{
color: #9FD615;
}
</style>
background-color css
<style>
a { background-color: #9FD615; }
a { background-color: rgb(159,214,21); }
div.DivClassName
{
background-color: #9FD615;
}
.BgClassName
{
background-color: #9FD615;
}
</style>
border-color css
<style>
span { border-color: #9FD615; }
span { border-color: rgb(159,214,21); }
td.TdClassName
{
border-color: #9FD615;
}
.TagClassName
{
border-color: #9FD615;
}
</style>