Shades of Conifer #9CCD5A
Tints of Conifer #9CCD5A
RGB
CMYK
RGB Variations
Color information
#9CCD5A (or 0x9CCD5A) is known color: Conifer. HEX triplet: 9C, CD and 5A. RGB value is (156,205,90). Sum of RGB (Red+Green+Blue) = 156+205+90=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD5A is #6332A5. Grayscale: #B1B1B1. Windows color (decimal): -6501030 or 5950876. OLE color: 5950876.
HSL color Cylindrical-coordinate representation of color #9CCD5A: hue angle of 85.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CCD5A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 90 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.20 |
| HSL | 85.57º | 0.53% | 0.58% | - |
| HSV(B) | 85.57º | 0.56% | 0.8% | - |
| XYZ | 37.39 | 51.47 | 17.64 | - |
| YUV | 177.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 90 | 0.24 | 0 | 0.56 | 0.20 | 85.57 | 0.53 | 0.58 |
| Hex | 9C | CD | 5A | 18 | 0 | 38 | 14 | 56 | 35 | 3A |
| Octal | 234 | 315 | 132 | 30 | 0 | 70 | 24 | 126 | 65 | 72 |
| Binary | 10011100 | 11001101 | 1011010 | 11000 | 0 | 111000 | 10100 | 1010110 | 110101 | 111010 |
Color Harmonies of #9CCD5A
Complementary color
Monochromatic Colors of #9CCD5A
Black with #9CCD5A
Text Example
Text Example
White with #9CCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD5A; }
p { color: rgb(156,205,90); }
H1.HeaderClassName
{
color: #9CCD5A;
}
.AnyTagClassName
{
color: #9CCD5A;
}
</style>
background-color css
<style>
a { background-color: #9CCD5A; }
a { background-color: rgb(156,205,90); }
div.DivClassName
{
background-color: #9CCD5A;
}
.BgClassName
{
background-color: #9CCD5A;
}
</style>
border-color css
<style>
span { border-color: #9CCD5A; }
span { border-color: rgb(156,205,90); }
td.TdClassName
{
border-color: #9CCD5A;
}
.TagClassName
{
border-color: #9CCD5A;
}
</style>