Shades of Conifer #9FDC61
Tints of Conifer #9FDC61
RGB
CMYK
RGB Variations
Color information
#9FDC61 (or 0x9FDC61) is known color: Conifer. HEX triplet: 9F, DC and 61. RGB value is (159,220,97). Sum of RGB (Red+Green+Blue) = 159+220+97=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC61 is #60239E. Grayscale: #BCBCBC. Windows color (decimal): -6300575 or 6413471. OLE color: 6413471.
HSL color Cylindrical-coordinate representation of color #9FDC61: hue angle of 89.76º 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 #9FDC61 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 97 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.14 |
| HSL | 89.76º | 0.64% | 0.62% | - |
| HSV(B) | 89.76º | 0.56% | 0.86% | - |
| XYZ | 42.05 | 59.42 | 20.56 | - |
| YUV | 187.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 97 | 0.28 | 0 | 0.56 | 0.14 | 89.76 | 0.64 | 0.62 |
| Hex | 9F | DC | 61 | 1C | 0 | 38 | E | 5A | 40 | 3E |
| Octal | 237 | 334 | 141 | 34 | 0 | 70 | 16 | 132 | 100 | 76 |
| Binary | 10011111 | 11011100 | 1100001 | 11100 | 0 | 111000 | 1110 | 1011010 | 1000000 | 111110 |
Color Harmonies of #9FDC61
Complementary color
Monochromatic Colors of #9FDC61
Black with #9FDC61
Text Example
Text Example
White with #9FDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC61; }
p { color: rgb(159,220,97); }
H1.HeaderClassName
{
color: #9FDC61;
}
.AnyTagClassName
{
color: #9FDC61;
}
</style>
background-color css
<style>
a { background-color: #9FDC61; }
a { background-color: rgb(159,220,97); }
div.DivClassName
{
background-color: #9FDC61;
}
.BgClassName
{
background-color: #9FDC61;
}
</style>
border-color css
<style>
span { border-color: #9FDC61; }
span { border-color: rgb(159,220,97); }
td.TdClassName
{
border-color: #9FDC61;
}
.TagClassName
{
border-color: #9FDC61;
}
</style>