Shades of Conifer #9ECE5C
Tints of Conifer #9ECE5C
RGB
CMYK
RGB Variations
Color information
#9ECE5C (or 0x9ECE5C) is known color: Conifer. HEX triplet: 9E, CE and 5C. RGB value is (158,206,92). Sum of RGB (Red+Green+Blue) = 158+206+92=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE5C is #6131A3. Grayscale: #B3B3B3. Windows color (decimal): -6369700 or 6082206. OLE color: 6082206.
HSL color Cylindrical-coordinate representation of color #9ECE5C: hue angle of 85.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ECE5C is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 92 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.19 |
| HSL | 85.26º | 0.54% | 0.58% | - |
| HSV(B) | 85.26º | 0.55% | 0.81% | - |
| XYZ | 38.1 | 52.18 | 18.19 | - |
| YUV | 178.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 92 | 0.23 | 0 | 0.55 | 0.19 | 85.26 | 0.54 | 0.58 |
| Hex | 9E | CE | 5C | 17 | 0 | 37 | 13 | 55 | 36 | 3A |
| Octal | 236 | 316 | 134 | 27 | 0 | 67 | 23 | 125 | 66 | 72 |
| Binary | 10011110 | 11001110 | 1011100 | 10111 | 0 | 110111 | 10011 | 1010101 | 110110 | 111010 |
Color Harmonies of #9ECE5C
Complementary color
Monochromatic Colors of #9ECE5C
Black with #9ECE5C
Text Example
Text Example
White with #9ECE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE5C; }
p { color: rgb(158,206,92); }
H1.HeaderClassName
{
color: #9ECE5C;
}
.AnyTagClassName
{
color: #9ECE5C;
}
</style>
background-color css
<style>
a { background-color: #9ECE5C; }
a { background-color: rgb(158,206,92); }
div.DivClassName
{
background-color: #9ECE5C;
}
.BgClassName
{
background-color: #9ECE5C;
}
</style>
border-color css
<style>
span { border-color: #9ECE5C; }
span { border-color: rgb(158,206,92); }
td.TdClassName
{
border-color: #9ECE5C;
}
.TagClassName
{
border-color: #9ECE5C;
}
</style>