Shades of Mountain Meadow #0CAB83
Tints of Mountain Meadow #0CAB83
RGB
CMYK
RGB Variations
Color information
#0CAB83 (or 0x0CAB83) is known color: Mountain Meadow. HEX triplet: 0C, AB and 83. RGB value is (12,171,131). Sum of RGB (Red+Green+Blue) = 12+171+131=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB83 is #F3547C. Grayscale: #767676. Windows color (decimal): -15946877 or 8629004. OLE color: 8629004.
HSL color Cylindrical-coordinate representation of color #0CAB83: hue angle of 164.91º 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 #0CAB83 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 131 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.33 |
| HSL | 164.91º | 0.87% | 0.36% | - |
| HSV(B) | 164.91º | 0.93% | 0.67% | - |
| XYZ | 18.81 | 30.84 | 26.43 | - |
| YUV | 118.9 | 134.82 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 131 | 0.93 | 0 | 0.23 | 0.33 | 164.91 | 0.87 | 0.36 |
| Hex | C | AB | 83 | 5D | 0 | 17 | 21 | A5 | 57 | 24 |
| Octal | 14 | 253 | 203 | 135 | 0 | 27 | 41 | 245 | 127 | 44 |
| Binary | 1100 | 10101011 | 10000011 | 1011101 | 0 | 10111 | 100001 | 10100101 | 1010111 | 100100 |
Color Harmonies of #0CAB83
Complementary color
Monochromatic Colors of #0CAB83
Black with #0CAB83
Text Example
Text Example
White with #0CAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB83; }
p { color: rgb(12,171,131); }
H1.HeaderClassName
{
color: #0CAB83;
}
.AnyTagClassName
{
color: #0CAB83;
}
</style>
background-color css
<style>
a { background-color: #0CAB83; }
a { background-color: rgb(12,171,131); }
div.DivClassName
{
background-color: #0CAB83;
}
.BgClassName
{
background-color: #0CAB83;
}
</style>
border-color css
<style>
span { border-color: #0CAB83; }
span { border-color: rgb(12,171,131); }
td.TdClassName
{
border-color: #0CAB83;
}
.TagClassName
{
border-color: #0CAB83;
}
</style>