Shades of Mountain Meadow #12BA87
Tints of Mountain Meadow #12BA87
RGB
CMYK
RGB Variations
Color information
#12BA87 (or 0x12BA87) is known color: Mountain Meadow. HEX triplet: 12, BA and 87. RGB value is (18,186,135). Sum of RGB (Red+Green+Blue) = 18+186+135=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA87 is #ED4578. Grayscale: #818181. Windows color (decimal): -15549817 or 8894994. OLE color: 8894994.
HSL color Cylindrical-coordinate representation of color #12BA87: hue angle of 161.79º 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 #12BA87 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 135 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.27 |
| HSL | 161.79º | 0.82% | 0.4% | - |
| HSV(B) | 161.79º | 0.9% | 0.73% | - |
| XYZ | 22.18 | 37 | 28.89 | - |
| YUV | 129.95 | 130.84 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 135 | 0.90 | 0 | 0.27 | 0.27 | 161.79 | 0.82 | 0.4 |
| Hex | 12 | BA | 87 | 5A | 0 | 1B | 1B | A2 | 52 | 28 |
| Octal | 22 | 272 | 207 | 132 | 0 | 33 | 33 | 242 | 122 | 50 |
| Binary | 10010 | 10111010 | 10000111 | 1011010 | 0 | 11011 | 11011 | 10100010 | 1010010 | 101000 |
Color Harmonies of #12BA87
Complementary color
Monochromatic Colors of #12BA87
Black with #12BA87
Text Example
Text Example
White with #12BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA87; }
p { color: rgb(18,186,135); }
H1.HeaderClassName
{
color: #12BA87;
}
.AnyTagClassName
{
color: #12BA87;
}
</style>
background-color css
<style>
a { background-color: #12BA87; }
a { background-color: rgb(18,186,135); }
div.DivClassName
{
background-color: #12BA87;
}
.BgClassName
{
background-color: #12BA87;
}
</style>
border-color css
<style>
span { border-color: #12BA87; }
span { border-color: rgb(18,186,135); }
td.TdClassName
{
border-color: #12BA87;
}
.TagClassName
{
border-color: #12BA87;
}
</style>