Shades of Mountain Meadow #0CAC83
Tints of Mountain Meadow #0CAC83
RGB
CMYK
RGB Variations
Color information
#0CAC83 (or 0x0CAC83) is known color: Mountain Meadow. HEX triplet: 0C, AC and 83. RGB value is (12,172,131). Sum of RGB (Red+Green+Blue) = 12+172+131=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC83 is #F3537C. Grayscale: #777777. Windows color (decimal): -15946621 or 8629260. OLE color: 8629260.
HSL color Cylindrical-coordinate representation of color #0CAC83: hue angle of 164.62º 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 #0CAC83 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 131 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.33 |
| HSL | 164.63º | 0.87% | 0.36% | - |
| HSV(B) | 164.63º | 0.93% | 0.67% | - |
| XYZ | 19 | 31.22 | 26.5 | - |
| YUV | 119.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 131 | 0.93 | 0 | 0.24 | 0.33 | 164.63 | 0.87 | 0.36 |
| Hex | C | AC | 83 | 5D | 0 | 18 | 21 | A5 | 57 | 24 |
| Octal | 14 | 254 | 203 | 135 | 0 | 30 | 41 | 245 | 127 | 44 |
| Binary | 1100 | 10101100 | 10000011 | 1011101 | 0 | 11000 | 100001 | 10100101 | 1010111 | 100100 |
Color Harmonies of #0CAC83
Complementary color
Monochromatic Colors of #0CAC83
Black with #0CAC83
Text Example
Text Example
White with #0CAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC83; }
p { color: rgb(12,172,131); }
H1.HeaderClassName
{
color: #0CAC83;
}
.AnyTagClassName
{
color: #0CAC83;
}
</style>
background-color css
<style>
a { background-color: #0CAC83; }
a { background-color: rgb(12,172,131); }
div.DivClassName
{
background-color: #0CAC83;
}
.BgClassName
{
background-color: #0CAC83;
}
</style>
border-color css
<style>
span { border-color: #0CAC83; }
span { border-color: rgb(12,172,131); }
td.TdClassName
{
border-color: #0CAC83;
}
.TagClassName
{
border-color: #0CAC83;
}
</style>