Shades of Conifer #9CEC50
Tints of Conifer #9CEC50
RGB
CMYK
RGB Variations
Color information
#9CEC50 (or 0x9CEC50) is known color: Conifer. HEX triplet: 9C, EC and 50. RGB value is (156,236,80). Sum of RGB (Red+Green+Blue) = 156+236+80=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC50 is #6313AF. Grayscale: #C2C2C2. Windows color (decimal): -6493104 or 5303452. OLE color: 5303452.
HSL color Cylindrical-coordinate representation of color #9CEC50: hue angle of 90.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CEC50 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 80 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.07 |
| HSL | 90.77º | 0.8% | 0.62% | - |
| HSV(B) | 90.77º | 0.66% | 0.93% | - |
| XYZ | 45.15 | 67.64 | 18.27 | - |
| YUV | 194.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 80 | 0.34 | 0 | 0.66 | 0.07 | 90.77 | 0.8 | 0.62 |
| Hex | 9C | EC | 50 | 22 | 0 | 42 | 7 | 5B | 50 | 3E |
| Octal | 234 | 354 | 120 | 42 | 0 | 102 | 7 | 133 | 120 | 76 |
| Binary | 10011100 | 11101100 | 1010000 | 100010 | 0 | 1000010 | 111 | 1011011 | 1010000 | 111110 |
Color Harmonies of #9CEC50
Complementary color
Monochromatic Colors of #9CEC50
Black with #9CEC50
Text Example
Text Example
White with #9CEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC50; }
p { color: rgb(156,236,80); }
H1.HeaderClassName
{
color: #9CEC50;
}
.AnyTagClassName
{
color: #9CEC50;
}
</style>
background-color css
<style>
a { background-color: #9CEC50; }
a { background-color: rgb(156,236,80); }
div.DivClassName
{
background-color: #9CEC50;
}
.BgClassName
{
background-color: #9CEC50;
}
</style>
border-color css
<style>
span { border-color: #9CEC50; }
span { border-color: rgb(156,236,80); }
td.TdClassName
{
border-color: #9CEC50;
}
.TagClassName
{
border-color: #9CEC50;
}
</style>