Shades of Conifer #9FDC59
Tints of Conifer #9FDC59
RGB
CMYK
RGB Variations
Color information
#9FDC59 (or 0x9FDC59) is known color: Conifer. HEX triplet: 9F, DC and 59. RGB value is (159,220,89). Sum of RGB (Red+Green+Blue) = 159+220+89=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC59 is #6023A6. Grayscale: #BBBBBB. Windows color (decimal): -6300583 or 5889183. OLE color: 5889183.
HSL color Cylindrical-coordinate representation of color #9FDC59: hue angle of 87.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FDC59 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 89 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.14 |
| HSL | 87.94º | 0.65% | 0.61% | - |
| HSV(B) | 87.94º | 0.6% | 0.86% | - |
| XYZ | 41.69 | 59.28 | 18.7 | - |
| YUV | 186.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 89 | 0.28 | 0 | 0.60 | 0.14 | 87.94 | 0.65 | 0.61 |
| Hex | 9F | DC | 59 | 1C | 0 | 3C | E | 58 | 41 | 3D |
| Octal | 237 | 334 | 131 | 34 | 0 | 74 | 16 | 130 | 101 | 75 |
| Binary | 10011111 | 11011100 | 1011001 | 11100 | 0 | 111100 | 1110 | 1011000 | 1000001 | 111101 |
Color Harmonies of #9FDC59
Complementary color
Monochromatic Colors of #9FDC59
Black with #9FDC59
Text Example
Text Example
White with #9FDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC59; }
p { color: rgb(159,220,89); }
H1.HeaderClassName
{
color: #9FDC59;
}
.AnyTagClassName
{
color: #9FDC59;
}
</style>
background-color css
<style>
a { background-color: #9FDC59; }
a { background-color: rgb(159,220,89); }
div.DivClassName
{
background-color: #9FDC59;
}
.BgClassName
{
background-color: #9FDC59;
}
</style>
border-color css
<style>
span { border-color: #9FDC59; }
span { border-color: rgb(159,220,89); }
td.TdClassName
{
border-color: #9FDC59;
}
.TagClassName
{
border-color: #9FDC59;
}
</style>