Shades of Conifer #9CDC61
Tints of Conifer #9CDC61
RGB
CMYK
RGB Variations
Color information
#9CDC61 (or 0x9CDC61) is known color: Conifer. HEX triplet: 9C, DC and 61. RGB value is (156,220,97). Sum of RGB (Red+Green+Blue) = 156+220+97=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC61 is #63239E. Grayscale: #BBBBBB. Windows color (decimal): -6497183 or 6413468. OLE color: 6413468.
HSL color Cylindrical-coordinate representation of color #9CDC61: hue angle of 91.22º 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 #9CDC61 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 97 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.14 |
| HSL | 91.22º | 0.64% | 0.62% | - |
| HSV(B) | 91.22º | 0.56% | 0.86% | - |
| XYZ | 41.46 | 59.12 | 20.53 | - |
| YUV | 186.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 97 | 0.29 | 0 | 0.56 | 0.14 | 91.22 | 0.64 | 0.62 |
| Hex | 9C | DC | 61 | 1D | 0 | 38 | E | 5B | 40 | 3E |
| Octal | 234 | 334 | 141 | 35 | 0 | 70 | 16 | 133 | 100 | 76 |
| Binary | 10011100 | 11011100 | 1100001 | 11101 | 0 | 111000 | 1110 | 1011011 | 1000000 | 111110 |
Color Harmonies of #9CDC61
Complementary color
Monochromatic Colors of #9CDC61
Black with #9CDC61
Text Example
Text Example
White with #9CDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC61; }
p { color: rgb(156,220,97); }
H1.HeaderClassName
{
color: #9CDC61;
}
.AnyTagClassName
{
color: #9CDC61;
}
</style>
background-color css
<style>
a { background-color: #9CDC61; }
a { background-color: rgb(156,220,97); }
div.DivClassName
{
background-color: #9CDC61;
}
.BgClassName
{
background-color: #9CDC61;
}
</style>
border-color css
<style>
span { border-color: #9CDC61; }
span { border-color: rgb(156,220,97); }
td.TdClassName
{
border-color: #9CDC61;
}
.TagClassName
{
border-color: #9CDC61;
}
</style>