Shades of Conifer #9FEC62
Tints of Conifer #9FEC62
RGB
CMYK
RGB Variations
Color information
#9FEC62 (or 0x9FEC62) is known color: Conifer. HEX triplet: 9F, EC and 62. RGB value is (159,236,98). Sum of RGB (Red+Green+Blue) = 159+236+98=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC62 is #60139D. Grayscale: #C5C5C5. Windows color (decimal): -6296478 or 6483103. OLE color: 6483103.
HSL color Cylindrical-coordinate representation of color #9FEC62: hue angle of 93.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FEC62 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 98 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.07 |
| HSL | 93.48º | 0.78% | 0.65% | - |
| HSV(B) | 93.48º | 0.58% | 0.93% | - |
| XYZ | 46.5 | 68.24 | 22.28 | - |
| YUV | 197.25 | 71.99 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 98 | 0.33 | 0 | 0.58 | 0.07 | 93.48 | 0.78 | 0.65 |
| Hex | 9F | EC | 62 | 21 | 0 | 3A | 7 | 5D | 4E | 41 |
| Octal | 237 | 354 | 142 | 41 | 0 | 72 | 7 | 135 | 116 | 101 |
| Binary | 10011111 | 11101100 | 1100010 | 100001 | 0 | 111010 | 111 | 1011101 | 1001110 | 1000001 |
Color Harmonies of #9FEC62
Complementary color
Monochromatic Colors of #9FEC62
Black with #9FEC62
Text Example
Text Example
White with #9FEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC62; }
p { color: rgb(159,236,98); }
H1.HeaderClassName
{
color: #9FEC62;
}
.AnyTagClassName
{
color: #9FEC62;
}
</style>
background-color css
<style>
a { background-color: #9FEC62; }
a { background-color: rgb(159,236,98); }
div.DivClassName
{
background-color: #9FEC62;
}
.BgClassName
{
background-color: #9FEC62;
}
</style>
border-color css
<style>
span { border-color: #9FEC62; }
span { border-color: rgb(159,236,98); }
td.TdClassName
{
border-color: #9FEC62;
}
.TagClassName
{
border-color: #9FEC62;
}
</style>