Shades of Conifer #9FCC59
Tints of Conifer #9FCC59
RGB
CMYK
RGB Variations
Color information
#9FCC59 (or 0x9FCC59) is known color: Conifer. HEX triplet: 9F, CC and 59. RGB value is (159,204,89). Sum of RGB (Red+Green+Blue) = 159+204+89=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC59 is #6033A6. Grayscale: #B1B1B1. Windows color (decimal): -6304679 or 5885087. OLE color: 5885087.
HSL color Cylindrical-coordinate representation of color #9FCC59: hue angle of 83.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FCC59 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 89 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.2 |
| HSL | 83.48º | 0.53% | 0.57% | - |
| HSV(B) | 83.48º | 0.56% | 0.8% | - |
| XYZ | 37.69 | 51.28 | 17.36 | - |
| YUV | 177.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 89 | 0.22 | 0 | 0.56 | 0.2 | 83.48 | 0.53 | 0.57 |
| Hex | 9F | CC | 59 | 16 | 0 | 38 | 14 | 53 | 35 | 39 |
| Octal | 237 | 314 | 131 | 26 | 0 | 70 | 24 | 123 | 65 | 71 |
| Binary | 10011111 | 11001100 | 1011001 | 10110 | 0 | 111000 | 10100 | 1010011 | 110101 | 111001 |
Color Harmonies of #9FCC59
Complementary color
Monochromatic Colors of #9FCC59
Black with #9FCC59
Text Example
Text Example
White with #9FCC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC59; }
p { color: rgb(159,204,89); }
H1.HeaderClassName
{
color: #9FCC59;
}
.AnyTagClassName
{
color: #9FCC59;
}
</style>
background-color css
<style>
a { background-color: #9FCC59; }
a { background-color: rgb(159,204,89); }
div.DivClassName
{
background-color: #9FCC59;
}
.BgClassName
{
background-color: #9FCC59;
}
</style>
border-color css
<style>
span { border-color: #9FCC59; }
span { border-color: rgb(159,204,89); }
td.TdClassName
{
border-color: #9FCC59;
}
.TagClassName
{
border-color: #9FCC59;
}
</style>