Shades of Conifer #9FD665
Tints of Conifer #9FD665
RGB
CMYK
RGB Variations
Color information
#9FD665 (or 0x9FD665) is known color: Conifer. HEX triplet: 9F, D6 and 65. RGB value is (159,214,101). Sum of RGB (Red+Green+Blue) = 159+214+101=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD665 is #60299A. Grayscale: #B9B9B9. Windows color (decimal): -6302107 or 6674079. OLE color: 6674079.
HSL color Cylindrical-coordinate representation of color #9FD665: hue angle of 89.2º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FD665 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 101 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.16 |
| HSL | 89.2º | 0.58% | 0.62% | - |
| HSV(B) | 89.2º | 0.53% | 0.84% | - |
| XYZ | 40.69 | 56.4 | 21.05 | - |
| YUV | 184.67 | 80.78 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 101 | 0.26 | 0 | 0.53 | 0.16 | 89.2 | 0.58 | 0.62 |
| Hex | 9F | D6 | 65 | 1A | 0 | 35 | 10 | 59 | 3A | 3E |
| Octal | 237 | 326 | 145 | 32 | 0 | 65 | 20 | 131 | 72 | 76 |
| Binary | 10011111 | 11010110 | 1100101 | 11010 | 0 | 110101 | 10000 | 1011001 | 111010 | 111110 |
Color Harmonies of #9FD665
Complementary color
Monochromatic Colors of #9FD665
Black with #9FD665
Text Example
Text Example
White with #9FD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD665; }
p { color: rgb(159,214,101); }
H1.HeaderClassName
{
color: #9FD665;
}
.AnyTagClassName
{
color: #9FD665;
}
</style>
background-color css
<style>
a { background-color: #9FD665; }
a { background-color: rgb(159,214,101); }
div.DivClassName
{
background-color: #9FD665;
}
.BgClassName
{
background-color: #9FD665;
}
</style>
border-color css
<style>
span { border-color: #9FD665; }
span { border-color: rgb(159,214,101); }
td.TdClassName
{
border-color: #9FD665;
}
.TagClassName
{
border-color: #9FD665;
}
</style>