Shades of Mountain Meadow #0CAA83
Tints of Mountain Meadow #0CAA83
RGB
CMYK
RGB Variations
Color information
#0CAA83 (or 0x0CAA83) is known color: Mountain Meadow. HEX triplet: 0C, AA and 83. RGB value is (12,170,131). Sum of RGB (Red+Green+Blue) = 12+170+131=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA83 is #F3557C. Grayscale: #767676. Windows color (decimal): -15947133 or 8628748. OLE color: 8628748.
HSL color Cylindrical-coordinate representation of color #0CAA83: hue angle of 165.19º 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 #0CAA83 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 131 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.33 |
| HSL | 165.19º | 0.87% | 0.36% | - |
| HSV(B) | 165.19º | 0.93% | 0.67% | - |
| XYZ | 18.62 | 30.47 | 26.37 | - |
| YUV | 118.31 | 135.15 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 131 | 0.93 | 0 | 0.23 | 0.33 | 165.19 | 0.87 | 0.36 |
| Hex | C | AA | 83 | 5D | 0 | 17 | 21 | A5 | 57 | 24 |
| Octal | 14 | 252 | 203 | 135 | 0 | 27 | 41 | 245 | 127 | 44 |
| Binary | 1100 | 10101010 | 10000011 | 1011101 | 0 | 10111 | 100001 | 10100101 | 1010111 | 100100 |
Color Harmonies of #0CAA83
Complementary color
Monochromatic Colors of #0CAA83
Black with #0CAA83
Text Example
Text Example
White with #0CAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA83; }
p { color: rgb(12,170,131); }
H1.HeaderClassName
{
color: #0CAA83;
}
.AnyTagClassName
{
color: #0CAA83;
}
</style>
background-color css
<style>
a { background-color: #0CAA83; }
a { background-color: rgb(12,170,131); }
div.DivClassName
{
background-color: #0CAA83;
}
.BgClassName
{
background-color: #0CAA83;
}
</style>
border-color css
<style>
span { border-color: #0CAA83; }
span { border-color: rgb(12,170,131); }
td.TdClassName
{
border-color: #0CAA83;
}
.TagClassName
{
border-color: #0CAA83;
}
</style>