Shades of Conifer #9FDC5C
Tints of Conifer #9FDC5C
RGB
CMYK
RGB Variations
Color information
#9FDC5C (or 0x9FDC5C) is known color: Conifer. HEX triplet: 9F, DC and 5C. RGB value is (159,220,92). Sum of RGB (Red+Green+Blue) = 159+220+92=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC5C is #6023A3. Grayscale: #BBBBBB. Windows color (decimal): -6300580 or 6085791. OLE color: 6085791.
HSL color Cylindrical-coordinate representation of color #9FDC5C: hue angle of 88.59º degrees, saturation: 0.65, 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 #9FDC5C is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 92 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.14 |
| HSL | 88.59º | 0.65% | 0.61% | - |
| HSV(B) | 88.59º | 0.58% | 0.86% | - |
| XYZ | 41.82 | 59.33 | 19.37 | - |
| YUV | 187.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 92 | 0.28 | 0 | 0.58 | 0.14 | 88.59 | 0.65 | 0.61 |
| Hex | 9F | DC | 5C | 1C | 0 | 3A | E | 59 | 41 | 3D |
| Octal | 237 | 334 | 134 | 34 | 0 | 72 | 16 | 131 | 101 | 75 |
| Binary | 10011111 | 11011100 | 1011100 | 11100 | 0 | 111010 | 1110 | 1011001 | 1000001 | 111101 |
Color Harmonies of #9FDC5C
Complementary color
Monochromatic Colors of #9FDC5C
Black with #9FDC5C
Text Example
Text Example
White with #9FDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC5C; }
p { color: rgb(159,220,92); }
H1.HeaderClassName
{
color: #9FDC5C;
}
.AnyTagClassName
{
color: #9FDC5C;
}
</style>
background-color css
<style>
a { background-color: #9FDC5C; }
a { background-color: rgb(159,220,92); }
div.DivClassName
{
background-color: #9FDC5C;
}
.BgClassName
{
background-color: #9FDC5C;
}
</style>
border-color css
<style>
span { border-color: #9FDC5C; }
span { border-color: rgb(159,220,92); }
td.TdClassName
{
border-color: #9FDC5C;
}
.TagClassName
{
border-color: #9FDC5C;
}
</style>