Shades of Mountain Meadow #0CAC80
Tints of Mountain Meadow #0CAC80
RGB
CMYK
RGB Variations
Color information
#0CAC80 (or 0x0CAC80) is known color: Mountain Meadow. HEX triplet: 0C, AC and 80. RGB value is (12,172,128). Sum of RGB (Red+Green+Blue) = 12+172+128=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC80 is #F3537F. Grayscale: #777777. Windows color (decimal): -15946624 or 8432652. OLE color: 8432652.
HSL color Cylindrical-coordinate representation of color #0CAC80: hue angle of 163.5º 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 #0CAC80 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 128 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.33 |
| HSL | 163.5º | 0.87% | 0.36% | - |
| HSV(B) | 163.5º | 0.93% | 0.67% | - |
| XYZ | 18.8 | 31.14 | 25.44 | - |
| YUV | 119.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 128 | 0.93 | 0 | 0.26 | 0.33 | 163.5 | 0.87 | 0.36 |
| Hex | C | AC | 80 | 5D | 0 | 1A | 21 | A4 | 57 | 24 |
| Octal | 14 | 254 | 200 | 135 | 0 | 32 | 41 | 244 | 127 | 44 |
| Binary | 1100 | 10101100 | 10000000 | 1011101 | 0 | 11010 | 100001 | 10100100 | 1010111 | 100100 |
Color Harmonies of #0CAC80
Complementary color
Monochromatic Colors of #0CAC80
Black with #0CAC80
Text Example
Text Example
White with #0CAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC80; }
p { color: rgb(12,172,128); }
H1.HeaderClassName
{
color: #0CAC80;
}
.AnyTagClassName
{
color: #0CAC80;
}
</style>
background-color css
<style>
a { background-color: #0CAC80; }
a { background-color: rgb(12,172,128); }
div.DivClassName
{
background-color: #0CAC80;
}
.BgClassName
{
background-color: #0CAC80;
}
</style>
border-color css
<style>
span { border-color: #0CAC80; }
span { border-color: rgb(12,172,128); }
td.TdClassName
{
border-color: #0CAC80;
}
.TagClassName
{
border-color: #0CAC80;
}
</style>