Shades of Conifer #9FD666
Tints of Conifer #9FD666
RGB
CMYK
RGB Variations
Color information
#9FD666 (or 0x9FD666) is known color: Conifer. HEX triplet: 9F, D6 and 66. RGB value is (159,214,102). Sum of RGB (Red+Green+Blue) = 159+214+102=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD666 is #602999. Grayscale: #B9B9B9. Windows color (decimal): -6302106 or 6739615. OLE color: 6739615.
HSL color Cylindrical-coordinate representation of color #9FD666: hue angle of 89.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FD666 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 102 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.16 |
| HSL | 89.46º | 0.58% | 0.62% | - |
| HSV(B) | 89.46º | 0.52% | 0.84% | - |
| XYZ | 40.74 | 56.42 | 21.31 | - |
| YUV | 184.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 102 | 0.26 | 0 | 0.52 | 0.16 | 89.46 | 0.58 | 0.62 |
| Hex | 9F | D6 | 66 | 1A | 0 | 34 | 10 | 59 | 3A | 3E |
| Octal | 237 | 326 | 146 | 32 | 0 | 64 | 20 | 131 | 72 | 76 |
| Binary | 10011111 | 11010110 | 1100110 | 11010 | 0 | 110100 | 10000 | 1011001 | 111010 | 111110 |
Color Harmonies of #9FD666
Complementary color
Monochromatic Colors of #9FD666
Black with #9FD666
Text Example
Text Example
White with #9FD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD666; }
p { color: rgb(159,214,102); }
H1.HeaderClassName
{
color: #9FD666;
}
.AnyTagClassName
{
color: #9FD666;
}
</style>
background-color css
<style>
a { background-color: #9FD666; }
a { background-color: rgb(159,214,102); }
div.DivClassName
{
background-color: #9FD666;
}
.BgClassName
{
background-color: #9FD666;
}
</style>
border-color css
<style>
span { border-color: #9FD666; }
span { border-color: rgb(159,214,102); }
td.TdClassName
{
border-color: #9FD666;
}
.TagClassName
{
border-color: #9FD666;
}
</style>