Shades of Conifer #9CDC56
Tints of Conifer #9CDC56
RGB
CMYK
RGB Variations
Color information
#9CDC56 (or 0x9CDC56) is known color: Conifer. HEX triplet: 9C, DC and 56. RGB value is (156,220,86). Sum of RGB (Red+Green+Blue) = 156+220+86=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC56 is #6323A9. Grayscale: #BABABA. Windows color (decimal): -6497194 or 5692572. OLE color: 5692572.
HSL color Cylindrical-coordinate representation of color #9CDC56: hue angle of 88.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CDC56 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 86 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.14 |
| HSL | 88.66º | 0.66% | 0.6% | - |
| HSV(B) | 88.66º | 0.61% | 0.86% | - |
| XYZ | 40.98 | 58.93 | 18.02 | - |
| YUV | 185.59 | 71.8 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 86 | 0.29 | 0 | 0.61 | 0.14 | 88.66 | 0.66 | 0.6 |
| Hex | 9C | DC | 56 | 1D | 0 | 3D | E | 59 | 42 | 3C |
| Octal | 234 | 334 | 126 | 35 | 0 | 75 | 16 | 131 | 102 | 74 |
| Binary | 10011100 | 11011100 | 1010110 | 11101 | 0 | 111101 | 1110 | 1011001 | 1000010 | 111100 |
Color Harmonies of #9CDC56
Complementary color
Monochromatic Colors of #9CDC56
Black with #9CDC56
Text Example
Text Example
White with #9CDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC56; }
p { color: rgb(156,220,86); }
H1.HeaderClassName
{
color: #9CDC56;
}
.AnyTagClassName
{
color: #9CDC56;
}
</style>
background-color css
<style>
a { background-color: #9CDC56; }
a { background-color: rgb(156,220,86); }
div.DivClassName
{
background-color: #9CDC56;
}
.BgClassName
{
background-color: #9CDC56;
}
</style>
border-color css
<style>
span { border-color: #9CDC56; }
span { border-color: rgb(156,220,86); }
td.TdClassName
{
border-color: #9CDC56;
}
.TagClassName
{
border-color: #9CDC56;
}
</style>