Shades of Conifer #9FCA5B
Tints of Conifer #9FCA5B
RGB
CMYK
RGB Variations
Color information
#9FCA5B (or 0x9FCA5B) is known color: Conifer. HEX triplet: 9F, CA and 5B. RGB value is (159,202,91). Sum of RGB (Red+Green+Blue) = 159+202+91=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA5B is #6035A4. Grayscale: #B0B0B0. Windows color (decimal): -6305189 or 6015647. OLE color: 6015647.
HSL color Cylindrical-coordinate representation of color #9FCA5B: hue angle of 83.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCA5B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 91 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.21 |
| HSL | 83.24º | 0.51% | 0.57% | - |
| HSV(B) | 83.24º | 0.55% | 0.79% | - |
| XYZ | 37.31 | 50.37 | 17.65 | - |
| YUV | 176.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 91 | 0.21 | 0 | 0.55 | 0.21 | 83.24 | 0.51 | 0.57 |
| Hex | 9F | CA | 5B | 15 | 0 | 37 | 15 | 53 | 33 | 39 |
| Octal | 237 | 312 | 133 | 25 | 0 | 67 | 25 | 123 | 63 | 71 |
| Binary | 10011111 | 11001010 | 1011011 | 10101 | 0 | 110111 | 10101 | 1010011 | 110011 | 111001 |
Color Harmonies of #9FCA5B
Complementary color
Monochromatic Colors of #9FCA5B
Black with #9FCA5B
Text Example
Text Example
White with #9FCA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA5B; }
p { color: rgb(159,202,91); }
H1.HeaderClassName
{
color: #9FCA5B;
}
.AnyTagClassName
{
color: #9FCA5B;
}
</style>
background-color css
<style>
a { background-color: #9FCA5B; }
a { background-color: rgb(159,202,91); }
div.DivClassName
{
background-color: #9FCA5B;
}
.BgClassName
{
background-color: #9FCA5B;
}
</style>
border-color css
<style>
span { border-color: #9FCA5B; }
span { border-color: rgb(159,202,91); }
td.TdClassName
{
border-color: #9FCA5B;
}
.TagClassName
{
border-color: #9FCA5B;
}
</style>