Shades of Conifer #9FD866
Tints of Conifer #9FD866
RGB
CMYK
RGB Variations
Color information
#9FD866 (or 0x9FD866) is known color: Conifer. HEX triplet: 9F, D8 and 66. RGB value is (159,216,102). Sum of RGB (Red+Green+Blue) = 159+216+102=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD866 is #602799. Grayscale: #BABABA. Windows color (decimal): -6301594 or 6740127. OLE color: 6740127.
HSL color Cylindrical-coordinate representation of color #9FD866: hue angle of 90º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FD866 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 102 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.15 |
| HSL | 90º | 0.59% | 0.62% | - |
| HSV(B) | 90º | 0.53% | 0.85% | - |
| XYZ | 41.25 | 57.44 | 21.48 | - |
| YUV | 185.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 102 | 0.26 | 0 | 0.53 | 0.15 | 90 | 0.59 | 0.62 |
| Hex | 9F | D8 | 66 | 1A | 0 | 35 | F | 5A | 3B | 3E |
| Octal | 237 | 330 | 146 | 32 | 0 | 65 | 17 | 132 | 73 | 76 |
| Binary | 10011111 | 11011000 | 1100110 | 11010 | 0 | 110101 | 1111 | 1011010 | 111011 | 111110 |
Color Harmonies of #9FD866
Complementary color
Monochromatic Colors of #9FD866
Black with #9FD866
Text Example
Text Example
White with #9FD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD866; }
p { color: rgb(159,216,102); }
H1.HeaderClassName
{
color: #9FD866;
}
.AnyTagClassName
{
color: #9FD866;
}
</style>
background-color css
<style>
a { background-color: #9FD866; }
a { background-color: rgb(159,216,102); }
div.DivClassName
{
background-color: #9FD866;
}
.BgClassName
{
background-color: #9FD866;
}
</style>
border-color css
<style>
span { border-color: #9FD866; }
span { border-color: rgb(159,216,102); }
td.TdClassName
{
border-color: #9FD866;
}
.TagClassName
{
border-color: #9FD866;
}
</style>