Shades of Conifer #9ECB5B
Tints of Conifer #9ECB5B
RGB
CMYK
RGB Variations
Color information
#9ECB5B (or 0x9ECB5B) is known color: Conifer. HEX triplet: 9E, CB and 5B. RGB value is (158,203,91). Sum of RGB (Red+Green+Blue) = 158+203+91=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB5B is #6134A4. Grayscale: #B1B1B1. Windows color (decimal): -6370469 or 6015902. OLE color: 6015902.
HSL color Cylindrical-coordinate representation of color #9ECB5B: hue angle of 84.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ECB5B is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 91 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.20 |
| HSL | 84.11º | 0.52% | 0.58% | - |
| HSV(B) | 84.11º | 0.55% | 0.8% | - |
| XYZ | 37.34 | 50.74 | 17.72 | - |
| YUV | 176.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 91 | 0.22 | 0 | 0.55 | 0.20 | 84.11 | 0.52 | 0.58 |
| Hex | 9E | CB | 5B | 16 | 0 | 37 | 14 | 54 | 34 | 3A |
| Octal | 236 | 313 | 133 | 26 | 0 | 67 | 24 | 124 | 64 | 72 |
| Binary | 10011110 | 11001011 | 1011011 | 10110 | 0 | 110111 | 10100 | 1010100 | 110100 | 111010 |
Color Harmonies of #9ECB5B
Complementary color
Monochromatic Colors of #9ECB5B
Black with #9ECB5B
Text Example
Text Example
White with #9ECB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB5B; }
p { color: rgb(158,203,91); }
H1.HeaderClassName
{
color: #9ECB5B;
}
.AnyTagClassName
{
color: #9ECB5B;
}
</style>
background-color css
<style>
a { background-color: #9ECB5B; }
a { background-color: rgb(158,203,91); }
div.DivClassName
{
background-color: #9ECB5B;
}
.BgClassName
{
background-color: #9ECB5B;
}
</style>
border-color css
<style>
span { border-color: #9ECB5B; }
span { border-color: rgb(158,203,91); }
td.TdClassName
{
border-color: #9ECB5B;
}
.TagClassName
{
border-color: #9ECB5B;
}
</style>