Shades of Mountain Meadow #0CAC86
Tints of Mountain Meadow #0CAC86
RGB
CMYK
RGB Variations
Color information
#0CAC86 (or 0x0CAC86) is known color: Mountain Meadow. HEX triplet: 0C, AC and 86. RGB value is (12,172,134). Sum of RGB (Red+Green+Blue) = 12+172+134=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC86 is #F35379. Grayscale: #777777. Windows color (decimal): -15946618 or 8825868. OLE color: 8825868.
HSL color Cylindrical-coordinate representation of color #0CAC86: hue angle of 165.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC86 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 134 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.33 |
| HSL | 165.75º | 0.87% | 0.36% | - |
| HSV(B) | 165.75º | 0.93% | 0.67% | - |
| XYZ | 19.21 | 31.3 | 27.58 | - |
| YUV | 119.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 134 | 0.93 | 0 | 0.22 | 0.33 | 165.75 | 0.87 | 0.36 |
| Hex | C | AC | 86 | 5D | 0 | 16 | 21 | A6 | 57 | 24 |
| Octal | 14 | 254 | 206 | 135 | 0 | 26 | 41 | 246 | 127 | 44 |
| Binary | 1100 | 10101100 | 10000110 | 1011101 | 0 | 10110 | 100001 | 10100110 | 1010111 | 100100 |
Color Harmonies of #0CAC86
Complementary color
Monochromatic Colors of #0CAC86
Black with #0CAC86
Text Example
Text Example
White with #0CAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC86; }
p { color: rgb(12,172,134); }
H1.HeaderClassName
{
color: #0CAC86;
}
.AnyTagClassName
{
color: #0CAC86;
}
</style>
background-color css
<style>
a { background-color: #0CAC86; }
a { background-color: rgb(12,172,134); }
div.DivClassName
{
background-color: #0CAC86;
}
.BgClassName
{
background-color: #0CAC86;
}
</style>
border-color css
<style>
span { border-color: #0CAC86; }
span { border-color: rgb(12,172,134); }
td.TdClassName
{
border-color: #0CAC86;
}
.TagClassName
{
border-color: #0CAC86;
}
</style>