Shades of Conifer #9CD255
Tints of Conifer #9CD255
RGB
CMYK
RGB Variations
Color information
#9CD255 (or 0x9CD255) is known color: Conifer. HEX triplet: 9C, D2 and 55. RGB value is (156,210,85). Sum of RGB (Red+Green+Blue) = 156+210+85=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD255 is #632DAA. Grayscale: #B4B4B4. Windows color (decimal): -6499755 or 5624476. OLE color: 5624476.
HSL color Cylindrical-coordinate representation of color #9CD255: hue angle of 85.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CD255 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 85 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.18 |
| HSL | 85.92º | 0.58% | 0.58% | - |
| HSV(B) | 85.92º | 0.6% | 0.82% | - |
| XYZ | 38.4 | 53.82 | 16.96 | - |
| YUV | 179.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 85 | 0.26 | 0 | 0.60 | 0.18 | 85.92 | 0.58 | 0.58 |
| Hex | 9C | D2 | 55 | 1A | 0 | 3C | 12 | 56 | 3A | 3A |
| Octal | 234 | 322 | 125 | 32 | 0 | 74 | 22 | 126 | 72 | 72 |
| Binary | 10011100 | 11010010 | 1010101 | 11010 | 0 | 111100 | 10010 | 1010110 | 111010 | 111010 |
Color Harmonies of #9CD255
Complementary color
Monochromatic Colors of #9CD255
Black with #9CD255
Text Example
Text Example
White with #9CD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD255; }
p { color: rgb(156,210,85); }
H1.HeaderClassName
{
color: #9CD255;
}
.AnyTagClassName
{
color: #9CD255;
}
</style>
background-color css
<style>
a { background-color: #9CD255; }
a { background-color: rgb(156,210,85); }
div.DivClassName
{
background-color: #9CD255;
}
.BgClassName
{
background-color: #9CD255;
}
</style>
border-color css
<style>
span { border-color: #9CD255; }
span { border-color: rgb(156,210,85); }
td.TdClassName
{
border-color: #9CD255;
}
.TagClassName
{
border-color: #9CD255;
}
</style>