Shades of Conifer #9FCB5D
Tints of Conifer #9FCB5D
RGB
CMYK
RGB Variations
Color information
#9FCB5D (or 0x9FCB5D) is known color: Conifer. HEX triplet: 9F, CB and 5D. RGB value is (159,203,93). Sum of RGB (Red+Green+Blue) = 159+203+93=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB5D is #6034A2. Grayscale: #B1B1B1. Windows color (decimal): -6304931 or 6146975. OLE color: 6146975.
HSL color Cylindrical-coordinate representation of color #9FCB5D: hue angle of 84º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FCB5D is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 93 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.20 |
| HSL | 84º | 0.51% | 0.58% | - |
| HSV(B) | 84º | 0.54% | 0.8% | - |
| XYZ | 37.63 | 50.87 | 18.19 | - |
| YUV | 177.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 93 | 0.22 | 0 | 0.54 | 0.20 | 84 | 0.51 | 0.58 |
| Hex | 9F | CB | 5D | 16 | 0 | 36 | 14 | 54 | 33 | 3A |
| Octal | 237 | 313 | 135 | 26 | 0 | 66 | 24 | 124 | 63 | 72 |
| Binary | 10011111 | 11001011 | 1011101 | 10110 | 0 | 110110 | 10100 | 1010100 | 110011 | 111010 |
Color Harmonies of #9FCB5D
Complementary color
Monochromatic Colors of #9FCB5D
Black with #9FCB5D
Text Example
Text Example
White with #9FCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB5D; }
p { color: rgb(159,203,93); }
H1.HeaderClassName
{
color: #9FCB5D;
}
.AnyTagClassName
{
color: #9FCB5D;
}
</style>
background-color css
<style>
a { background-color: #9FCB5D; }
a { background-color: rgb(159,203,93); }
div.DivClassName
{
background-color: #9FCB5D;
}
.BgClassName
{
background-color: #9FCB5D;
}
</style>
border-color css
<style>
span { border-color: #9FCB5D; }
span { border-color: rgb(159,203,93); }
td.TdClassName
{
border-color: #9FCB5D;
}
.TagClassName
{
border-color: #9FCB5D;
}
</style>