Shades of Conifer #9FEC65
Tints of Conifer #9FEC65
RGB
CMYK
RGB Variations
Color information
#9FEC65 (or 0x9FEC65) is known color: Conifer. HEX triplet: 9F, EC and 65. RGB value is (159,236,101). Sum of RGB (Red+Green+Blue) = 159+236+101=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC65 is #60139A. Grayscale: #C6C6C6. Windows color (decimal): -6296475 or 6679711. OLE color: 6679711.
HSL color Cylindrical-coordinate representation of color #9FEC65: hue angle of 94.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FEC65 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 101 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.07 |
| HSL | 94.22º | 0.78% | 0.66% | - |
| HSV(B) | 94.22º | 0.57% | 0.93% | - |
| XYZ | 46.64 | 68.3 | 23.04 | - |
| YUV | 197.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 101 | 0.33 | 0 | 0.57 | 0.07 | 94.22 | 0.78 | 0.66 |
| Hex | 9F | EC | 65 | 21 | 0 | 39 | 7 | 5E | 4E | 42 |
| Octal | 237 | 354 | 145 | 41 | 0 | 71 | 7 | 136 | 116 | 102 |
| Binary | 10011111 | 11101100 | 1100101 | 100001 | 0 | 111001 | 111 | 1011110 | 1001110 | 1000010 |
Color Harmonies of #9FEC65
Complementary color
Monochromatic Colors of #9FEC65
Black with #9FEC65
Text Example
Text Example
White with #9FEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC65; }
p { color: rgb(159,236,101); }
H1.HeaderClassName
{
color: #9FEC65;
}
.AnyTagClassName
{
color: #9FEC65;
}
</style>
background-color css
<style>
a { background-color: #9FEC65; }
a { background-color: rgb(159,236,101); }
div.DivClassName
{
background-color: #9FEC65;
}
.BgClassName
{
background-color: #9FEC65;
}
</style>
border-color css
<style>
span { border-color: #9FEC65; }
span { border-color: rgb(159,236,101); }
td.TdClassName
{
border-color: #9FEC65;
}
.TagClassName
{
border-color: #9FEC65;
}
</style>