Shades of Conifer #9ECF5C
Tints of Conifer #9ECF5C
RGB
CMYK
RGB Variations
Color information
#9ECF5C (or 0x9ECF5C) is known color: Conifer. HEX triplet: 9E, CF and 5C. RGB value is (158,207,92). Sum of RGB (Red+Green+Blue) = 158+207+92=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF5C is #6130A3. Grayscale: #B3B3B3. Windows color (decimal): -6369444 or 6082462. OLE color: 6082462.
HSL color Cylindrical-coordinate representation of color #9ECF5C: hue angle of 85.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ECF5C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 92 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.19 |
| HSL | 85.57º | 0.55% | 0.59% | - |
| HSV(B) | 85.57º | 0.56% | 0.81% | - |
| XYZ | 38.35 | 52.67 | 18.27 | - |
| YUV | 179.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 92 | 0.24 | 0 | 0.56 | 0.19 | 85.57 | 0.55 | 0.59 |
| Hex | 9E | CF | 5C | 18 | 0 | 38 | 13 | 56 | 37 | 3B |
| Octal | 236 | 317 | 134 | 30 | 0 | 70 | 23 | 126 | 67 | 73 |
| Binary | 10011110 | 11001111 | 1011100 | 11000 | 0 | 111000 | 10011 | 1010110 | 110111 | 111011 |
Color Harmonies of #9ECF5C
Complementary color
Monochromatic Colors of #9ECF5C
Black with #9ECF5C
Text Example
Text Example
White with #9ECF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF5C; }
p { color: rgb(158,207,92); }
H1.HeaderClassName
{
color: #9ECF5C;
}
.AnyTagClassName
{
color: #9ECF5C;
}
</style>
background-color css
<style>
a { background-color: #9ECF5C; }
a { background-color: rgb(158,207,92); }
div.DivClassName
{
background-color: #9ECF5C;
}
.BgClassName
{
background-color: #9ECF5C;
}
</style>
border-color css
<style>
span { border-color: #9ECF5C; }
span { border-color: rgb(158,207,92); }
td.TdClassName
{
border-color: #9ECF5C;
}
.TagClassName
{
border-color: #9ECF5C;
}
</style>