Shades of Conifer #9FEA49
Tints of Conifer #9FEA49
RGB
CMYK
RGB Variations
Color information
#9FEA49 (or 0x9FEA49) is known color: Conifer. HEX triplet: 9F, EA and 49. RGB value is (159,234,73). Sum of RGB (Red+Green+Blue) = 159+234+73=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FEA49 is #6015B6. Grayscale: #C1C1C1. Windows color (decimal): -6297015 or 4844191. OLE color: 4844191.
HSL color Cylindrical-coordinate representation of color #9FEA49: hue angle of 87.95º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FEA49 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 73 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.08 |
| HSL | 87.95º | 0.79% | 0.6% | - |
| HSV(B) | 87.95º | 0.69% | 0.92% | - |
| XYZ | 44.92 | 66.7 | 16.81 | - |
| YUV | 193.22 | 60.15 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 73 | 0.32 | 0 | 0.69 | 0.08 | 87.95 | 0.79 | 0.6 |
| Hex | 9F | EA | 49 | 20 | 0 | 45 | 8 | 58 | 4F | 3C |
| Octal | 237 | 352 | 111 | 40 | 0 | 105 | 10 | 130 | 117 | 74 |
| Binary | 10011111 | 11101010 | 1001001 | 100000 | 0 | 1000101 | 1000 | 1011000 | 1001111 | 111100 |
Color Harmonies of #9FEA49
Complementary color
Monochromatic Colors of #9FEA49
Black with #9FEA49
Text Example
Text Example
White with #9FEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA49; }
p { color: rgb(159,234,73); }
H1.HeaderClassName
{
color: #9FEA49;
}
.AnyTagClassName
{
color: #9FEA49;
}
</style>
background-color css
<style>
a { background-color: #9FEA49; }
a { background-color: rgb(159,234,73); }
div.DivClassName
{
background-color: #9FEA49;
}
.BgClassName
{
background-color: #9FEA49;
}
</style>
border-color css
<style>
span { border-color: #9FEA49; }
span { border-color: rgb(159,234,73); }
td.TdClassName
{
border-color: #9FEA49;
}
.TagClassName
{
border-color: #9FEA49;
}
</style>