Shades of Mountain Meadow #12A789
Tints of Mountain Meadow #12A789
RGB
CMYK
RGB Variations
Color information
#12A789 (or 0x12A789) is known color: Mountain Meadow. HEX triplet: 12, A7 and 89. RGB value is (18,167,137). Sum of RGB (Red+Green+Blue) = 18+167+137=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #12A789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A789 is #ED5876. Grayscale: #777777. Windows color (decimal): -15554679 or 9021202. OLE color: 9021202.
HSL color Cylindrical-coordinate representation of color #12A789: hue angle of 167.92º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A789 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 167 | 137 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.35 |
| HSL | 167.92º | 0.81% | 0.36% | - |
| HSV(B) | 167.92º | 0.89% | 0.65% | - |
| XYZ | 18.58 | 29.57 | 28.4 | - |
| YUV | 119.03 | 138.14 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 167 | 137 | 0.89 | 0 | 0.18 | 0.35 | 167.92 | 0.81 | 0.36 |
| Hex | 12 | A7 | 89 | 59 | 0 | 12 | 23 | A8 | 51 | 24 |
| Octal | 22 | 247 | 211 | 131 | 0 | 22 | 43 | 250 | 121 | 44 |
| Binary | 10010 | 10100111 | 10001001 | 1011001 | 0 | 10010 | 100011 | 10101000 | 1010001 | 100100 |
Color Harmonies of #12A789
Complementary color
Monochromatic Colors of #12A789
Black with #12A789
Text Example
Text Example
White with #12A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A789; }
p { color: rgb(18,167,137); }
H1.HeaderClassName
{
color: #12A789;
}
.AnyTagClassName
{
color: #12A789;
}
</style>
background-color css
<style>
a { background-color: #12A789; }
a { background-color: rgb(18,167,137); }
div.DivClassName
{
background-color: #12A789;
}
.BgClassName
{
background-color: #12A789;
}
</style>
border-color css
<style>
span { border-color: #12A789; }
span { border-color: rgb(18,167,137); }
td.TdClassName
{
border-color: #12A789;
}
.TagClassName
{
border-color: #12A789;
}
</style>