Shades of Conifer #9CDC60
Tints of Conifer #9CDC60
RGB
CMYK
RGB Variations
Color information
#9CDC60 (or 0x9CDC60) is known color: Conifer. HEX triplet: 9C, DC and 60. RGB value is (156,220,96). Sum of RGB (Red+Green+Blue) = 156+220+96=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC60 is #63239F. Grayscale: #BBBBBB. Windows color (decimal): -6497184 or 6347932. OLE color: 6347932.
HSL color Cylindrical-coordinate representation of color #9CDC60: hue angle of 90.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CDC60 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 96 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.14 |
| HSL | 90.97º | 0.64% | 0.62% | - |
| HSV(B) | 90.97º | 0.56% | 0.86% | - |
| XYZ | 41.41 | 59.1 | 20.29 | - |
| YUV | 186.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 96 | 0.29 | 0 | 0.56 | 0.14 | 90.97 | 0.64 | 0.62 |
| Hex | 9C | DC | 60 | 1D | 0 | 38 | E | 5B | 40 | 3E |
| Octal | 234 | 334 | 140 | 35 | 0 | 70 | 16 | 133 | 100 | 76 |
| Binary | 10011100 | 11011100 | 1100000 | 11101 | 0 | 111000 | 1110 | 1011011 | 1000000 | 111110 |
Color Harmonies of #9CDC60
Complementary color
Monochromatic Colors of #9CDC60
Black with #9CDC60
Text Example
Text Example
White with #9CDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC60; }
p { color: rgb(156,220,96); }
H1.HeaderClassName
{
color: #9CDC60;
}
.AnyTagClassName
{
color: #9CDC60;
}
</style>
background-color css
<style>
a { background-color: #9CDC60; }
a { background-color: rgb(156,220,96); }
div.DivClassName
{
background-color: #9CDC60;
}
.BgClassName
{
background-color: #9CDC60;
}
</style>
border-color css
<style>
span { border-color: #9CDC60; }
span { border-color: rgb(156,220,96); }
td.TdClassName
{
border-color: #9CDC60;
}
.TagClassName
{
border-color: #9CDC60;
}
</style>