Shades of Conifer #9CEC64
Tints of Conifer #9CEC64
RGB
CMYK
RGB Variations
Color information
#9CEC64 (or 0x9CEC64) is known color: Conifer. HEX triplet: 9C, EC and 64. RGB value is (156,236,100). Sum of RGB (Red+Green+Blue) = 156+236+100=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #9CEC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEC64 is #63139B. Grayscale: #C5C5C5. Windows color (decimal): -6493084 or 6614172. OLE color: 6614172.
HSL color Cylindrical-coordinate representation of color #9CEC64: hue angle of 95.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CEC64 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 100 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.07 |
| HSL | 95.29º | 0.78% | 0.66% | - |
| HSV(B) | 95.29º | 0.58% | 0.93% | - |
| XYZ | 46.01 | 67.98 | 22.75 | - |
| YUV | 196.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 100 | 0.34 | 0 | 0.58 | 0.07 | 95.29 | 0.78 | 0.66 |
| Hex | 9C | EC | 64 | 22 | 0 | 3A | 7 | 5F | 4E | 42 |
| Octal | 234 | 354 | 144 | 42 | 0 | 72 | 7 | 137 | 116 | 102 |
| Binary | 10011100 | 11101100 | 1100100 | 100010 | 0 | 111010 | 111 | 1011111 | 1001110 | 1000010 |
Color Harmonies of #9CEC64
Complementary color
Monochromatic Colors of #9CEC64
Black with #9CEC64
Text Example
Text Example
White with #9CEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEC64; }
p { color: rgb(156,236,100); }
H1.HeaderClassName
{
color: #9CEC64;
}
.AnyTagClassName
{
color: #9CEC64;
}
</style>
background-color css
<style>
a { background-color: #9CEC64; }
a { background-color: rgb(156,236,100); }
div.DivClassName
{
background-color: #9CEC64;
}
.BgClassName
{
background-color: #9CEC64;
}
</style>
border-color css
<style>
span { border-color: #9CEC64; }
span { border-color: rgb(156,236,100); }
td.TdClassName
{
border-color: #9CEC64;
}
.TagClassName
{
border-color: #9CEC64;
}
</style>