Shades of Mountain Meadow #0CB985
Tints of Mountain Meadow #0CB985
RGB
CMYK
RGB Variations
Color information
#0CB985 (or 0x0CB985) is known color: Mountain Meadow. HEX triplet: 0C, B9 and 85. RGB value is (12,185,133). Sum of RGB (Red+Green+Blue) = 12+185+133=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB985 is #F3467A. Grayscale: #7F7F7F. Windows color (decimal): -15943291 or 8763660. OLE color: 8763660.
HSL color Cylindrical-coordinate representation of color #0CB985: hue angle of 161.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB985 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 133 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.27 |
| HSL | 161.97º | 0.88% | 0.39% | - |
| HSV(B) | 161.97º | 0.94% | 0.73% | - |
| XYZ | 21.73 | 36.47 | 28.08 | - |
| YUV | 127.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 133 | 0.94 | 0 | 0.28 | 0.27 | 161.97 | 0.88 | 0.39 |
| Hex | C | B9 | 85 | 5E | 0 | 1C | 1B | A2 | 58 | 27 |
| Octal | 14 | 271 | 205 | 136 | 0 | 34 | 33 | 242 | 130 | 47 |
| Binary | 1100 | 10111001 | 10000101 | 1011110 | 0 | 11100 | 11011 | 10100010 | 1011000 | 100111 |
Color Harmonies of #0CB985
Complementary color
Monochromatic Colors of #0CB985
Black with #0CB985
Text Example
Text Example
White with #0CB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB985; }
p { color: rgb(12,185,133); }
H1.HeaderClassName
{
color: #0CB985;
}
.AnyTagClassName
{
color: #0CB985;
}
</style>
background-color css
<style>
a { background-color: #0CB985; }
a { background-color: rgb(12,185,133); }
div.DivClassName
{
background-color: #0CB985;
}
.BgClassName
{
background-color: #0CB985;
}
</style>
border-color css
<style>
span { border-color: #0CB985; }
span { border-color: rgb(12,185,133); }
td.TdClassName
{
border-color: #0CB985;
}
.TagClassName
{
border-color: #0CB985;
}
</style>