Shades of Mountain Meadow #12BA71
Tints of Mountain Meadow #12BA71
RGB
CMYK
RGB Variations
Color information
#12BA71 (or 0x12BA71) is known color: Mountain Meadow. HEX triplet: 12, BA and 71. RGB value is (18,186,113). Sum of RGB (Red+Green+Blue) = 18+186+113=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA71 is #ED458E. Grayscale: #7F7F7F. Windows color (decimal): -15549839 or 7453202. OLE color: 7453202.
HSL color Cylindrical-coordinate representation of color #12BA71: hue angle of 153.93º 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 #12BA71 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 186 | 113 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.27 |
| HSL | 153.93º | 0.82% | 0.4% | - |
| HSV(B) | 153.93º | 0.9% | 0.73% | - |
| XYZ | 20.79 | 36.44 | 21.56 | - |
| YUV | 127.45 | 119.84 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 113 | 0.90 | 0 | 0.39 | 0.27 | 153.93 | 0.82 | 0.4 |
| Hex | 12 | BA | 71 | 5A | 0 | 27 | 1B | 9A | 52 | 28 |
| Octal | 22 | 272 | 161 | 132 | 0 | 47 | 33 | 232 | 122 | 50 |
| Binary | 10010 | 10111010 | 1110001 | 1011010 | 0 | 100111 | 11011 | 10011010 | 1010010 | 101000 |
Color Harmonies of #12BA71
Complementary color
Monochromatic Colors of #12BA71
Black with #12BA71
Text Example
Text Example
White with #12BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BA71; }
p { color: rgb(18,186,113); }
H1.HeaderClassName
{
color: #12BA71;
}
.AnyTagClassName
{
color: #12BA71;
}
</style>
background-color css
<style>
a { background-color: #12BA71; }
a { background-color: rgb(18,186,113); }
div.DivClassName
{
background-color: #12BA71;
}
.BgClassName
{
background-color: #12BA71;
}
</style>
border-color css
<style>
span { border-color: #12BA71; }
span { border-color: rgb(18,186,113); }
td.TdClassName
{
border-color: #12BA71;
}
.TagClassName
{
border-color: #12BA71;
}
</style>