Shades of Mountain Meadow #12BA94
Tints of Mountain Meadow #12BA94
RGB
CMYK
RGB Variations
Color information
#12BA94 (or 0x12BA94) is known color: Mountain Meadow. HEX triplet: 12, BA and 94. RGB value is (18,186,148). Sum of RGB (Red+Green+Blue) = 18+186+148=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA94 is #ED456B. Grayscale: #838383. Windows color (decimal): -15549804 or 9746962. OLE color: 9746962.
HSL color Cylindrical-coordinate representation of color #12BA94: hue angle of 166.43º 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 #12BA94 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 148 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.27 |
| HSL | 166.43º | 0.82% | 0.4% | - |
| HSV(B) | 166.43º | 0.9% | 0.73% | - |
| XYZ | 23.15 | 37.38 | 34.01 | - |
| YUV | 131.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 148 | 0.90 | 0 | 0.20 | 0.27 | 166.43 | 0.82 | 0.4 |
| Hex | 12 | BA | 94 | 5A | 0 | 14 | 1B | A6 | 52 | 28 |
| Octal | 22 | 272 | 224 | 132 | 0 | 24 | 33 | 246 | 122 | 50 |
| Binary | 10010 | 10111010 | 10010100 | 1011010 | 0 | 10100 | 11011 | 10100110 | 1010010 | 101000 |
Color Harmonies of #12BA94
Complementary color
Monochromatic Colors of #12BA94
Black with #12BA94
Text Example
Text Example
White with #12BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA94; }
p { color: rgb(18,186,148); }
H1.HeaderClassName
{
color: #12BA94;
}
.AnyTagClassName
{
color: #12BA94;
}
</style>
background-color css
<style>
a { background-color: #12BA94; }
a { background-color: rgb(18,186,148); }
div.DivClassName
{
background-color: #12BA94;
}
.BgClassName
{
background-color: #12BA94;
}
</style>
border-color css
<style>
span { border-color: #12BA94; }
span { border-color: rgb(18,186,148); }
td.TdClassName
{
border-color: #12BA94;
}
.TagClassName
{
border-color: #12BA94;
}
</style>