Shades of Conifer #9FCD5B
Tints of Conifer #9FCD5B
RGB
CMYK
RGB Variations
Color information
#9FCD5B (or 0x9FCD5B) is known color: Conifer. HEX triplet: 9F, CD and 5B. RGB value is (159,205,91). Sum of RGB (Red+Green+Blue) = 159+205+91=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD5B is #6032A4. Grayscale: #B2B2B2. Windows color (decimal): -6304421 or 6016415. OLE color: 6016415.
HSL color Cylindrical-coordinate representation of color #9FCD5B: hue angle of 84.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FCD5B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 91 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.20 |
| HSL | 84.21º | 0.53% | 0.58% | - |
| HSV(B) | 84.21º | 0.56% | 0.8% | - |
| XYZ | 38.02 | 51.79 | 17.89 | - |
| YUV | 178.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 91 | 0.22 | 0 | 0.56 | 0.20 | 84.21 | 0.53 | 0.58 |
| Hex | 9F | CD | 5B | 16 | 0 | 38 | 14 | 54 | 35 | 3A |
| Octal | 237 | 315 | 133 | 26 | 0 | 70 | 24 | 124 | 65 | 72 |
| Binary | 10011111 | 11001101 | 1011011 | 10110 | 0 | 111000 | 10100 | 1010100 | 110101 | 111010 |
Color Harmonies of #9FCD5B
Complementary color
Monochromatic Colors of #9FCD5B
Black with #9FCD5B
Text Example
Text Example
White with #9FCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD5B; }
p { color: rgb(159,205,91); }
H1.HeaderClassName
{
color: #9FCD5B;
}
.AnyTagClassName
{
color: #9FCD5B;
}
</style>
background-color css
<style>
a { background-color: #9FCD5B; }
a { background-color: rgb(159,205,91); }
div.DivClassName
{
background-color: #9FCD5B;
}
.BgClassName
{
background-color: #9FCD5B;
}
</style>
border-color css
<style>
span { border-color: #9FCD5B; }
span { border-color: rgb(159,205,91); }
td.TdClassName
{
border-color: #9FCD5B;
}
.TagClassName
{
border-color: #9FCD5B;
}
</style>