Shades of Conifer #9FD659
Tints of Conifer #9FD659
RGB
CMYK
RGB Variations
Color information
#9FD659 (or 0x9FD659) is known color: Conifer. HEX triplet: 9F, D6 and 59. RGB value is (159,214,89). Sum of RGB (Red+Green+Blue) = 159+214+89=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD659 is #6029A6. Grayscale: #B7B7B7. Windows color (decimal): -6302119 or 5887647. OLE color: 5887647.
HSL color Cylindrical-coordinate representation of color #9FD659: hue angle of 86.4º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FD659 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 89 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.16 |
| HSL | 86.4º | 0.6% | 0.59% | - |
| HSV(B) | 86.4º | 0.58% | 0.84% | - |
| XYZ | 40.15 | 56.19 | 18.18 | - |
| YUV | 183.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 89 | 0.26 | 0 | 0.58 | 0.16 | 86.4 | 0.6 | 0.59 |
| Hex | 9F | D6 | 59 | 1A | 0 | 3A | 10 | 56 | 3C | 3B |
| Octal | 237 | 326 | 131 | 32 | 0 | 72 | 20 | 126 | 74 | 73 |
| Binary | 10011111 | 11010110 | 1011001 | 11010 | 0 | 111010 | 10000 | 1010110 | 111100 | 111011 |
Color Harmonies of #9FD659
Complementary color
Monochromatic Colors of #9FD659
Black with #9FD659
Text Example
Text Example
White with #9FD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD659; }
p { color: rgb(159,214,89); }
H1.HeaderClassName
{
color: #9FD659;
}
.AnyTagClassName
{
color: #9FD659;
}
</style>
background-color css
<style>
a { background-color: #9FD659; }
a { background-color: rgb(159,214,89); }
div.DivClassName
{
background-color: #9FD659;
}
.BgClassName
{
background-color: #9FD659;
}
</style>
border-color css
<style>
span { border-color: #9FD659; }
span { border-color: rgb(159,214,89); }
td.TdClassName
{
border-color: #9FD659;
}
.TagClassName
{
border-color: #9FD659;
}
</style>