Shades of Conifer #9EEC60
Tints of Conifer #9EEC60
RGB
CMYK
RGB Variations
Color information
#9EEC60 (or 0x9EEC60) is known color: Conifer. HEX triplet: 9E, EC and 60. RGB value is (158,236,96). Sum of RGB (Red+Green+Blue) = 158+236+96=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEC60 is #61139F. Grayscale: #C5C5C5. Windows color (decimal): -6362016 or 6352030. OLE color: 6352030.
HSL color Cylindrical-coordinate representation of color #9EEC60: hue angle of 93.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EEC60 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 96 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.07 |
| HSL | 93.43º | 0.79% | 0.65% | - |
| HSV(B) | 93.43º | 0.59% | 0.93% | - |
| XYZ | 46.21 | 68.1 | 21.78 | - |
| YUV | 196.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 96 | 0.33 | 0 | 0.59 | 0.07 | 93.43 | 0.79 | 0.65 |
| Hex | 9E | EC | 60 | 21 | 0 | 3B | 7 | 5D | 4F | 41 |
| Octal | 236 | 354 | 140 | 41 | 0 | 73 | 7 | 135 | 117 | 101 |
| Binary | 10011110 | 11101100 | 1100000 | 100001 | 0 | 111011 | 111 | 1011101 | 1001111 | 1000001 |
Color Harmonies of #9EEC60
Complementary color
Monochromatic Colors of #9EEC60
Black with #9EEC60
Text Example
Text Example
White with #9EEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEC60; }
p { color: rgb(158,236,96); }
H1.HeaderClassName
{
color: #9EEC60;
}
.AnyTagClassName
{
color: #9EEC60;
}
</style>
background-color css
<style>
a { background-color: #9EEC60; }
a { background-color: rgb(158,236,96); }
div.DivClassName
{
background-color: #9EEC60;
}
.BgClassName
{
background-color: #9EEC60;
}
</style>
border-color css
<style>
span { border-color: #9EEC60; }
span { border-color: rgb(158,236,96); }
td.TdClassName
{
border-color: #9EEC60;
}
.TagClassName
{
border-color: #9EEC60;
}
</style>