Shades of Conifer #9CEC5D
Tints of Conifer #9CEC5D
RGB
CMYK
RGB Variations
Color information
#9CEC5D (or 0x9CEC5D) is known color: Conifer. HEX triplet: 9C, EC and 5D. RGB value is (156,236,93). Sum of RGB (Red+Green+Blue) = 156+236+93=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC5D is #6313A2. Grayscale: #C4C4C4. Windows color (decimal): -6493091 or 6155420. OLE color: 6155420.
HSL color Cylindrical-coordinate representation of color #9CEC5D: hue angle of 93.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CEC5D is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 93 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.07 |
| HSL | 93.57º | 0.79% | 0.65% | - |
| HSV(B) | 93.57º | 0.61% | 0.93% | - |
| XYZ | 45.68 | 67.85 | 21.04 | - |
| YUV | 195.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 93 | 0.34 | 0 | 0.61 | 0.07 | 93.57 | 0.79 | 0.65 |
| Hex | 9C | EC | 5D | 22 | 0 | 3D | 7 | 5E | 4F | 41 |
| Octal | 234 | 354 | 135 | 42 | 0 | 75 | 7 | 136 | 117 | 101 |
| Binary | 10011100 | 11101100 | 1011101 | 100010 | 0 | 111101 | 111 | 1011110 | 1001111 | 1000001 |
Color Harmonies of #9CEC5D
Complementary color
Monochromatic Colors of #9CEC5D
Black with #9CEC5D
Text Example
Text Example
White with #9CEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC5D; }
p { color: rgb(156,236,93); }
H1.HeaderClassName
{
color: #9CEC5D;
}
.AnyTagClassName
{
color: #9CEC5D;
}
</style>
background-color css
<style>
a { background-color: #9CEC5D; }
a { background-color: rgb(156,236,93); }
div.DivClassName
{
background-color: #9CEC5D;
}
.BgClassName
{
background-color: #9CEC5D;
}
</style>
border-color css
<style>
span { border-color: #9CEC5D; }
span { border-color: rgb(156,236,93); }
td.TdClassName
{
border-color: #9CEC5D;
}
.TagClassName
{
border-color: #9CEC5D;
}
</style>