Shades of Conifer #9FCE5C
Tints of Conifer #9FCE5C
RGB
CMYK
RGB Variations
Color information
#9FCE5C (or 0x9FCE5C) is known color: Conifer. HEX triplet: 9F, CE and 5C. RGB value is (159,206,92). Sum of RGB (Red+Green+Blue) = 159+206+92=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE5C is #6031A3. Grayscale: #B3B3B3. Windows color (decimal): -6304164 or 6082207. OLE color: 6082207.
HSL color Cylindrical-coordinate representation of color #9FCE5C: hue angle of 84.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCE5C is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 92 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.19 |
| HSL | 84.74º | 0.54% | 0.58% | - |
| HSV(B) | 84.74º | 0.55% | 0.81% | - |
| XYZ | 38.3 | 52.29 | 18.2 | - |
| YUV | 178.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 92 | 0.23 | 0 | 0.55 | 0.19 | 84.74 | 0.54 | 0.58 |
| Hex | 9F | CE | 5C | 17 | 0 | 37 | 13 | 55 | 36 | 3A |
| Octal | 237 | 316 | 134 | 27 | 0 | 67 | 23 | 125 | 66 | 72 |
| Binary | 10011111 | 11001110 | 1011100 | 10111 | 0 | 110111 | 10011 | 1010101 | 110110 | 111010 |
Color Harmonies of #9FCE5C
Complementary color
Monochromatic Colors of #9FCE5C
Black with #9FCE5C
Text Example
Text Example
White with #9FCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE5C; }
p { color: rgb(159,206,92); }
H1.HeaderClassName
{
color: #9FCE5C;
}
.AnyTagClassName
{
color: #9FCE5C;
}
</style>
background-color css
<style>
a { background-color: #9FCE5C; }
a { background-color: rgb(159,206,92); }
div.DivClassName
{
background-color: #9FCE5C;
}
.BgClassName
{
background-color: #9FCE5C;
}
</style>
border-color css
<style>
span { border-color: #9FCE5C; }
span { border-color: rgb(159,206,92); }
td.TdClassName
{
border-color: #9FCE5C;
}
.TagClassName
{
border-color: #9FCE5C;
}
</style>