Shades of Mountain Meadow #12BA82
Tints of Mountain Meadow #12BA82
RGB
CMYK
RGB Variations
Color information
#12BA82 (or 0x12BA82) is known color: Mountain Meadow. HEX triplet: 12, BA and 82. RGB value is (18,186,130). Sum of RGB (Red+Green+Blue) = 18+186+130=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA82 is #ED457D. Grayscale: #818181. Windows color (decimal): -15549822 or 8567314. OLE color: 8567314.
HSL color Cylindrical-coordinate representation of color #12BA82: hue angle of 160º 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 #12BA82 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 130 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.27 |
| HSL | 160º | 0.82% | 0.4% | - |
| HSV(B) | 160º | 0.9% | 0.73% | - |
| XYZ | 21.84 | 36.86 | 27.08 | - |
| YUV | 129.38 | 128.34 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 130 | 0.90 | 0 | 0.30 | 0.27 | 160 | 0.82 | 0.4 |
| Hex | 12 | BA | 82 | 5A | 0 | 1E | 1B | A0 | 52 | 28 |
| Octal | 22 | 272 | 202 | 132 | 0 | 36 | 33 | 240 | 122 | 50 |
| Binary | 10010 | 10111010 | 10000010 | 1011010 | 0 | 11110 | 11011 | 10100000 | 1010010 | 101000 |
Color Harmonies of #12BA82
Complementary color
Monochromatic Colors of #12BA82
Black with #12BA82
Text Example
Text Example
White with #12BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA82; }
p { color: rgb(18,186,130); }
H1.HeaderClassName
{
color: #12BA82;
}
.AnyTagClassName
{
color: #12BA82;
}
</style>
background-color css
<style>
a { background-color: #12BA82; }
a { background-color: rgb(18,186,130); }
div.DivClassName
{
background-color: #12BA82;
}
.BgClassName
{
background-color: #12BA82;
}
</style>
border-color css
<style>
span { border-color: #12BA82; }
span { border-color: rgb(18,186,130); }
td.TdClassName
{
border-color: #12BA82;
}
.TagClassName
{
border-color: #12BA82;
}
</style>