Shades of Conifer #9FEC52
Tints of Conifer #9FEC52
RGB
CMYK
RGB Variations
Color information
#9FEC52 (or 0x9FEC52) is known color: Conifer. HEX triplet: 9F, EC and 52. RGB value is (159,236,82). Sum of RGB (Red+Green+Blue) = 159+236+82=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEC52 is #6013AD. Grayscale: #C3C3C3. Windows color (decimal): -6296494 or 5434527. OLE color: 5434527.
HSL color Cylindrical-coordinate representation of color #9FEC52: hue angle of 90º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FEC52 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 82 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.07 |
| HSL | 90º | 0.8% | 0.62% | - |
| HSV(B) | 90º | 0.65% | 0.93% | - |
| XYZ | 45.82 | 67.97 | 18.69 | - |
| YUV | 195.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 82 | 0.33 | 0 | 0.65 | 0.07 | 90 | 0.8 | 0.62 |
| Hex | 9F | EC | 52 | 21 | 0 | 41 | 7 | 5A | 50 | 3E |
| Octal | 237 | 354 | 122 | 41 | 0 | 101 | 7 | 132 | 120 | 76 |
| Binary | 10011111 | 11101100 | 1010010 | 100001 | 0 | 1000001 | 111 | 1011010 | 1010000 | 111110 |
Color Harmonies of #9FEC52
Complementary color
Monochromatic Colors of #9FEC52
Black with #9FEC52
Text Example
Text Example
White with #9FEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC52; }
p { color: rgb(159,236,82); }
H1.HeaderClassName
{
color: #9FEC52;
}
.AnyTagClassName
{
color: #9FEC52;
}
</style>
background-color css
<style>
a { background-color: #9FEC52; }
a { background-color: rgb(159,236,82); }
div.DivClassName
{
background-color: #9FEC52;
}
.BgClassName
{
background-color: #9FEC52;
}
</style>
border-color css
<style>
span { border-color: #9FEC52; }
span { border-color: rgb(159,236,82); }
td.TdClassName
{
border-color: #9FEC52;
}
.TagClassName
{
border-color: #9FEC52;
}
</style>