Shades of Conifer #9FE049
Tints of Conifer #9FE049
RGB
CMYK
RGB Variations
Color information
#9FE049 (or 0x9FE049) is known color: Conifer. HEX triplet: 9F, E0 and 49. RGB value is (159,224,73). Sum of RGB (Red+Green+Blue) = 159+224+73=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE049 is #601FB6. Grayscale: #BBBBBB. Windows color (decimal): -6299575 or 4841631. OLE color: 4841631.
HSL color Cylindrical-coordinate representation of color #9FE049: hue angle of 85.83º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FE049 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 73 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.12 |
| HSL | 85.83º | 0.71% | 0.58% | - |
| HSV(B) | 85.83º | 0.67% | 0.88% | - |
| XYZ | 42.16 | 61.16 | 15.89 | - |
| YUV | 187.35 | 63.47 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 73 | 0.29 | 0 | 0.67 | 0.12 | 85.83 | 0.71 | 0.58 |
| Hex | 9F | E0 | 49 | 1D | 0 | 43 | C | 56 | 47 | 3A |
| Octal | 237 | 340 | 111 | 35 | 0 | 103 | 14 | 126 | 107 | 72 |
| Binary | 10011111 | 11100000 | 1001001 | 11101 | 0 | 1000011 | 1100 | 1010110 | 1000111 | 111010 |
Color Harmonies of #9FE049
Complementary color
Monochromatic Colors of #9FE049
Black with #9FE049
Text Example
Text Example
White with #9FE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE049; }
p { color: rgb(159,224,73); }
H1.HeaderClassName
{
color: #9FE049;
}
.AnyTagClassName
{
color: #9FE049;
}
</style>
background-color css
<style>
a { background-color: #9FE049; }
a { background-color: rgb(159,224,73); }
div.DivClassName
{
background-color: #9FE049;
}
.BgClassName
{
background-color: #9FE049;
}
</style>
border-color css
<style>
span { border-color: #9FE049; }
span { border-color: rgb(159,224,73); }
td.TdClassName
{
border-color: #9FE049;
}
.TagClassName
{
border-color: #9FE049;
}
</style>