Shades of Conifer #9FCE5E
Tints of Conifer #9FCE5E
RGB
CMYK
RGB Variations
Color information
#9FCE5E (or 0x9FCE5E) is known color: Conifer. HEX triplet: 9F, CE and 5E. RGB value is (159,206,94). Sum of RGB (Red+Green+Blue) = 159+206+94=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE5E is #6031A1. Grayscale: #B3B3B3. Windows color (decimal): -6304162 or 6213279. OLE color: 6213279.
HSL color Cylindrical-coordinate representation of color #9FCE5E: hue angle of 85.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FCE5E is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 94 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.19 |
| HSL | 85.18º | 0.53% | 0.59% | - |
| HSV(B) | 85.18º | 0.54% | 0.81% | - |
| XYZ | 38.39 | 52.32 | 18.67 | - |
| YUV | 179.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 94 | 0.23 | 0 | 0.54 | 0.19 | 85.18 | 0.53 | 0.59 |
| Hex | 9F | CE | 5E | 17 | 0 | 36 | 13 | 55 | 35 | 3B |
| Octal | 237 | 316 | 136 | 27 | 0 | 66 | 23 | 125 | 65 | 73 |
| Binary | 10011111 | 11001110 | 1011110 | 10111 | 0 | 110110 | 10011 | 1010101 | 110101 | 111011 |
Color Harmonies of #9FCE5E
Complementary color
Monochromatic Colors of #9FCE5E
Black with #9FCE5E
Text Example
Text Example
White with #9FCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE5E; }
p { color: rgb(159,206,94); }
H1.HeaderClassName
{
color: #9FCE5E;
}
.AnyTagClassName
{
color: #9FCE5E;
}
</style>
background-color css
<style>
a { background-color: #9FCE5E; }
a { background-color: rgb(159,206,94); }
div.DivClassName
{
background-color: #9FCE5E;
}
.BgClassName
{
background-color: #9FCE5E;
}
</style>
border-color css
<style>
span { border-color: #9FCE5E; }
span { border-color: rgb(159,206,94); }
td.TdClassName
{
border-color: #9FCE5E;
}
.TagClassName
{
border-color: #9FCE5E;
}
</style>