Shades of Conifer #9CEC60
Tints of Conifer #9CEC60
RGB
CMYK
RGB Variations
Color information
#9CEC60 (or 0x9CEC60) is known color: Conifer. HEX triplet: 9C, EC and 60. RGB value is (156,236,96). Sum of RGB (Red+Green+Blue) = 156+236+96=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC60 is #63139F. Grayscale: #C4C4C4. Windows color (decimal): -6493088 or 6352028. OLE color: 6352028.
HSL color Cylindrical-coordinate representation of color #9CEC60: hue angle of 94.29º 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 #9CEC60 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 96 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.07 |
| HSL | 94.29º | 0.79% | 0.65% | - |
| HSV(B) | 94.29º | 0.59% | 0.93% | - |
| XYZ | 45.82 | 67.9 | 21.76 | - |
| YUV | 196.12 | 71.5 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 96 | 0.34 | 0 | 0.59 | 0.07 | 94.29 | 0.79 | 0.65 |
| Hex | 9C | EC | 60 | 22 | 0 | 3B | 7 | 5E | 4F | 41 |
| Octal | 234 | 354 | 140 | 42 | 0 | 73 | 7 | 136 | 117 | 101 |
| Binary | 10011100 | 11101100 | 1100000 | 100010 | 0 | 111011 | 111 | 1011110 | 1001111 | 1000001 |
Color Harmonies of #9CEC60
Complementary color
Monochromatic Colors of #9CEC60
Black with #9CEC60
Text Example
Text Example
White with #9CEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC60; }
p { color: rgb(156,236,96); }
H1.HeaderClassName
{
color: #9CEC60;
}
.AnyTagClassName
{
color: #9CEC60;
}
</style>
background-color css
<style>
a { background-color: #9CEC60; }
a { background-color: rgb(156,236,96); }
div.DivClassName
{
background-color: #9CEC60;
}
.BgClassName
{
background-color: #9CEC60;
}
</style>
border-color css
<style>
span { border-color: #9CEC60; }
span { border-color: rgb(156,236,96); }
td.TdClassName
{
border-color: #9CEC60;
}
.TagClassName
{
border-color: #9CEC60;
}
</style>