Shades of Conifer #9FDE60
Tints of Conifer #9FDE60
RGB
CMYK
RGB Variations
Color information
#9FDE60 (or 0x9FDE60) is known color: Conifer. HEX triplet: 9F, DE and 60. RGB value is (159,222,96). Sum of RGB (Red+Green+Blue) = 159+222+96=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE60 is #60219F. Grayscale: #BDBDBD. Windows color (decimal): -6300064 or 6348447. OLE color: 6348447.
HSL color Cylindrical-coordinate representation of color #9FDE60: hue angle of 90º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FDE60 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 96 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.13 |
| HSL | 90º | 0.66% | 0.62% | - |
| HSV(B) | 90º | 0.57% | 0.87% | - |
| XYZ | 42.53 | 60.46 | 20.49 | - |
| YUV | 188.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 96 | 0.28 | 0 | 0.57 | 0.13 | 90 | 0.66 | 0.62 |
| Hex | 9F | DE | 60 | 1C | 0 | 39 | D | 5A | 42 | 3E |
| Octal | 237 | 336 | 140 | 34 | 0 | 71 | 15 | 132 | 102 | 76 |
| Binary | 10011111 | 11011110 | 1100000 | 11100 | 0 | 111001 | 1101 | 1011010 | 1000010 | 111110 |
Color Harmonies of #9FDE60
Complementary color
Monochromatic Colors of #9FDE60
Black with #9FDE60
Text Example
Text Example
White with #9FDE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE60; }
p { color: rgb(159,222,96); }
H1.HeaderClassName
{
color: #9FDE60;
}
.AnyTagClassName
{
color: #9FDE60;
}
</style>
background-color css
<style>
a { background-color: #9FDE60; }
a { background-color: rgb(159,222,96); }
div.DivClassName
{
background-color: #9FDE60;
}
.BgClassName
{
background-color: #9FDE60;
}
</style>
border-color css
<style>
span { border-color: #9FDE60; }
span { border-color: rgb(159,222,96); }
td.TdClassName
{
border-color: #9FDE60;
}
.TagClassName
{
border-color: #9FDE60;
}
</style>