Shades of Conifer #9FD358
Tints of Conifer #9FD358
RGB
CMYK
RGB Variations
Color information
#9FD358 (or 0x9FD358) is known color: Conifer. HEX triplet: 9F, D3 and 58. RGB value is (159,211,88). Sum of RGB (Red+Green+Blue) = 159+211+88=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD358 is #602CA7. Grayscale: #B5B5B5. Windows color (decimal): -6302888 or 5821343. OLE color: 5821343.
HSL color Cylindrical-coordinate representation of color #9FD358: hue angle of 85.37º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FD358 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 88 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.17 |
| HSL | 85.37º | 0.58% | 0.59% | - |
| HSV(B) | 85.37º | 0.58% | 0.83% | - |
| XYZ | 39.35 | 54.66 | 17.71 | - |
| YUV | 181.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 88 | 0.25 | 0 | 0.58 | 0.17 | 85.37 | 0.58 | 0.59 |
| Hex | 9F | D3 | 58 | 19 | 0 | 3A | 11 | 55 | 3A | 3B |
| Octal | 237 | 323 | 130 | 31 | 0 | 72 | 21 | 125 | 72 | 73 |
| Binary | 10011111 | 11010011 | 1011000 | 11001 | 0 | 111010 | 10001 | 1010101 | 111010 | 111011 |
Color Harmonies of #9FD358
Complementary color
Monochromatic Colors of #9FD358
Black with #9FD358
Text Example
Text Example
White with #9FD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD358; }
p { color: rgb(159,211,88); }
H1.HeaderClassName
{
color: #9FD358;
}
.AnyTagClassName
{
color: #9FD358;
}
</style>
background-color css
<style>
a { background-color: #9FD358; }
a { background-color: rgb(159,211,88); }
div.DivClassName
{
background-color: #9FD358;
}
.BgClassName
{
background-color: #9FD358;
}
</style>
border-color css
<style>
span { border-color: #9FD358; }
span { border-color: rgb(159,211,88); }
td.TdClassName
{
border-color: #9FD358;
}
.TagClassName
{
border-color: #9FD358;
}
</style>