Shades of Conifer #9FCF5C
Tints of Conifer #9FCF5C
RGB
CMYK
RGB Variations
Color information
#9FCF5C (or 0x9FCF5C) is known color: Conifer. HEX triplet: 9F, CF and 5C. RGB value is (159,207,92). Sum of RGB (Red+Green+Blue) = 159+207+92=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF5C is #6030A3. Grayscale: #B3B3B3. Windows color (decimal): -6303908 or 6082463. OLE color: 6082463.
HSL color Cylindrical-coordinate representation of color #9FCF5C: hue angle of 85.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FCF5C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 92 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.19 |
| HSL | 85.04º | 0.55% | 0.59% | - |
| HSV(B) | 85.04º | 0.56% | 0.81% | - |
| XYZ | 38.54 | 52.77 | 18.28 | - |
| YUV | 179.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 92 | 0.23 | 0 | 0.56 | 0.19 | 85.04 | 0.55 | 0.59 |
| Hex | 9F | CF | 5C | 17 | 0 | 38 | 13 | 55 | 37 | 3B |
| Octal | 237 | 317 | 134 | 27 | 0 | 70 | 23 | 125 | 67 | 73 |
| Binary | 10011111 | 11001111 | 1011100 | 10111 | 0 | 111000 | 10011 | 1010101 | 110111 | 111011 |
Color Harmonies of #9FCF5C
Complementary color
Monochromatic Colors of #9FCF5C
Black with #9FCF5C
Text Example
Text Example
White with #9FCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF5C; }
p { color: rgb(159,207,92); }
H1.HeaderClassName
{
color: #9FCF5C;
}
.AnyTagClassName
{
color: #9FCF5C;
}
</style>
background-color css
<style>
a { background-color: #9FCF5C; }
a { background-color: rgb(159,207,92); }
div.DivClassName
{
background-color: #9FCF5C;
}
.BgClassName
{
background-color: #9FCF5C;
}
</style>
border-color css
<style>
span { border-color: #9FCF5C; }
span { border-color: rgb(159,207,92); }
td.TdClassName
{
border-color: #9FCF5C;
}
.TagClassName
{
border-color: #9FCF5C;
}
</style>