Shades of Conifer #9EE150
Tints of Conifer #9EE150
RGB
CMYK
RGB Variations
Color information
#9EE150 (or 0x9EE150) is known color: Conifer. HEX triplet: 9E, E1 and 50. RGB value is (158,225,80). Sum of RGB (Red+Green+Blue) = 158+225+80=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE150 is #611EAF. Grayscale: #BCBCBC. Windows color (decimal): -6364848 or 5300638. OLE color: 5300638.
HSL color Cylindrical-coordinate representation of color #9EE150: hue angle of 87.72º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EE150 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 80 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.12 |
| HSL | 87.72º | 0.71% | 0.6% | - |
| HSV(B) | 87.72º | 0.64% | 0.88% | - |
| XYZ | 42.47 | 61.7 | 17.26 | - |
| YUV | 188.44 | 66.8 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 80 | 0.30 | 0 | 0.64 | 0.12 | 87.72 | 0.71 | 0.6 |
| Hex | 9E | E1 | 50 | 1E | 0 | 40 | C | 58 | 47 | 3C |
| Octal | 236 | 341 | 120 | 36 | 0 | 100 | 14 | 130 | 107 | 74 |
| Binary | 10011110 | 11100001 | 1010000 | 11110 | 0 | 1000000 | 1100 | 1011000 | 1000111 | 111100 |
Color Harmonies of #9EE150
Complementary color
Monochromatic Colors of #9EE150
Black with #9EE150
Text Example
Text Example
White with #9EE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE150; }
p { color: rgb(158,225,80); }
H1.HeaderClassName
{
color: #9EE150;
}
.AnyTagClassName
{
color: #9EE150;
}
</style>
background-color css
<style>
a { background-color: #9EE150; }
a { background-color: rgb(158,225,80); }
div.DivClassName
{
background-color: #9EE150;
}
.BgClassName
{
background-color: #9EE150;
}
</style>
border-color css
<style>
span { border-color: #9EE150; }
span { border-color: rgb(158,225,80); }
td.TdClassName
{
border-color: #9EE150;
}
.TagClassName
{
border-color: #9EE150;
}
</style>