Shades of Conifer #9CEC62
Tints of Conifer #9CEC62
RGB
CMYK
RGB Variations
Color information
#9CEC62 (or 0x9CEC62) is known color: Conifer. HEX triplet: 9C, EC and 62. RGB value is (156,236,98). Sum of RGB (Red+Green+Blue) = 156+236+98=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC62 is #63139D. Grayscale: #C4C4C4. Windows color (decimal): -6493086 or 6483100. OLE color: 6483100.
HSL color Cylindrical-coordinate representation of color #9CEC62: hue angle of 94.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CEC62 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 98 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.07 |
| HSL | 94.78º | 0.78% | 0.65% | - |
| HSV(B) | 94.78º | 0.58% | 0.93% | - |
| XYZ | 45.91 | 67.94 | 22.25 | - |
| YUV | 196.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 98 | 0.34 | 0 | 0.58 | 0.07 | 94.78 | 0.78 | 0.65 |
| Hex | 9C | EC | 62 | 22 | 0 | 3A | 7 | 5F | 4E | 41 |
| Octal | 234 | 354 | 142 | 42 | 0 | 72 | 7 | 137 | 116 | 101 |
| Binary | 10011100 | 11101100 | 1100010 | 100010 | 0 | 111010 | 111 | 1011111 | 1001110 | 1000001 |
Color Harmonies of #9CEC62
Complementary color
Monochromatic Colors of #9CEC62
Black with #9CEC62
Text Example
Text Example
White with #9CEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC62; }
p { color: rgb(156,236,98); }
H1.HeaderClassName
{
color: #9CEC62;
}
.AnyTagClassName
{
color: #9CEC62;
}
</style>
background-color css
<style>
a { background-color: #9CEC62; }
a { background-color: rgb(156,236,98); }
div.DivClassName
{
background-color: #9CEC62;
}
.BgClassName
{
background-color: #9CEC62;
}
</style>
border-color css
<style>
span { border-color: #9CEC62; }
span { border-color: rgb(156,236,98); }
td.TdClassName
{
border-color: #9CEC62;
}
.TagClassName
{
border-color: #9CEC62;
}
</style>