Shades of Conifer #9CDA5D
Tints of Conifer #9CDA5D
RGB
CMYK
RGB Variations
Color information
#9CDA5D (or 0x9CDA5D) is known color: Conifer. HEX triplet: 9C, DA and 5D. RGB value is (156,218,93). Sum of RGB (Red+Green+Blue) = 156+218+93=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA5D is #6325A2. Grayscale: #B9B9B9. Windows color (decimal): -6497699 or 6150812. OLE color: 6150812.
HSL color Cylindrical-coordinate representation of color #9CDA5D: hue angle of 89.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CDA5D is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 93 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.15 |
| HSL | 89.76º | 0.63% | 0.61% | - |
| HSV(B) | 89.76º | 0.57% | 0.85% | - |
| XYZ | 40.76 | 58 | 19.4 | - |
| YUV | 185.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 93 | 0.28 | 0 | 0.57 | 0.15 | 89.76 | 0.63 | 0.61 |
| Hex | 9C | DA | 5D | 1C | 0 | 39 | F | 5A | 3F | 3D |
| Octal | 234 | 332 | 135 | 34 | 0 | 71 | 17 | 132 | 77 | 75 |
| Binary | 10011100 | 11011010 | 1011101 | 11100 | 0 | 111001 | 1111 | 1011010 | 111111 | 111101 |
Color Harmonies of #9CDA5D
Complementary color
Monochromatic Colors of #9CDA5D
Black with #9CDA5D
Text Example
Text Example
White with #9CDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA5D; }
p { color: rgb(156,218,93); }
H1.HeaderClassName
{
color: #9CDA5D;
}
.AnyTagClassName
{
color: #9CDA5D;
}
</style>
background-color css
<style>
a { background-color: #9CDA5D; }
a { background-color: rgb(156,218,93); }
div.DivClassName
{
background-color: #9CDA5D;
}
.BgClassName
{
background-color: #9CDA5D;
}
</style>
border-color css
<style>
span { border-color: #9CDA5D; }
span { border-color: rgb(156,218,93); }
td.TdClassName
{
border-color: #9CDA5D;
}
.TagClassName
{
border-color: #9CDA5D;
}
</style>