Shades of Conifer #9CDF60
Tints of Conifer #9CDF60
RGB
CMYK
RGB Variations
Color information
#9CDF60 (or 0x9CDF60) is known color: Conifer. HEX triplet: 9C, DF and 60. RGB value is (156,223,96). Sum of RGB (Red+Green+Blue) = 156+223+96=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF60 is #63209F. Grayscale: #BCBCBC. Windows color (decimal): -6496416 or 6348700. OLE color: 6348700.
HSL color Cylindrical-coordinate representation of color #9CDF60: hue angle of 91.65º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CDF60 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 96 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.13 |
| HSL | 91.65º | 0.66% | 0.63% | - |
| HSV(B) | 91.65º | 0.57% | 0.87% | - |
| XYZ | 42.21 | 60.69 | 20.56 | - |
| YUV | 188.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 96 | 0.30 | 0 | 0.57 | 0.13 | 91.65 | 0.66 | 0.63 |
| Hex | 9C | DF | 60 | 1E | 0 | 39 | D | 5C | 42 | 3F |
| Octal | 234 | 337 | 140 | 36 | 0 | 71 | 15 | 134 | 102 | 77 |
| Binary | 10011100 | 11011111 | 1100000 | 11110 | 0 | 111001 | 1101 | 1011100 | 1000010 | 111111 |
Color Harmonies of #9CDF60
Complementary color
Monochromatic Colors of #9CDF60
Black with #9CDF60
Text Example
Text Example
White with #9CDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF60; }
p { color: rgb(156,223,96); }
H1.HeaderClassName
{
color: #9CDF60;
}
.AnyTagClassName
{
color: #9CDF60;
}
</style>
background-color css
<style>
a { background-color: #9CDF60; }
a { background-color: rgb(156,223,96); }
div.DivClassName
{
background-color: #9CDF60;
}
.BgClassName
{
background-color: #9CDF60;
}
</style>
border-color css
<style>
span { border-color: #9CDF60; }
span { border-color: rgb(156,223,96); }
td.TdClassName
{
border-color: #9CDF60;
}
.TagClassName
{
border-color: #9CDF60;
}
</style>