Shades of Conifer #9CDA65
Tints of Conifer #9CDA65
RGB
CMYK
RGB Variations
Color information
#9CDA65 (or 0x9CDA65) is known color: Conifer. HEX triplet: 9C, DA and 65. RGB value is (156,218,101). Sum of RGB (Red+Green+Blue) = 156+218+101=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA65 is #63259A. Grayscale: #BABABA. Windows color (decimal): -6497691 or 6675100. OLE color: 6675100.
HSL color Cylindrical-coordinate representation of color #9CDA65: hue angle of 91.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CDA65 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 101 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.15 |
| HSL | 91.79º | 0.61% | 0.63% | - |
| HSV(B) | 91.79º | 0.54% | 0.85% | - |
| XYZ | 41.13 | 58.15 | 21.37 | - |
| YUV | 186.12 | 79.96 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 101 | 0.28 | 0 | 0.54 | 0.15 | 91.79 | 0.61 | 0.63 |
| Hex | 9C | DA | 65 | 1C | 0 | 36 | F | 5C | 3D | 3F |
| Octal | 234 | 332 | 145 | 34 | 0 | 66 | 17 | 134 | 75 | 77 |
| Binary | 10011100 | 11011010 | 1100101 | 11100 | 0 | 110110 | 1111 | 1011100 | 111101 | 111111 |
Color Harmonies of #9CDA65
Complementary color
Monochromatic Colors of #9CDA65
Black with #9CDA65
Text Example
Text Example
White with #9CDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA65; }
p { color: rgb(156,218,101); }
H1.HeaderClassName
{
color: #9CDA65;
}
.AnyTagClassName
{
color: #9CDA65;
}
</style>
background-color css
<style>
a { background-color: #9CDA65; }
a { background-color: rgb(156,218,101); }
div.DivClassName
{
background-color: #9CDA65;
}
.BgClassName
{
background-color: #9CDA65;
}
</style>
border-color css
<style>
span { border-color: #9CDA65; }
span { border-color: rgb(156,218,101); }
td.TdClassName
{
border-color: #9CDA65;
}
.TagClassName
{
border-color: #9CDA65;
}
</style>