Shades of Conifer #9CE564
Tints of Conifer #9CE564
RGB
CMYK
RGB Variations
Color information
#9CE564 (or 0x9CE564) is known color: Conifer. HEX triplet: 9C, E5 and 64. RGB value is (156,229,100). Sum of RGB (Red+Green+Blue) = 156+229+100=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE564 is #631A9B. Grayscale: #C0C0C0. Windows color (decimal): -6494876 or 6612380. OLE color: 6612380.
HSL color Cylindrical-coordinate representation of color #9CE564: hue angle of 93.95º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CE564 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 229 | 100 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.10 |
| HSL | 93.95º | 0.71% | 0.65% | - |
| HSV(B) | 93.95º | 0.56% | 0.9% | - |
| XYZ | 44.03 | 64.03 | 22.09 | - |
| YUV | 192.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 229 | 100 | 0.32 | 0 | 0.56 | 0.10 | 93.95 | 0.71 | 0.65 |
| Hex | 9C | E5 | 64 | 20 | 0 | 38 | A | 5E | 47 | 41 |
| Octal | 234 | 345 | 144 | 40 | 0 | 70 | 12 | 136 | 107 | 101 |
| Binary | 10011100 | 11100101 | 1100100 | 100000 | 0 | 111000 | 1010 | 1011110 | 1000111 | 1000001 |
Color Harmonies of #9CE564
Complementary color
Monochromatic Colors of #9CE564
Black with #9CE564
Text Example
Text Example
White with #9CE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE564; }
p { color: rgb(156,229,100); }
H1.HeaderClassName
{
color: #9CE564;
}
.AnyTagClassName
{
color: #9CE564;
}
</style>
background-color css
<style>
a { background-color: #9CE564; }
a { background-color: rgb(156,229,100); }
div.DivClassName
{
background-color: #9CE564;
}
.BgClassName
{
background-color: #9CE564;
}
</style>
border-color css
<style>
span { border-color: #9CE564; }
span { border-color: rgb(156,229,100); }
td.TdClassName
{
border-color: #9CE564;
}
.TagClassName
{
border-color: #9CE564;
}
</style>