Shades of Conifer #9FDC60
Tints of Conifer #9FDC60
RGB
CMYK
RGB Variations
Color information
#9FDC60 (or 0x9FDC60) is known color: Conifer. HEX triplet: 9F, DC and 60. RGB value is (159,220,96). Sum of RGB (Red+Green+Blue) = 159+220+96=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC60 is #60239F. Grayscale: #BCBCBC. Windows color (decimal): -6300576 or 6347935. OLE color: 6347935.
HSL color Cylindrical-coordinate representation of color #9FDC60: hue angle of 89.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FDC60 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 96 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.14 |
| HSL | 89.52º | 0.64% | 0.62% | - |
| HSV(B) | 89.52º | 0.56% | 0.86% | - |
| XYZ | 42 | 59.4 | 20.32 | - |
| YUV | 187.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 96 | 0.28 | 0 | 0.56 | 0.14 | 89.52 | 0.64 | 0.62 |
| Hex | 9F | DC | 60 | 1C | 0 | 38 | E | 5A | 40 | 3E |
| Octal | 237 | 334 | 140 | 34 | 0 | 70 | 16 | 132 | 100 | 76 |
| Binary | 10011111 | 11011100 | 1100000 | 11100 | 0 | 111000 | 1110 | 1011010 | 1000000 | 111110 |
Color Harmonies of #9FDC60
Complementary color
Monochromatic Colors of #9FDC60
Black with #9FDC60
Text Example
Text Example
White with #9FDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC60; }
p { color: rgb(159,220,96); }
H1.HeaderClassName
{
color: #9FDC60;
}
.AnyTagClassName
{
color: #9FDC60;
}
</style>
background-color css
<style>
a { background-color: #9FDC60; }
a { background-color: rgb(159,220,96); }
div.DivClassName
{
background-color: #9FDC60;
}
.BgClassName
{
background-color: #9FDC60;
}
</style>
border-color css
<style>
span { border-color: #9FDC60; }
span { border-color: rgb(159,220,96); }
td.TdClassName
{
border-color: #9FDC60;
}
.TagClassName
{
border-color: #9FDC60;
}
</style>