Shades of Mountain Meadow #0CA886
Tints of Mountain Meadow #0CA886
RGB
CMYK
RGB Variations
Color information
#0CA886 (or 0x0CA886) is known color: Mountain Meadow. HEX triplet: 0C, A8 and 86. RGB value is (12,168,134). Sum of RGB (Red+Green+Blue) = 12+168+134=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA886 is #F35779. Grayscale: #757575. Windows color (decimal): -15947642 or 8824844. OLE color: 8824844.
HSL color Cylindrical-coordinate representation of color #0CA886: hue angle of 166.92º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA886 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 134 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.34 |
| HSL | 166.92º | 0.87% | 0.35% | - |
| HSV(B) | 166.92º | 0.93% | 0.66% | - |
| XYZ | 18.46 | 29.8 | 27.33 | - |
| YUV | 117.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 134 | 0.93 | 0 | 0.20 | 0.34 | 166.92 | 0.87 | 0.35 |
| Hex | C | A8 | 86 | 5D | 0 | 14 | 22 | A7 | 57 | 23 |
| Octal | 14 | 250 | 206 | 135 | 0 | 24 | 42 | 247 | 127 | 43 |
| Binary | 1100 | 10101000 | 10000110 | 1011101 | 0 | 10100 | 100010 | 10100111 | 1010111 | 100011 |
Color Harmonies of #0CA886
Complementary color
Monochromatic Colors of #0CA886
Black with #0CA886
Text Example
Text Example
White with #0CA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA886; }
p { color: rgb(12,168,134); }
H1.HeaderClassName
{
color: #0CA886;
}
.AnyTagClassName
{
color: #0CA886;
}
</style>
background-color css
<style>
a { background-color: #0CA886; }
a { background-color: rgb(12,168,134); }
div.DivClassName
{
background-color: #0CA886;
}
.BgClassName
{
background-color: #0CA886;
}
</style>
border-color css
<style>
span { border-color: #0CA886; }
span { border-color: rgb(12,168,134); }
td.TdClassName
{
border-color: #0CA886;
}
.TagClassName
{
border-color: #0CA886;
}
</style>