Shades of Conifer #9EE949
Tints of Conifer #9EE949
RGB
CMYK
RGB Variations
Color information
#9EE949 (or 0x9EE949) is known color: Conifer. HEX triplet: 9E, E9 and 49. RGB value is (158,233,73). Sum of RGB (Red+Green+Blue) = 158+233+73=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE949 is #6116B6. Grayscale: #C0C0C0. Windows color (decimal): -6362807 or 4843934. OLE color: 4843934.
HSL color Cylindrical-coordinate representation of color #9EE949: hue angle of 88.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EE949 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 73 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.09 |
| HSL | 88.13º | 0.78% | 0.6% | - |
| HSV(B) | 88.13º | 0.69% | 0.91% | - |
| XYZ | 44.44 | 66.03 | 16.71 | - |
| YUV | 192.34 | 60.65 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 73 | 0.32 | 0 | 0.69 | 0.09 | 88.13 | 0.78 | 0.6 |
| Hex | 9E | E9 | 49 | 20 | 0 | 45 | 9 | 58 | 4E | 3C |
| Octal | 236 | 351 | 111 | 40 | 0 | 105 | 11 | 130 | 116 | 74 |
| Binary | 10011110 | 11101001 | 1001001 | 100000 | 0 | 1000101 | 1001 | 1011000 | 1001110 | 111100 |
Color Harmonies of #9EE949
Complementary color
Monochromatic Colors of #9EE949
Black with #9EE949
Text Example
Text Example
White with #9EE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE949; }
p { color: rgb(158,233,73); }
H1.HeaderClassName
{
color: #9EE949;
}
.AnyTagClassName
{
color: #9EE949;
}
</style>
background-color css
<style>
a { background-color: #9EE949; }
a { background-color: rgb(158,233,73); }
div.DivClassName
{
background-color: #9EE949;
}
.BgClassName
{
background-color: #9EE949;
}
</style>
border-color css
<style>
span { border-color: #9EE949; }
span { border-color: rgb(158,233,73); }
td.TdClassName
{
border-color: #9EE949;
}
.TagClassName
{
border-color: #9EE949;
}
</style>