Shades of Conifer #9CDA64
Tints of Conifer #9CDA64
RGB
CMYK
RGB Variations
Color information
#9CDA64 (or 0x9CDA64) is known color: Conifer. HEX triplet: 9C, DA and 64. RGB value is (156,218,100). Sum of RGB (Red+Green+Blue) = 156+218+100=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA64 is #63259B. Grayscale: #BABABA. Windows color (decimal): -6497692 or 6609564. OLE color: 6609564.
HSL color Cylindrical-coordinate representation of color #9CDA64: hue angle of 91.53º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CDA64 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 100 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.15 |
| HSL | 91.53º | 0.61% | 0.62% | - |
| HSV(B) | 91.53º | 0.54% | 0.85% | - |
| XYZ | 41.08 | 58.13 | 21.11 | - |
| YUV | 186.01 | 79.46 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 100 | 0.28 | 0 | 0.54 | 0.15 | 91.53 | 0.61 | 0.62 |
| Hex | 9C | DA | 64 | 1C | 0 | 36 | F | 5C | 3D | 3E |
| Octal | 234 | 332 | 144 | 34 | 0 | 66 | 17 | 134 | 75 | 76 |
| Binary | 10011100 | 11011010 | 1100100 | 11100 | 0 | 110110 | 1111 | 1011100 | 111101 | 111110 |
Color Harmonies of #9CDA64
Complementary color
Monochromatic Colors of #9CDA64
Black with #9CDA64
Text Example
Text Example
White with #9CDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA64; }
p { color: rgb(156,218,100); }
H1.HeaderClassName
{
color: #9CDA64;
}
.AnyTagClassName
{
color: #9CDA64;
}
</style>
background-color css
<style>
a { background-color: #9CDA64; }
a { background-color: rgb(156,218,100); }
div.DivClassName
{
background-color: #9CDA64;
}
.BgClassName
{
background-color: #9CDA64;
}
</style>
border-color css
<style>
span { border-color: #9CDA64; }
span { border-color: rgb(156,218,100); }
td.TdClassName
{
border-color: #9CDA64;
}
.TagClassName
{
border-color: #9CDA64;
}
</style>