Shades of Conifer #9ECE5B
Tints of Conifer #9ECE5B
RGB
CMYK
RGB Variations
Color information
#9ECE5B (or 0x9ECE5B) is known color: Conifer. HEX triplet: 9E, CE and 5B. RGB value is (158,206,91). Sum of RGB (Red+Green+Blue) = 158+206+91=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE5B is #6131A4. Grayscale: #B2B2B2. Windows color (decimal): -6369701 or 6016670. OLE color: 6016670.
HSL color Cylindrical-coordinate representation of color #9ECE5B: hue angle of 85.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ECE5B is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 91 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.19 |
| HSL | 85.04º | 0.54% | 0.58% | - |
| HSV(B) | 85.04º | 0.56% | 0.81% | - |
| XYZ | 38.06 | 52.17 | 17.96 | - |
| YUV | 178.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 91 | 0.23 | 0 | 0.56 | 0.19 | 85.04 | 0.54 | 0.58 |
| Hex | 9E | CE | 5B | 17 | 0 | 38 | 13 | 55 | 36 | 3A |
| Octal | 236 | 316 | 133 | 27 | 0 | 70 | 23 | 125 | 66 | 72 |
| Binary | 10011110 | 11001110 | 1011011 | 10111 | 0 | 111000 | 10011 | 1010101 | 110110 | 111010 |
Color Harmonies of #9ECE5B
Complementary color
Monochromatic Colors of #9ECE5B
Black with #9ECE5B
Text Example
Text Example
White with #9ECE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE5B; }
p { color: rgb(158,206,91); }
H1.HeaderClassName
{
color: #9ECE5B;
}
.AnyTagClassName
{
color: #9ECE5B;
}
</style>
background-color css
<style>
a { background-color: #9ECE5B; }
a { background-color: rgb(158,206,91); }
div.DivClassName
{
background-color: #9ECE5B;
}
.BgClassName
{
background-color: #9ECE5B;
}
</style>
border-color css
<style>
span { border-color: #9ECE5B; }
span { border-color: rgb(158,206,91); }
td.TdClassName
{
border-color: #9ECE5B;
}
.TagClassName
{
border-color: #9ECE5B;
}
</style>