Shades of Conifer #9FCB5C
Tints of Conifer #9FCB5C
RGB
CMYK
RGB Variations
Color information
#9FCB5C (or 0x9FCB5C) is known color: Conifer. HEX triplet: 9F, CB and 5C. RGB value is (159,203,92). Sum of RGB (Red+Green+Blue) = 159+203+92=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB5C is #6034A3. Grayscale: #B1B1B1. Windows color (decimal): -6304932 or 6081439. OLE color: 6081439.
HSL color Cylindrical-coordinate representation of color #9FCB5C: hue angle of 83.78º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCB5C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 92 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.20 |
| HSL | 83.78º | 0.52% | 0.58% | - |
| HSV(B) | 83.78º | 0.55% | 0.8% | - |
| XYZ | 37.59 | 50.86 | 17.96 | - |
| YUV | 177.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 92 | 0.22 | 0 | 0.55 | 0.20 | 83.78 | 0.52 | 0.58 |
| Hex | 9F | CB | 5C | 16 | 0 | 37 | 14 | 54 | 34 | 3A |
| Octal | 237 | 313 | 134 | 26 | 0 | 67 | 24 | 124 | 64 | 72 |
| Binary | 10011111 | 11001011 | 1011100 | 10110 | 0 | 110111 | 10100 | 1010100 | 110100 | 111010 |
Color Harmonies of #9FCB5C
Complementary color
Monochromatic Colors of #9FCB5C
Black with #9FCB5C
Text Example
Text Example
White with #9FCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB5C; }
p { color: rgb(159,203,92); }
H1.HeaderClassName
{
color: #9FCB5C;
}
.AnyTagClassName
{
color: #9FCB5C;
}
</style>
background-color css
<style>
a { background-color: #9FCB5C; }
a { background-color: rgb(159,203,92); }
div.DivClassName
{
background-color: #9FCB5C;
}
.BgClassName
{
background-color: #9FCB5C;
}
</style>
border-color css
<style>
span { border-color: #9FCB5C; }
span { border-color: rgb(159,203,92); }
td.TdClassName
{
border-color: #9FCB5C;
}
.TagClassName
{
border-color: #9FCB5C;
}
</style>