Shades of Conifer #9CD863
Tints of Conifer #9CD863
RGB
CMYK
RGB Variations
Color information
#9CD863 (or 0x9CD863) is known color: Conifer. HEX triplet: 9C, D8 and 63. RGB value is (156,216,99). Sum of RGB (Red+Green+Blue) = 156+216+99=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #9CD863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD863 is #63279C. Grayscale: #B9B9B9. Windows color (decimal): -6498205 or 6543516. OLE color: 6543516.
HSL color Cylindrical-coordinate representation of color #9CD863: hue angle of 90.77º degrees, saturation: 0.6, 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 #9CD863 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 216 | 99 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.15 |
| HSL | 90.77º | 0.6% | 0.62% | - |
| HSV(B) | 90.77º | 0.54% | 0.85% | - |
| XYZ | 40.52 | 57.08 | 20.69 | - |
| YUV | 184.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 216 | 99 | 0.28 | 0 | 0.54 | 0.15 | 90.77 | 0.6 | 0.62 |
| Hex | 9C | D8 | 63 | 1C | 0 | 36 | F | 5B | 3C | 3E |
| Octal | 234 | 330 | 143 | 34 | 0 | 66 | 17 | 133 | 74 | 76 |
| Binary | 10011100 | 11011000 | 1100011 | 11100 | 0 | 110110 | 1111 | 1011011 | 111100 | 111110 |
Color Harmonies of #9CD863
Complementary color
Monochromatic Colors of #9CD863
Black with #9CD863
Text Example
Text Example
White with #9CD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD863; }
p { color: rgb(156,216,99); }
H1.HeaderClassName
{
color: #9CD863;
}
.AnyTagClassName
{
color: #9CD863;
}
</style>
background-color css
<style>
a { background-color: #9CD863; }
a { background-color: rgb(156,216,99); }
div.DivClassName
{
background-color: #9CD863;
}
.BgClassName
{
background-color: #9CD863;
}
</style>
border-color css
<style>
span { border-color: #9CD863; }
span { border-color: rgb(156,216,99); }
td.TdClassName
{
border-color: #9CD863;
}
.TagClassName
{
border-color: #9CD863;
}
</style>