Shades of Conifer #9EDA5E
Tints of Conifer #9EDA5E
RGB
CMYK
RGB Variations
Color information
#9EDA5E (or 0x9EDA5E) is known color: Conifer. HEX triplet: 9E, DA and 5E. RGB value is (158,218,94). Sum of RGB (Red+Green+Blue) = 158+218+94=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA5E is #6125A1. Grayscale: #BABABA. Windows color (decimal): -6366626 or 6216350. OLE color: 6216350.
HSL color Cylindrical-coordinate representation of color #9EDA5E: hue angle of 89.03º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EDA5E is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 94 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.15 |
| HSL | 89.03º | 0.63% | 0.61% | - |
| HSV(B) | 89.03º | 0.57% | 0.85% | - |
| XYZ | 41.19 | 58.22 | 19.66 | - |
| YUV | 185.92 | 76.12 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 94 | 0.28 | 0 | 0.57 | 0.15 | 89.03 | 0.63 | 0.61 |
| Hex | 9E | DA | 5E | 1C | 0 | 39 | F | 59 | 3F | 3D |
| Octal | 236 | 332 | 136 | 34 | 0 | 71 | 17 | 131 | 77 | 75 |
| Binary | 10011110 | 11011010 | 1011110 | 11100 | 0 | 111001 | 1111 | 1011001 | 111111 | 111101 |
Color Harmonies of #9EDA5E
Complementary color
Monochromatic Colors of #9EDA5E
Black with #9EDA5E
Text Example
Text Example
White with #9EDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA5E; }
p { color: rgb(158,218,94); }
H1.HeaderClassName
{
color: #9EDA5E;
}
.AnyTagClassName
{
color: #9EDA5E;
}
</style>
background-color css
<style>
a { background-color: #9EDA5E; }
a { background-color: rgb(158,218,94); }
div.DivClassName
{
background-color: #9EDA5E;
}
.BgClassName
{
background-color: #9EDA5E;
}
</style>
border-color css
<style>
span { border-color: #9EDA5E; }
span { border-color: rgb(158,218,94); }
td.TdClassName
{
border-color: #9EDA5E;
}
.TagClassName
{
border-color: #9EDA5E;
}
</style>