Shades of Conifer #9FC558
Tints of Conifer #9FC558
RGB
CMYK
RGB Variations
Color information
#9FC558 (or 0x9FC558) is known color: Conifer. HEX triplet: 9F, C5 and 58. RGB value is (159,197,88). Sum of RGB (Red+Green+Blue) = 159+197+88=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC558 is #603AA7. Grayscale: #ADADAD. Windows color (decimal): -6306472 or 5817759. OLE color: 5817759.
HSL color Cylindrical-coordinate representation of color #9FC558: hue angle of 80.92º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FC558 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 88 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.23 |
| HSL | 80.92º | 0.48% | 0.56% | - |
| HSV(B) | 80.92º | 0.55% | 0.77% | - |
| XYZ | 36.03 | 48.01 | 16.6 | - |
| YUV | 173.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 88 | 0.19 | 0 | 0.55 | 0.23 | 80.92 | 0.48 | 0.56 |
| Hex | 9F | C5 | 58 | 13 | 0 | 37 | 17 | 51 | 30 | 38 |
| Octal | 237 | 305 | 130 | 23 | 0 | 67 | 27 | 121 | 60 | 70 |
| Binary | 10011111 | 11000101 | 1011000 | 10011 | 0 | 110111 | 10111 | 1010001 | 110000 | 111000 |
Color Harmonies of #9FC558
Complementary color
Monochromatic Colors of #9FC558
Black with #9FC558
Text Example
Text Example
White with #9FC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC558; }
p { color: rgb(159,197,88); }
H1.HeaderClassName
{
color: #9FC558;
}
.AnyTagClassName
{
color: #9FC558;
}
</style>
background-color css
<style>
a { background-color: #9FC558; }
a { background-color: rgb(159,197,88); }
div.DivClassName
{
background-color: #9FC558;
}
.BgClassName
{
background-color: #9FC558;
}
</style>
border-color css
<style>
span { border-color: #9FC558; }
span { border-color: rgb(159,197,88); }
td.TdClassName
{
border-color: #9FC558;
}
.TagClassName
{
border-color: #9FC558;
}
</style>