Shades of Conifer #9ECE5E
Tints of Conifer #9ECE5E
RGB
CMYK
RGB Variations
Color information
#9ECE5E (or 0x9ECE5E) is known color: Conifer. HEX triplet: 9E, CE and 5E. RGB value is (158,206,94). Sum of RGB (Red+Green+Blue) = 158+206+94=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE5E is #6131A1. Grayscale: #B3B3B3. Windows color (decimal): -6369698 or 6213278. OLE color: 6213278.
HSL color Cylindrical-coordinate representation of color #9ECE5E: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ECE5E is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 94 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.19 |
| HSL | 85.71º | 0.53% | 0.59% | - |
| HSV(B) | 85.71º | 0.54% | 0.81% | - |
| XYZ | 38.19 | 52.22 | 18.66 | - |
| YUV | 178.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 94 | 0.23 | 0 | 0.54 | 0.19 | 85.71 | 0.53 | 0.59 |
| Hex | 9E | CE | 5E | 17 | 0 | 36 | 13 | 56 | 35 | 3B |
| Octal | 236 | 316 | 136 | 27 | 0 | 66 | 23 | 126 | 65 | 73 |
| Binary | 10011110 | 11001110 | 1011110 | 10111 | 0 | 110110 | 10011 | 1010110 | 110101 | 111011 |
Color Harmonies of #9ECE5E
Complementary color
Monochromatic Colors of #9ECE5E
Black with #9ECE5E
Text Example
Text Example
White with #9ECE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE5E; }
p { color: rgb(158,206,94); }
H1.HeaderClassName
{
color: #9ECE5E;
}
.AnyTagClassName
{
color: #9ECE5E;
}
</style>
background-color css
<style>
a { background-color: #9ECE5E; }
a { background-color: rgb(158,206,94); }
div.DivClassName
{
background-color: #9ECE5E;
}
.BgClassName
{
background-color: #9ECE5E;
}
</style>
border-color css
<style>
span { border-color: #9ECE5E; }
span { border-color: rgb(158,206,94); }
td.TdClassName
{
border-color: #9ECE5E;
}
.TagClassName
{
border-color: #9ECE5E;
}
</style>