Shades of Conifer #9FDC5D
Tints of Conifer #9FDC5D
RGB
CMYK
RGB Variations
Color information
#9FDC5D (or 0x9FDC5D) is known color: Conifer. HEX triplet: 9F, DC and 5D. RGB value is (159,220,93). Sum of RGB (Red+Green+Blue) = 159+220+93=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC5D is #6023A2. Grayscale: #BBBBBB. Windows color (decimal): -6300579 or 6151327. OLE color: 6151327.
HSL color Cylindrical-coordinate representation of color #9FDC5D: hue angle of 88.82º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDC5D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 93 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.14 |
| HSL | 88.82º | 0.64% | 0.61% | - |
| HSV(B) | 88.82º | 0.58% | 0.86% | - |
| XYZ | 41.87 | 59.35 | 19.6 | - |
| YUV | 187.28 | 74.79 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 93 | 0.28 | 0 | 0.58 | 0.14 | 88.82 | 0.64 | 0.61 |
| Hex | 9F | DC | 5D | 1C | 0 | 3A | E | 59 | 40 | 3D |
| Octal | 237 | 334 | 135 | 34 | 0 | 72 | 16 | 131 | 100 | 75 |
| Binary | 10011111 | 11011100 | 1011101 | 11100 | 0 | 111010 | 1110 | 1011001 | 1000000 | 111101 |
Color Harmonies of #9FDC5D
Complementary color
Monochromatic Colors of #9FDC5D
Black with #9FDC5D
Text Example
Text Example
White with #9FDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC5D; }
p { color: rgb(159,220,93); }
H1.HeaderClassName
{
color: #9FDC5D;
}
.AnyTagClassName
{
color: #9FDC5D;
}
</style>
background-color css
<style>
a { background-color: #9FDC5D; }
a { background-color: rgb(159,220,93); }
div.DivClassName
{
background-color: #9FDC5D;
}
.BgClassName
{
background-color: #9FDC5D;
}
</style>
border-color css
<style>
span { border-color: #9FDC5D; }
span { border-color: rgb(159,220,93); }
td.TdClassName
{
border-color: #9FDC5D;
}
.TagClassName
{
border-color: #9FDC5D;
}
</style>