Shades of Mountain Meadow #12B987
Tints of Mountain Meadow #12B987
RGB
CMYK
RGB Variations
Color information
#12B987 (or 0x12B987) is known color: Mountain Meadow. HEX triplet: 12, B9 and 87. RGB value is (18,185,135). Sum of RGB (Red+Green+Blue) = 18+185+135=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #12B987 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B987 is #ED4678. Grayscale: #818181. Windows color (decimal): -15550073 or 8894738. OLE color: 8894738.
HSL color Cylindrical-coordinate representation of color #12B987: hue angle of 162.04º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B987 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 185 | 135 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.27 |
| HSL | 162.04º | 0.82% | 0.4% | - |
| HSV(B) | 162.04º | 0.9% | 0.73% | - |
| XYZ | 21.97 | 36.58 | 28.82 | - |
| YUV | 129.37 | 131.17 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 135 | 0.90 | 0 | 0.27 | 0.27 | 162.04 | 0.82 | 0.4 |
| Hex | 12 | B9 | 87 | 5A | 0 | 1B | 1B | A2 | 52 | 28 |
| Octal | 22 | 271 | 207 | 132 | 0 | 33 | 33 | 242 | 122 | 50 |
| Binary | 10010 | 10111001 | 10000111 | 1011010 | 0 | 11011 | 11011 | 10100010 | 1010010 | 101000 |
Color Harmonies of #12B987
Complementary color
Monochromatic Colors of #12B987
Black with #12B987
Text Example
Text Example
White with #12B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B987; }
p { color: rgb(18,185,135); }
H1.HeaderClassName
{
color: #12B987;
}
.AnyTagClassName
{
color: #12B987;
}
</style>
background-color css
<style>
a { background-color: #12B987; }
a { background-color: rgb(18,185,135); }
div.DivClassName
{
background-color: #12B987;
}
.BgClassName
{
background-color: #12B987;
}
</style>
border-color css
<style>
span { border-color: #12B987; }
span { border-color: rgb(18,185,135); }
td.TdClassName
{
border-color: #12B987;
}
.TagClassName
{
border-color: #12B987;
}
</style>