Shades of Conifer #9CCE5C
Tints of Conifer #9CCE5C
RGB
CMYK
RGB Variations
Color information
#9CCE5C (or 0x9CCE5C) is known color: Conifer. HEX triplet: 9C, CE and 5C. RGB value is (156,206,92). Sum of RGB (Red+Green+Blue) = 156+206+92=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE5C is #6331A3. Grayscale: #B2B2B2. Windows color (decimal): -6500772 or 6082204. OLE color: 6082204.
HSL color Cylindrical-coordinate representation of color #9CCE5C: hue angle of 86.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CCE5C is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 92 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.19 |
| HSL | 86.32º | 0.54% | 0.58% | - |
| HSV(B) | 86.32º | 0.55% | 0.81% | - |
| XYZ | 37.71 | 51.98 | 18.17 | - |
| YUV | 178.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 92 | 0.24 | 0 | 0.55 | 0.19 | 86.32 | 0.54 | 0.58 |
| Hex | 9C | CE | 5C | 18 | 0 | 37 | 13 | 56 | 36 | 3A |
| Octal | 234 | 316 | 134 | 30 | 0 | 67 | 23 | 126 | 66 | 72 |
| Binary | 10011100 | 11001110 | 1011100 | 11000 | 0 | 110111 | 10011 | 1010110 | 110110 | 111010 |
Color Harmonies of #9CCE5C
Complementary color
Monochromatic Colors of #9CCE5C
Black with #9CCE5C
Text Example
Text Example
White with #9CCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE5C; }
p { color: rgb(156,206,92); }
H1.HeaderClassName
{
color: #9CCE5C;
}
.AnyTagClassName
{
color: #9CCE5C;
}
</style>
background-color css
<style>
a { background-color: #9CCE5C; }
a { background-color: rgb(156,206,92); }
div.DivClassName
{
background-color: #9CCE5C;
}
.BgClassName
{
background-color: #9CCE5C;
}
</style>
border-color css
<style>
span { border-color: #9CCE5C; }
span { border-color: rgb(156,206,92); }
td.TdClassName
{
border-color: #9CCE5C;
}
.TagClassName
{
border-color: #9CCE5C;
}
</style>