Shades of Conifer #9FCE5D
Tints of Conifer #9FCE5D
RGB
CMYK
RGB Variations
Color information
#9FCE5D (or 0x9FCE5D) is known color: Conifer. HEX triplet: 9F, CE and 5D. RGB value is (159,206,93). Sum of RGB (Red+Green+Blue) = 159+206+93=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE5D is #6031A2. Grayscale: #B3B3B3. Windows color (decimal): -6304163 or 6147743. OLE color: 6147743.
HSL color Cylindrical-coordinate representation of color #9FCE5D: hue angle of 84.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCE5D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 93 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.19 |
| HSL | 84.96º | 0.54% | 0.59% | - |
| HSV(B) | 84.96º | 0.55% | 0.81% | - |
| XYZ | 38.35 | 52.3 | 18.43 | - |
| YUV | 179.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 93 | 0.23 | 0 | 0.55 | 0.19 | 84.96 | 0.54 | 0.59 |
| Hex | 9F | CE | 5D | 17 | 0 | 37 | 13 | 55 | 36 | 3B |
| Octal | 237 | 316 | 135 | 27 | 0 | 67 | 23 | 125 | 66 | 73 |
| Binary | 10011111 | 11001110 | 1011101 | 10111 | 0 | 110111 | 10011 | 1010101 | 110110 | 111011 |
Color Harmonies of #9FCE5D
Complementary color
Monochromatic Colors of #9FCE5D
Black with #9FCE5D
Text Example
Text Example
White with #9FCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE5D; }
p { color: rgb(159,206,93); }
H1.HeaderClassName
{
color: #9FCE5D;
}
.AnyTagClassName
{
color: #9FCE5D;
}
</style>
background-color css
<style>
a { background-color: #9FCE5D; }
a { background-color: rgb(159,206,93); }
div.DivClassName
{
background-color: #9FCE5D;
}
.BgClassName
{
background-color: #9FCE5D;
}
</style>
border-color css
<style>
span { border-color: #9FCE5D; }
span { border-color: rgb(159,206,93); }
td.TdClassName
{
border-color: #9FCE5D;
}
.TagClassName
{
border-color: #9FCE5D;
}
</style>