Shades of Mountain Meadow #12A489
Tints of Mountain Meadow #12A489
RGB
CMYK
RGB Variations
Color information
#12A489 (or 0x12A489) is known color: Mountain Meadow. HEX triplet: 12, A4 and 89. RGB value is (18,164,137). Sum of RGB (Red+Green+Blue) = 18+164+137=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #12A489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A489 is #ED5B76. Grayscale: #757575. Windows color (decimal): -15555447 or 9020434. OLE color: 9020434.
HSL color Cylindrical-coordinate representation of color #12A489: hue angle of 168.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A489 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 137 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.36 |
| HSL | 168.9º | 0.8% | 0.36% | - |
| HSV(B) | 168.9º | 0.89% | 0.64% | - |
| XYZ | 18.04 | 28.49 | 28.21 | - |
| YUV | 117.27 | 139.13 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 137 | 0.89 | 0 | 0.16 | 0.36 | 168.9 | 0.8 | 0.36 |
| Hex | 12 | A4 | 89 | 59 | 0 | 10 | 24 | A9 | 50 | 24 |
| Octal | 22 | 244 | 211 | 131 | 0 | 20 | 44 | 251 | 120 | 44 |
| Binary | 10010 | 10100100 | 10001001 | 1011001 | 0 | 10000 | 100100 | 10101001 | 1010000 | 100100 |
Color Harmonies of #12A489
Complementary color
Monochromatic Colors of #12A489
Black with #12A489
Text Example
Text Example
White with #12A489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A489; }
p { color: rgb(18,164,137); }
H1.HeaderClassName
{
color: #12A489;
}
.AnyTagClassName
{
color: #12A489;
}
</style>
background-color css
<style>
a { background-color: #12A489; }
a { background-color: rgb(18,164,137); }
div.DivClassName
{
background-color: #12A489;
}
.BgClassName
{
background-color: #12A489;
}
</style>
border-color css
<style>
span { border-color: #12A489; }
span { border-color: rgb(18,164,137); }
td.TdClassName
{
border-color: #12A489;
}
.TagClassName
{
border-color: #12A489;
}
</style>