Shades of Conifer #9FEC46
Tints of Conifer #9FEC46
RGB
CMYK
RGB Variations
Color information
#9FEC46 (or 0x9FEC46) is known color: Conifer. HEX triplet: 9F, EC and 46. RGB value is (159,236,70). Sum of RGB (Red+Green+Blue) = 159+236+70=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FEC46 is #6013B9. Grayscale: #C2C2C2. Windows color (decimal): -6296506 or 4648095. OLE color: 4648095.
HSL color Cylindrical-coordinate representation of color #9FEC46: hue angle of 87.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FEC46 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 70 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.07 |
| HSL | 87.83º | 0.81% | 0.6% | - |
| HSV(B) | 87.83º | 0.7% | 0.93% | - |
| XYZ | 45.4 | 67.8 | 16.49 | - |
| YUV | 194.05 | 57.99 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 70 | 0.33 | 0 | 0.70 | 0.07 | 87.83 | 0.81 | 0.6 |
| Hex | 9F | EC | 46 | 21 | 0 | 46 | 7 | 58 | 51 | 3C |
| Octal | 237 | 354 | 106 | 41 | 0 | 106 | 7 | 130 | 121 | 74 |
| Binary | 10011111 | 11101100 | 1000110 | 100001 | 0 | 1000110 | 111 | 1011000 | 1010001 | 111100 |
Color Harmonies of #9FEC46
Complementary color
Monochromatic Colors of #9FEC46
Black with #9FEC46
Text Example
Text Example
White with #9FEC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC46; }
p { color: rgb(159,236,70); }
H1.HeaderClassName
{
color: #9FEC46;
}
.AnyTagClassName
{
color: #9FEC46;
}
</style>
background-color css
<style>
a { background-color: #9FEC46; }
a { background-color: rgb(159,236,70); }
div.DivClassName
{
background-color: #9FEC46;
}
.BgClassName
{
background-color: #9FEC46;
}
</style>
border-color css
<style>
span { border-color: #9FEC46; }
span { border-color: rgb(159,236,70); }
td.TdClassName
{
border-color: #9FEC46;
}
.TagClassName
{
border-color: #9FEC46;
}
</style>