Shades of Mountain Meadow #0CAA84
Tints of Mountain Meadow #0CAA84
RGB
CMYK
RGB Variations
Color information
#0CAA84 (or 0x0CAA84) is known color: Mountain Meadow. HEX triplet: 0C, AA and 84. RGB value is (12,170,132). Sum of RGB (Red+Green+Blue) = 12+170+132=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA84 is #F3557B. Grayscale: #767676. Windows color (decimal): -15947132 or 8694284. OLE color: 8694284.
HSL color Cylindrical-coordinate representation of color #0CAA84: hue angle of 165.57º 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 #0CAA84 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 132 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.33 |
| HSL | 165.57º | 0.87% | 0.36% | - |
| HSV(B) | 165.57º | 0.93% | 0.67% | - |
| XYZ | 18.69 | 30.49 | 26.73 | - |
| YUV | 118.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 132 | 0.93 | 0 | 0.22 | 0.33 | 165.57 | 0.87 | 0.36 |
| Hex | C | AA | 84 | 5D | 0 | 16 | 21 | A6 | 57 | 24 |
| Octal | 14 | 252 | 204 | 135 | 0 | 26 | 41 | 246 | 127 | 44 |
| Binary | 1100 | 10101010 | 10000100 | 1011101 | 0 | 10110 | 100001 | 10100110 | 1010111 | 100100 |
Color Harmonies of #0CAA84
Complementary color
Monochromatic Colors of #0CAA84
Black with #0CAA84
Text Example
Text Example
White with #0CAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA84; }
p { color: rgb(12,170,132); }
H1.HeaderClassName
{
color: #0CAA84;
}
.AnyTagClassName
{
color: #0CAA84;
}
</style>
background-color css
<style>
a { background-color: #0CAA84; }
a { background-color: rgb(12,170,132); }
div.DivClassName
{
background-color: #0CAA84;
}
.BgClassName
{
background-color: #0CAA84;
}
</style>
border-color css
<style>
span { border-color: #0CAA84; }
span { border-color: rgb(12,170,132); }
td.TdClassName
{
border-color: #0CAA84;
}
.TagClassName
{
border-color: #0CAA84;
}
</style>