Shades of Conifer #9ECE5D
Tints of Conifer #9ECE5D
RGB
CMYK
RGB Variations
Color information
#9ECE5D (or 0x9ECE5D) is known color: Conifer. HEX triplet: 9E, CE and 5D. RGB value is (158,206,93). Sum of RGB (Red+Green+Blue) = 158+206+93=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE5D is #6131A2. Grayscale: #B3B3B3. Windows color (decimal): -6369699 or 6147742. OLE color: 6147742.
HSL color Cylindrical-coordinate representation of color #9ECE5D: hue angle of 85.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ECE5D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 93 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.19 |
| HSL | 85.49º | 0.54% | 0.59% | - |
| HSV(B) | 85.49º | 0.55% | 0.81% | - |
| XYZ | 38.15 | 52.2 | 18.42 | - |
| YUV | 178.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 93 | 0.23 | 0 | 0.55 | 0.19 | 85.49 | 0.54 | 0.59 |
| Hex | 9E | CE | 5D | 17 | 0 | 37 | 13 | 55 | 36 | 3B |
| Octal | 236 | 316 | 135 | 27 | 0 | 67 | 23 | 125 | 66 | 73 |
| Binary | 10011110 | 11001110 | 1011101 | 10111 | 0 | 110111 | 10011 | 1010101 | 110110 | 111011 |
Color Harmonies of #9ECE5D
Complementary color
Monochromatic Colors of #9ECE5D
Black with #9ECE5D
Text Example
Text Example
White with #9ECE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE5D; }
p { color: rgb(158,206,93); }
H1.HeaderClassName
{
color: #9ECE5D;
}
.AnyTagClassName
{
color: #9ECE5D;
}
</style>
background-color css
<style>
a { background-color: #9ECE5D; }
a { background-color: rgb(158,206,93); }
div.DivClassName
{
background-color: #9ECE5D;
}
.BgClassName
{
background-color: #9ECE5D;
}
</style>
border-color css
<style>
span { border-color: #9ECE5D; }
span { border-color: rgb(158,206,93); }
td.TdClassName
{
border-color: #9ECE5D;
}
.TagClassName
{
border-color: #9ECE5D;
}
</style>