Shades of Conifer #9ECB5C
Tints of Conifer #9ECB5C
RGB
CMYK
RGB Variations
Color information
#9ECB5C (or 0x9ECB5C) is known color: Conifer. HEX triplet: 9E, CB and 5C. RGB value is (158,203,92). Sum of RGB (Red+Green+Blue) = 158+203+92=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB5C is #6134A3. Grayscale: #B1B1B1. Windows color (decimal): -6370468 or 6081438. OLE color: 6081438.
HSL color Cylindrical-coordinate representation of color #9ECB5C: hue angle of 84.32º 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 #9ECB5C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 92 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.20 |
| HSL | 84.32º | 0.52% | 0.58% | - |
| HSV(B) | 84.32º | 0.55% | 0.8% | - |
| XYZ | 37.39 | 50.75 | 17.95 | - |
| YUV | 176.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 92 | 0.22 | 0 | 0.55 | 0.20 | 84.32 | 0.52 | 0.58 |
| Hex | 9E | CB | 5C | 16 | 0 | 37 | 14 | 54 | 34 | 3A |
| Octal | 236 | 313 | 134 | 26 | 0 | 67 | 24 | 124 | 64 | 72 |
| Binary | 10011110 | 11001011 | 1011100 | 10110 | 0 | 110111 | 10100 | 1010100 | 110100 | 111010 |
Color Harmonies of #9ECB5C
Complementary color
Monochromatic Colors of #9ECB5C
Black with #9ECB5C
Text Example
Text Example
White with #9ECB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB5C; }
p { color: rgb(158,203,92); }
H1.HeaderClassName
{
color: #9ECB5C;
}
.AnyTagClassName
{
color: #9ECB5C;
}
</style>
background-color css
<style>
a { background-color: #9ECB5C; }
a { background-color: rgb(158,203,92); }
div.DivClassName
{
background-color: #9ECB5C;
}
.BgClassName
{
background-color: #9ECB5C;
}
</style>
border-color css
<style>
span { border-color: #9ECB5C; }
span { border-color: rgb(158,203,92); }
td.TdClassName
{
border-color: #9ECB5C;
}
.TagClassName
{
border-color: #9ECB5C;
}
</style>