Shades of Mountain Meadow #12A87C
Tints of Mountain Meadow #12A87C
RGB
CMYK
RGB Variations
Color information
#12A87C (or 0x12A87C) is known color: Mountain Meadow. HEX triplet: 12, A8 and 7C. RGB value is (18,168,124). Sum of RGB (Red+Green+Blue) = 18+168+124=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #12A87C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A87C is #ED5783. Grayscale: #767676. Windows color (decimal): -15554436 or 8169490. OLE color: 8169490.
HSL color Cylindrical-coordinate representation of color #12A87C: hue angle of 162.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A87C is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 124 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.34 |
| HSL | 162.4º | 0.81% | 0.36% | - |
| HSV(B) | 162.4º | 0.89% | 0.66% | - |
| XYZ | 17.89 | 29.59 | 23.84 | - |
| YUV | 118.13 | 131.31 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 124 | 0.89 | 0 | 0.26 | 0.34 | 162.4 | 0.81 | 0.36 |
| Hex | 12 | A8 | 7C | 59 | 0 | 1A | 22 | A2 | 51 | 24 |
| Octal | 22 | 250 | 174 | 131 | 0 | 32 | 42 | 242 | 121 | 44 |
| Binary | 10010 | 10101000 | 1111100 | 1011001 | 0 | 11010 | 100010 | 10100010 | 1010001 | 100100 |
Color Harmonies of #12A87C
Complementary color
Monochromatic Colors of #12A87C
Black with #12A87C
Text Example
Text Example
White with #12A87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A87C; }
p { color: rgb(18,168,124); }
H1.HeaderClassName
{
color: #12A87C;
}
.AnyTagClassName
{
color: #12A87C;
}
</style>
background-color css
<style>
a { background-color: #12A87C; }
a { background-color: rgb(18,168,124); }
div.DivClassName
{
background-color: #12A87C;
}
.BgClassName
{
background-color: #12A87C;
}
</style>
border-color css
<style>
span { border-color: #12A87C; }
span { border-color: rgb(18,168,124); }
td.TdClassName
{
border-color: #12A87C;
}
.TagClassName
{
border-color: #12A87C;
}
</style>