Shades of Conifer #9EE94D
Tints of Conifer #9EE94D
RGB
CMYK
RGB Variations
Color information
#9EE94D (or 0x9EE94D) is known color: Conifer. HEX triplet: 9E, E9 and 4D. RGB value is (158,233,77). Sum of RGB (Red+Green+Blue) = 158+233+77=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE94D is #6116B2. Grayscale: #C1C1C1. Windows color (decimal): -6362803 or 5106078. OLE color: 5106078.
HSL color Cylindrical-coordinate representation of color #9EE94D: hue angle of 88.85º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EE94D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 77 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.09 |
| HSL | 88.85º | 0.78% | 0.61% | - |
| HSV(B) | 88.85º | 0.67% | 0.91% | - |
| XYZ | 44.58 | 66.08 | 17.43 | - |
| YUV | 192.79 | 62.65 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 77 | 0.32 | 0 | 0.67 | 0.09 | 88.85 | 0.78 | 0.61 |
| Hex | 9E | E9 | 4D | 20 | 0 | 43 | 9 | 59 | 4E | 3D |
| Octal | 236 | 351 | 115 | 40 | 0 | 103 | 11 | 131 | 116 | 75 |
| Binary | 10011110 | 11101001 | 1001101 | 100000 | 0 | 1000011 | 1001 | 1011001 | 1001110 | 111101 |
Color Harmonies of #9EE94D
Complementary color
Monochromatic Colors of #9EE94D
Black with #9EE94D
Text Example
Text Example
White with #9EE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE94D; }
p { color: rgb(158,233,77); }
H1.HeaderClassName
{
color: #9EE94D;
}
.AnyTagClassName
{
color: #9EE94D;
}
</style>
background-color css
<style>
a { background-color: #9EE94D; }
a { background-color: rgb(158,233,77); }
div.DivClassName
{
background-color: #9EE94D;
}
.BgClassName
{
background-color: #9EE94D;
}
</style>
border-color css
<style>
span { border-color: #9EE94D; }
span { border-color: rgb(158,233,77); }
td.TdClassName
{
border-color: #9EE94D;
}
.TagClassName
{
border-color: #9EE94D;
}
</style>