Shades of Conifer #9FDC66
Tints of Conifer #9FDC66
RGB
CMYK
RGB Variations
Color information
#9FDC66 (or 0x9FDC66) is known color: Conifer. HEX triplet: 9F, DC and 66. RGB value is (159,220,102). Sum of RGB (Red+Green+Blue) = 159+220+102=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC66 is #602399. Grayscale: #BCBCBC. Windows color (decimal): -6300570 or 6741151. OLE color: 6741151.
HSL color Cylindrical-coordinate representation of color #9FDC66: hue angle of 91.02º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FDC66 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 102 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.14 |
| HSL | 91.02º | 0.63% | 0.63% | - |
| HSV(B) | 91.02º | 0.54% | 0.86% | - |
| XYZ | 42.29 | 59.52 | 21.83 | - |
| YUV | 188.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 102 | 0.28 | 0 | 0.54 | 0.14 | 91.02 | 0.63 | 0.63 |
| Hex | 9F | DC | 66 | 1C | 0 | 36 | E | 5B | 3F | 3F |
| Octal | 237 | 334 | 146 | 34 | 0 | 66 | 16 | 133 | 77 | 77 |
| Binary | 10011111 | 11011100 | 1100110 | 11100 | 0 | 110110 | 1110 | 1011011 | 111111 | 111111 |
Color Harmonies of #9FDC66
Complementary color
Monochromatic Colors of #9FDC66
Black with #9FDC66
Text Example
Text Example
White with #9FDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC66; }
p { color: rgb(159,220,102); }
H1.HeaderClassName
{
color: #9FDC66;
}
.AnyTagClassName
{
color: #9FDC66;
}
</style>
background-color css
<style>
a { background-color: #9FDC66; }
a { background-color: rgb(159,220,102); }
div.DivClassName
{
background-color: #9FDC66;
}
.BgClassName
{
background-color: #9FDC66;
}
</style>
border-color css
<style>
span { border-color: #9FDC66; }
span { border-color: rgb(159,220,102); }
td.TdClassName
{
border-color: #9FDC66;
}
.TagClassName
{
border-color: #9FDC66;
}
</style>