Shades of Conifer #9CF564
Tints of Conifer #9CF564
RGB
CMYK
RGB Variations
Color information
#9CF564 (or 0x9CF564) is known color: Conifer. HEX triplet: 9C, F5 and 64. RGB value is (156,245,100). Sum of RGB (Red+Green+Blue) = 156+245+100=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF564 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF564 is #630A9B. Grayscale: #CACACA. Windows color (decimal): -6490780 or 6616476. OLE color: 6616476.
HSL color Cylindrical-coordinate representation of color #9CF564: hue angle of 96.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CF564 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 245 | 100 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.04 |
| HSL | 96.83º | 0.88% | 0.68% | - |
| HSV(B) | 96.83º | 0.59% | 0.96% | - |
| XYZ | 48.66 | 73.29 | 23.64 | - |
| YUV | 201.86 | 70.51 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 245 | 100 | 0.36 | 0 | 0.59 | 0.04 | 96.83 | 0.88 | 0.68 |
| Hex | 9C | F5 | 64 | 24 | 0 | 3B | 4 | 61 | 58 | 44 |
| Octal | 234 | 365 | 144 | 44 | 0 | 73 | 4 | 141 | 130 | 104 |
| Binary | 10011100 | 11110101 | 1100100 | 100100 | 0 | 111011 | 100 | 1100001 | 1011000 | 1000100 |
Color Harmonies of #9CF564
Complementary color
Monochromatic Colors of #9CF564
Black with #9CF564
Text Example
Text Example
White with #9CF564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF564; }
p { color: rgb(156,245,100); }
H1.HeaderClassName
{
color: #9CF564;
}
.AnyTagClassName
{
color: #9CF564;
}
</style>
background-color css
<style>
a { background-color: #9CF564; }
a { background-color: rgb(156,245,100); }
div.DivClassName
{
background-color: #9CF564;
}
.BgClassName
{
background-color: #9CF564;
}
</style>
border-color css
<style>
span { border-color: #9CF564; }
span { border-color: rgb(156,245,100); }
td.TdClassName
{
border-color: #9CF564;
}
.TagClassName
{
border-color: #9CF564;
}
</style>