Shades of Conifer #9CDA5B
Tints of Conifer #9CDA5B
RGB
CMYK
RGB Variations
Color information
#9CDA5B (or 0x9CDA5B) is known color: Conifer. HEX triplet: 9C, DA and 5B. RGB value is (156,218,91). Sum of RGB (Red+Green+Blue) = 156+218+91=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA5B is #6325A4. Grayscale: #B9B9B9. Windows color (decimal): -6497701 or 6019740. OLE color: 6019740.
HSL color Cylindrical-coordinate representation of color #9CDA5B: hue angle of 89.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CDA5B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 91 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.15 |
| HSL | 89.29º | 0.63% | 0.61% | - |
| HSV(B) | 89.29º | 0.58% | 0.85% | - |
| XYZ | 40.67 | 57.97 | 18.94 | - |
| YUV | 184.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 91 | 0.28 | 0 | 0.58 | 0.15 | 89.29 | 0.63 | 0.61 |
| Hex | 9C | DA | 5B | 1C | 0 | 3A | F | 59 | 3F | 3D |
| Octal | 234 | 332 | 133 | 34 | 0 | 72 | 17 | 131 | 77 | 75 |
| Binary | 10011100 | 11011010 | 1011011 | 11100 | 0 | 111010 | 1111 | 1011001 | 111111 | 111101 |
Color Harmonies of #9CDA5B
Complementary color
Monochromatic Colors of #9CDA5B
Black with #9CDA5B
Text Example
Text Example
White with #9CDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA5B; }
p { color: rgb(156,218,91); }
H1.HeaderClassName
{
color: #9CDA5B;
}
.AnyTagClassName
{
color: #9CDA5B;
}
</style>
background-color css
<style>
a { background-color: #9CDA5B; }
a { background-color: rgb(156,218,91); }
div.DivClassName
{
background-color: #9CDA5B;
}
.BgClassName
{
background-color: #9CDA5B;
}
</style>
border-color css
<style>
span { border-color: #9CDA5B; }
span { border-color: rgb(156,218,91); }
td.TdClassName
{
border-color: #9CDA5B;
}
.TagClassName
{
border-color: #9CDA5B;
}
</style>