Shades of Mountain Meadow #12BA97
Tints of Mountain Meadow #12BA97
RGB
CMYK
RGB Variations
Color information
#12BA97 (or 0x12BA97) is known color: Mountain Meadow. HEX triplet: 12, BA and 97. RGB value is (18,186,151). Sum of RGB (Red+Green+Blue) = 18+186+151=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA97 is #ED4568. Grayscale: #838383. Windows color (decimal): -15549801 or 9943570. OLE color: 9943570.
HSL color Cylindrical-coordinate representation of color #12BA97: hue angle of 167.5º 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 #12BA97 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 151 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.27 |
| HSL | 167.5º | 0.82% | 0.4% | - |
| HSV(B) | 167.5º | 0.9% | 0.73% | - |
| XYZ | 23.39 | 37.48 | 35.28 | - |
| YUV | 131.78 | 138.84 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 151 | 0.90 | 0 | 0.19 | 0.27 | 167.5 | 0.82 | 0.4 |
| Hex | 12 | BA | 97 | 5A | 0 | 13 | 1B | A8 | 52 | 28 |
| Octal | 22 | 272 | 227 | 132 | 0 | 23 | 33 | 250 | 122 | 50 |
| Binary | 10010 | 10111010 | 10010111 | 1011010 | 0 | 10011 | 11011 | 10101000 | 1010010 | 101000 |
Color Harmonies of #12BA97
Complementary color
Monochromatic Colors of #12BA97
Black with #12BA97
Text Example
Text Example
White with #12BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA97; }
p { color: rgb(18,186,151); }
H1.HeaderClassName
{
color: #12BA97;
}
.AnyTagClassName
{
color: #12BA97;
}
</style>
background-color css
<style>
a { background-color: #12BA97; }
a { background-color: rgb(18,186,151); }
div.DivClassName
{
background-color: #12BA97;
}
.BgClassName
{
background-color: #12BA97;
}
</style>
border-color css
<style>
span { border-color: #12BA97; }
span { border-color: rgb(18,186,151); }
td.TdClassName
{
border-color: #12BA97;
}
.TagClassName
{
border-color: #12BA97;
}
</style>