Shades of Conifer #9ECE55
Tints of Conifer #9ECE55
RGB
CMYK
RGB Variations
Color information
#9ECE55 (or 0x9ECE55) is known color: Conifer. HEX triplet: 9E, CE and 55. RGB value is (158,206,85). Sum of RGB (Red+Green+Blue) = 158+206+85=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE55 is #6131AA. Grayscale: #B2B2B2. Windows color (decimal): -6369707 or 5623454. OLE color: 5623454.
HSL color Cylindrical-coordinate representation of color #9ECE55: hue angle of 83.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ECE55 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 85 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.19 |
| HSL | 83.8º | 0.55% | 0.57% | - |
| HSV(B) | 83.8º | 0.59% | 0.81% | - |
| XYZ | 37.81 | 52.07 | 16.65 | - |
| YUV | 177.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 85 | 0.23 | 0 | 0.59 | 0.19 | 83.8 | 0.55 | 0.57 |
| Hex | 9E | CE | 55 | 17 | 0 | 3B | 13 | 54 | 37 | 39 |
| Octal | 236 | 316 | 125 | 27 | 0 | 73 | 23 | 124 | 67 | 71 |
| Binary | 10011110 | 11001110 | 1010101 | 10111 | 0 | 111011 | 10011 | 1010100 | 110111 | 111001 |
Color Harmonies of #9ECE55
Complementary color
Monochromatic Colors of #9ECE55
Black with #9ECE55
Text Example
Text Example
White with #9ECE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE55; }
p { color: rgb(158,206,85); }
H1.HeaderClassName
{
color: #9ECE55;
}
.AnyTagClassName
{
color: #9ECE55;
}
</style>
background-color css
<style>
a { background-color: #9ECE55; }
a { background-color: rgb(158,206,85); }
div.DivClassName
{
background-color: #9ECE55;
}
.BgClassName
{
background-color: #9ECE55;
}
</style>
border-color css
<style>
span { border-color: #9ECE55; }
span { border-color: rgb(158,206,85); }
td.TdClassName
{
border-color: #9ECE55;
}
.TagClassName
{
border-color: #9ECE55;
}
</style>