Shades of Conifer #9FEC49
Tints of Conifer #9FEC49
RGB
CMYK
RGB Variations
Color information
#9FEC49 (or 0x9FEC49) is known color: Conifer. HEX triplet: 9F, EC and 49. RGB value is (159,236,73). Sum of RGB (Red+Green+Blue) = 159+236+73=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FEC49 is #6013B6. Grayscale: #C2C2C2. Windows color (decimal): -6296503 or 4844703. OLE color: 4844703.
HSL color Cylindrical-coordinate representation of color #9FEC49: hue angle of 88.34º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FEC49 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 73 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.07 |
| HSL | 88.34º | 0.81% | 0.61% | - |
| HSV(B) | 88.34º | 0.69% | 0.93% | - |
| XYZ | 45.5 | 67.84 | 17 | - |
| YUV | 194.4 | 59.49 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 73 | 0.33 | 0 | 0.69 | 0.07 | 88.34 | 0.81 | 0.61 |
| Hex | 9F | EC | 49 | 21 | 0 | 45 | 7 | 58 | 51 | 3D |
| Octal | 237 | 354 | 111 | 41 | 0 | 105 | 7 | 130 | 121 | 75 |
| Binary | 10011111 | 11101100 | 1001001 | 100001 | 0 | 1000101 | 111 | 1011000 | 1010001 | 111101 |
Color Harmonies of #9FEC49
Complementary color
Monochromatic Colors of #9FEC49
Black with #9FEC49
Text Example
Text Example
White with #9FEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEC49; }
p { color: rgb(159,236,73); }
H1.HeaderClassName
{
color: #9FEC49;
}
.AnyTagClassName
{
color: #9FEC49;
}
</style>
background-color css
<style>
a { background-color: #9FEC49; }
a { background-color: rgb(159,236,73); }
div.DivClassName
{
background-color: #9FEC49;
}
.BgClassName
{
background-color: #9FEC49;
}
</style>
border-color css
<style>
span { border-color: #9FEC49; }
span { border-color: rgb(159,236,73); }
td.TdClassName
{
border-color: #9FEC49;
}
.TagClassName
{
border-color: #9FEC49;
}
</style>