Shades of Conifer #9FEC58
Tints of Conifer #9FEC58
RGB
CMYK
RGB Variations
Color information
#9FEC58 (or 0x9FEC58) is known color: Conifer. HEX triplet: 9F, EC and 58. RGB value is (159,236,88). Sum of RGB (Red+Green+Blue) = 159+236+88=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC58 is #6013A7. Grayscale: #C4C4C4. Windows color (decimal): -6296488 or 5827743. OLE color: 5827743.
HSL color Cylindrical-coordinate representation of color #9FEC58: hue angle of 91.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FEC58 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 88 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.07 |
| HSL | 91.22º | 0.8% | 0.64% | - |
| HSV(B) | 91.22º | 0.63% | 0.93% | - |
| XYZ | 46.05 | 68.07 | 19.94 | - |
| YUV | 196.11 | 66.99 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 88 | 0.33 | 0 | 0.63 | 0.07 | 91.22 | 0.8 | 0.64 |
| Hex | 9F | EC | 58 | 21 | 0 | 3F | 7 | 5B | 50 | 40 |
| Octal | 237 | 354 | 130 | 41 | 0 | 77 | 7 | 133 | 120 | 100 |
| Binary | 10011111 | 11101100 | 1011000 | 100001 | 0 | 111111 | 111 | 1011011 | 1010000 | 1000000 |
Color Harmonies of #9FEC58
Complementary color
Monochromatic Colors of #9FEC58
Black with #9FEC58
Text Example
Text Example
White with #9FEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC58; }
p { color: rgb(159,236,88); }
H1.HeaderClassName
{
color: #9FEC58;
}
.AnyTagClassName
{
color: #9FEC58;
}
</style>
background-color css
<style>
a { background-color: #9FEC58; }
a { background-color: rgb(159,236,88); }
div.DivClassName
{
background-color: #9FEC58;
}
.BgClassName
{
background-color: #9FEC58;
}
</style>
border-color css
<style>
span { border-color: #9FEC58; }
span { border-color: rgb(159,236,88); }
td.TdClassName
{
border-color: #9FEC58;
}
.TagClassName
{
border-color: #9FEC58;
}
</style>