Shades of Conifer #9CDB60
Tints of Conifer #9CDB60
RGB
CMYK
RGB Variations
Color information
#9CDB60 (or 0x9CDB60) is known color: Conifer. HEX triplet: 9C, DB and 60. RGB value is (156,219,96). Sum of RGB (Red+Green+Blue) = 156+219+96=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB60 is #63249F. Grayscale: #BABABA. Windows color (decimal): -6497440 or 6347676. OLE color: 6347676.
HSL color Cylindrical-coordinate representation of color #9CDB60: hue angle of 90.73º degrees, saturation: 0.63, 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 #9CDB60 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 96 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.14 |
| HSL | 90.73º | 0.63% | 0.62% | - |
| HSV(B) | 90.73º | 0.56% | 0.86% | - |
| XYZ | 41.15 | 58.58 | 20.2 | - |
| YUV | 186.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 96 | 0.29 | 0 | 0.56 | 0.14 | 90.73 | 0.63 | 0.62 |
| Hex | 9C | DB | 60 | 1D | 0 | 38 | E | 5B | 3F | 3E |
| Octal | 234 | 333 | 140 | 35 | 0 | 70 | 16 | 133 | 77 | 76 |
| Binary | 10011100 | 11011011 | 1100000 | 11101 | 0 | 111000 | 1110 | 1011011 | 111111 | 111110 |
Color Harmonies of #9CDB60
Complementary color
Monochromatic Colors of #9CDB60
Black with #9CDB60
Text Example
Text Example
White with #9CDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB60; }
p { color: rgb(156,219,96); }
H1.HeaderClassName
{
color: #9CDB60;
}
.AnyTagClassName
{
color: #9CDB60;
}
</style>
background-color css
<style>
a { background-color: #9CDB60; }
a { background-color: rgb(156,219,96); }
div.DivClassName
{
background-color: #9CDB60;
}
.BgClassName
{
background-color: #9CDB60;
}
</style>
border-color css
<style>
span { border-color: #9CDB60; }
span { border-color: rgb(156,219,96); }
td.TdClassName
{
border-color: #9CDB60;
}
.TagClassName
{
border-color: #9CDB60;
}
</style>