Shades of Conifer #9FCE5B
Tints of Conifer #9FCE5B
RGB
CMYK
RGB Variations
Color information
#9FCE5B (or 0x9FCE5B) is known color: Conifer. HEX triplet: 9F, CE and 5B. RGB value is (159,206,91). Sum of RGB (Red+Green+Blue) = 159+206+91=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE5B is #6031A4. Grayscale: #B3B3B3. Windows color (decimal): -6304165 or 6016671. OLE color: 6016671.
HSL color Cylindrical-coordinate representation of color #9FCE5B: hue angle of 84.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FCE5B is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 91 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.19 |
| HSL | 84.52º | 0.54% | 0.58% | - |
| HSV(B) | 84.52º | 0.56% | 0.81% | - |
| XYZ | 38.26 | 52.27 | 17.97 | - |
| YUV | 178.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 91 | 0.23 | 0 | 0.56 | 0.19 | 84.52 | 0.54 | 0.58 |
| Hex | 9F | CE | 5B | 17 | 0 | 38 | 13 | 55 | 36 | 3A |
| Octal | 237 | 316 | 133 | 27 | 0 | 70 | 23 | 125 | 66 | 72 |
| Binary | 10011111 | 11001110 | 1011011 | 10111 | 0 | 111000 | 10011 | 1010101 | 110110 | 111010 |
Color Harmonies of #9FCE5B
Complementary color
Monochromatic Colors of #9FCE5B
Black with #9FCE5B
Text Example
Text Example
White with #9FCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE5B; }
p { color: rgb(159,206,91); }
H1.HeaderClassName
{
color: #9FCE5B;
}
.AnyTagClassName
{
color: #9FCE5B;
}
</style>
background-color css
<style>
a { background-color: #9FCE5B; }
a { background-color: rgb(159,206,91); }
div.DivClassName
{
background-color: #9FCE5B;
}
.BgClassName
{
background-color: #9FCE5B;
}
</style>
border-color css
<style>
span { border-color: #9FCE5B; }
span { border-color: rgb(159,206,91); }
td.TdClassName
{
border-color: #9FCE5B;
}
.TagClassName
{
border-color: #9FCE5B;
}
</style>