Shades of Conifer #9ECC5D
Tints of Conifer #9ECC5D
RGB
CMYK
RGB Variations
Color information
#9ECC5D (or 0x9ECC5D) is known color: Conifer. HEX triplet: 9E, CC and 5D. RGB value is (158,204,93). Sum of RGB (Red+Green+Blue) = 158+204+93=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC5D is #6133A2. Grayscale: #B1B1B1. Windows color (decimal): -6370211 or 6147230. OLE color: 6147230.
HSL color Cylindrical-coordinate representation of color #9ECC5D: hue angle of 84.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ECC5D is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 93 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.2 |
| HSL | 84.86º | 0.52% | 0.58% | - |
| HSV(B) | 84.86º | 0.54% | 0.8% | - |
| XYZ | 37.67 | 51.25 | 18.26 | - |
| YUV | 177.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 93 | 0.23 | 0 | 0.54 | 0.2 | 84.86 | 0.52 | 0.58 |
| Hex | 9E | CC | 5D | 17 | 0 | 36 | 14 | 55 | 34 | 3A |
| Octal | 236 | 314 | 135 | 27 | 0 | 66 | 24 | 125 | 64 | 72 |
| Binary | 10011110 | 11001100 | 1011101 | 10111 | 0 | 110110 | 10100 | 1010101 | 110100 | 111010 |
Color Harmonies of #9ECC5D
Complementary color
Monochromatic Colors of #9ECC5D
Black with #9ECC5D
Text Example
Text Example
White with #9ECC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC5D; }
p { color: rgb(158,204,93); }
H1.HeaderClassName
{
color: #9ECC5D;
}
.AnyTagClassName
{
color: #9ECC5D;
}
</style>
background-color css
<style>
a { background-color: #9ECC5D; }
a { background-color: rgb(158,204,93); }
div.DivClassName
{
background-color: #9ECC5D;
}
.BgClassName
{
background-color: #9ECC5D;
}
</style>
border-color css
<style>
span { border-color: #9ECC5D; }
span { border-color: rgb(158,204,93); }
td.TdClassName
{
border-color: #9ECC5D;
}
.TagClassName
{
border-color: #9ECC5D;
}
</style>