Shades of Mountain Meadow #12A084
Tints of Mountain Meadow #12A084
RGB
CMYK
RGB Variations
Color information
#12A084 (or 0x12A084) is known color: Mountain Meadow. HEX triplet: 12, A0 and 84. RGB value is (18,160,132). Sum of RGB (Red+Green+Blue) = 18+160+132=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #12A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A084 is #ED5F7B. Grayscale: #727272. Windows color (decimal): -15556476 or 8691730. OLE color: 8691730.
HSL color Cylindrical-coordinate representation of color #12A084: hue angle of 168.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A084 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 132 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.37 |
| HSL | 168.17º | 0.8% | 0.35% | - |
| HSV(B) | 168.17º | 0.89% | 0.63% | - |
| XYZ | 16.99 | 26.94 | 26.13 | - |
| YUV | 114.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 132 | 0.89 | 0 | 0.17 | 0.37 | 168.17 | 0.8 | 0.35 |
| Hex | 12 | A0 | 84 | 59 | 0 | 11 | 25 | A8 | 50 | 23 |
| Octal | 22 | 240 | 204 | 131 | 0 | 21 | 45 | 250 | 120 | 43 |
| Binary | 10010 | 10100000 | 10000100 | 1011001 | 0 | 10001 | 100101 | 10101000 | 1010000 | 100011 |
Color Harmonies of #12A084
Complementary color
Monochromatic Colors of #12A084
Black with #12A084
Text Example
Text Example
White with #12A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A084; }
p { color: rgb(18,160,132); }
H1.HeaderClassName
{
color: #12A084;
}
.AnyTagClassName
{
color: #12A084;
}
</style>
background-color css
<style>
a { background-color: #12A084; }
a { background-color: rgb(18,160,132); }
div.DivClassName
{
background-color: #12A084;
}
.BgClassName
{
background-color: #12A084;
}
</style>
border-color css
<style>
span { border-color: #12A084; }
span { border-color: rgb(18,160,132); }
td.TdClassName
{
border-color: #12A084;
}
.TagClassName
{
border-color: #12A084;
}
</style>