Shades of Mountain Meadow #0CB786
Tints of Mountain Meadow #0CB786
RGB
CMYK
RGB Variations
Color information
#0CB786 (or 0x0CB786) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 86. RGB value is (12,183,134). Sum of RGB (Red+Green+Blue) = 12+183+134=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB786 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB786 is #F34879. Grayscale: #7E7E7E. Windows color (decimal): -15943802 or 8828684. OLE color: 8828684.
HSL color Cylindrical-coordinate representation of color #0CB786: hue angle of 162.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB786 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 134 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.28 |
| HSL | 162.81º | 0.88% | 0.38% | - |
| HSV(B) | 162.81º | 0.93% | 0.72% | - |
| XYZ | 21.39 | 35.67 | 28.31 | - |
| YUV | 126.29 | 132.35 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 134 | 0.93 | 0 | 0.27 | 0.28 | 162.81 | 0.88 | 0.38 |
| Hex | C | B7 | 86 | 5D | 0 | 1B | 1C | A3 | 58 | 26 |
| Octal | 14 | 267 | 206 | 135 | 0 | 33 | 34 | 243 | 130 | 46 |
| Binary | 1100 | 10110111 | 10000110 | 1011101 | 0 | 11011 | 11100 | 10100011 | 1011000 | 100110 |
Color Harmonies of #0CB786
Complementary color
Monochromatic Colors of #0CB786
Black with #0CB786
Text Example
Text Example
White with #0CB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB786; }
p { color: rgb(12,183,134); }
H1.HeaderClassName
{
color: #0CB786;
}
.AnyTagClassName
{
color: #0CB786;
}
</style>
background-color css
<style>
a { background-color: #0CB786; }
a { background-color: rgb(12,183,134); }
div.DivClassName
{
background-color: #0CB786;
}
.BgClassName
{
background-color: #0CB786;
}
</style>
border-color css
<style>
span { border-color: #0CB786; }
span { border-color: rgb(12,183,134); }
td.TdClassName
{
border-color: #0CB786;
}
.TagClassName
{
border-color: #0CB786;
}
</style>