Shades of Mountain Meadow #0CAC7E
Tints of Mountain Meadow #0CAC7E
RGB
CMYK
RGB Variations
Color information
#0CAC7E (or 0x0CAC7E) is known color: Mountain Meadow. HEX triplet: 0C, AC and 7E. RGB value is (12,172,126). Sum of RGB (Red+Green+Blue) = 12+172+126=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC7E is #F35381. Grayscale: #767676. Windows color (decimal): -15946626 or 8301580. OLE color: 8301580.
HSL color Cylindrical-coordinate representation of color #0CAC7E: hue angle of 162.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 #0CAC7E is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 126 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.33 |
| HSL | 162.75º | 0.87% | 0.36% | - |
| HSV(B) | 162.75º | 0.93% | 0.67% | - |
| XYZ | 18.67 | 31.09 | 24.76 | - |
| YUV | 118.92 | 131.99 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 126 | 0.93 | 0 | 0.27 | 0.33 | 162.75 | 0.87 | 0.36 |
| Hex | C | AC | 7E | 5D | 0 | 1B | 21 | A3 | 57 | 24 |
| Octal | 14 | 254 | 176 | 135 | 0 | 33 | 41 | 243 | 127 | 44 |
| Binary | 1100 | 10101100 | 1111110 | 1011101 | 0 | 11011 | 100001 | 10100011 | 1010111 | 100100 |
Color Harmonies of #0CAC7E
Complementary color
Monochromatic Colors of #0CAC7E
Black with #0CAC7E
Text Example
Text Example
White with #0CAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC7E; }
p { color: rgb(12,172,126); }
H1.HeaderClassName
{
color: #0CAC7E;
}
.AnyTagClassName
{
color: #0CAC7E;
}
</style>
background-color css
<style>
a { background-color: #0CAC7E; }
a { background-color: rgb(12,172,126); }
div.DivClassName
{
background-color: #0CAC7E;
}
.BgClassName
{
background-color: #0CAC7E;
}
</style>
border-color css
<style>
span { border-color: #0CAC7E; }
span { border-color: rgb(12,172,126); }
td.TdClassName
{
border-color: #0CAC7E;
}
.TagClassName
{
border-color: #0CAC7E;
}
</style>