Shades of Conifer #9CE155
Tints of Conifer #9CE155
RGB
CMYK
RGB Variations
Color information
#9CE155 (or 0x9CE155) is known color: Conifer. HEX triplet: 9C, E1 and 55. RGB value is (156,225,85). Sum of RGB (Red+Green+Blue) = 156+225+85=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE155 is #631EAA. Grayscale: #BCBCBC. Windows color (decimal): -6495915 or 5628316. OLE color: 5628316.
HSL color Cylindrical-coordinate representation of color #9CE155: hue angle of 89.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CE155 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 85 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.12 |
| HSL | 89.57º | 0.7% | 0.61% | - |
| HSV(B) | 89.57º | 0.62% | 0.88% | - |
| XYZ | 42.28 | 61.57 | 18.25 | - |
| YUV | 188.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 85 | 0.31 | 0 | 0.62 | 0.12 | 89.57 | 0.7 | 0.61 |
| Hex | 9C | E1 | 55 | 1F | 0 | 3E | C | 5A | 46 | 3D |
| Octal | 234 | 341 | 125 | 37 | 0 | 76 | 14 | 132 | 106 | 75 |
| Binary | 10011100 | 11100001 | 1010101 | 11111 | 0 | 111110 | 1100 | 1011010 | 1000110 | 111101 |
Color Harmonies of #9CE155
Complementary color
Monochromatic Colors of #9CE155
Black with #9CE155
Text Example
Text Example
White with #9CE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE155; }
p { color: rgb(156,225,85); }
H1.HeaderClassName
{
color: #9CE155;
}
.AnyTagClassName
{
color: #9CE155;
}
</style>
background-color css
<style>
a { background-color: #9CE155; }
a { background-color: rgb(156,225,85); }
div.DivClassName
{
background-color: #9CE155;
}
.BgClassName
{
background-color: #9CE155;
}
</style>
border-color css
<style>
span { border-color: #9CE155; }
span { border-color: rgb(156,225,85); }
td.TdClassName
{
border-color: #9CE155;
}
.TagClassName
{
border-color: #9CE155;
}
</style>