Shades of Conifer #9FCA58
Tints of Conifer #9FCA58
RGB
CMYK
RGB Variations
Color information
#9FCA58 (or 0x9FCA58) is known color: Conifer. HEX triplet: 9F, CA and 58. RGB value is (159,202,88). Sum of RGB (Red+Green+Blue) = 159+202+88=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA58 is #6035A7. Grayscale: #B0B0B0. Windows color (decimal): -6305192 or 5819039. OLE color: 5819039.
HSL color Cylindrical-coordinate representation of color #9FCA58: hue angle of 82.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FCA58 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 88 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.21 |
| HSL | 82.63º | 0.52% | 0.57% | - |
| HSV(B) | 82.63º | 0.56% | 0.79% | - |
| XYZ | 37.18 | 50.32 | 16.98 | - |
| YUV | 176.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 88 | 0.21 | 0 | 0.56 | 0.21 | 82.63 | 0.52 | 0.57 |
| Hex | 9F | CA | 58 | 15 | 0 | 38 | 15 | 53 | 34 | 39 |
| Octal | 237 | 312 | 130 | 25 | 0 | 70 | 25 | 123 | 64 | 71 |
| Binary | 10011111 | 11001010 | 1011000 | 10101 | 0 | 111000 | 10101 | 1010011 | 110100 | 111001 |
Color Harmonies of #9FCA58
Complementary color
Monochromatic Colors of #9FCA58
Black with #9FCA58
Text Example
Text Example
White with #9FCA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA58; }
p { color: rgb(159,202,88); }
H1.HeaderClassName
{
color: #9FCA58;
}
.AnyTagClassName
{
color: #9FCA58;
}
</style>
background-color css
<style>
a { background-color: #9FCA58; }
a { background-color: rgb(159,202,88); }
div.DivClassName
{
background-color: #9FCA58;
}
.BgClassName
{
background-color: #9FCA58;
}
</style>
border-color css
<style>
span { border-color: #9FCA58; }
span { border-color: rgb(159,202,88); }
td.TdClassName
{
border-color: #9FCA58;
}
.TagClassName
{
border-color: #9FCA58;
}
</style>