Shades of Mountain Meadow #12AC86
Tints of Mountain Meadow #12AC86
RGB
CMYK
RGB Variations
Color information
#12AC86 (or 0x12AC86) is known color: Mountain Meadow. HEX triplet: 12, AC and 86. RGB value is (18,172,134). Sum of RGB (Red+Green+Blue) = 18+172+134=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC86 is #ED5379. Grayscale: #797979. Windows color (decimal): -15553402 or 8825874. OLE color: 8825874.
HSL color Cylindrical-coordinate representation of color #12AC86: hue angle of 165.19º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC86 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 172 | 134 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.33 |
| HSL | 165.19º | 0.81% | 0.37% | - |
| HSV(B) | 165.19º | 0.9% | 0.67% | - |
| XYZ | 19.31 | 31.35 | 27.59 | - |
| YUV | 121.62 | 134.98 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 134 | 0.90 | 0 | 0.22 | 0.33 | 165.19 | 0.81 | 0.37 |
| Hex | 12 | AC | 86 | 5A | 0 | 16 | 21 | A5 | 51 | 25 |
| Octal | 22 | 254 | 206 | 132 | 0 | 26 | 41 | 245 | 121 | 45 |
| Binary | 10010 | 10101100 | 10000110 | 1011010 | 0 | 10110 | 100001 | 10100101 | 1010001 | 100101 |
Color Harmonies of #12AC86
Complementary color
Monochromatic Colors of #12AC86
Black with #12AC86
Text Example
Text Example
White with #12AC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AC86; }
p { color: rgb(18,172,134); }
H1.HeaderClassName
{
color: #12AC86;
}
.AnyTagClassName
{
color: #12AC86;
}
</style>
background-color css
<style>
a { background-color: #12AC86; }
a { background-color: rgb(18,172,134); }
div.DivClassName
{
background-color: #12AC86;
}
.BgClassName
{
background-color: #12AC86;
}
</style>
border-color css
<style>
span { border-color: #12AC86; }
span { border-color: rgb(18,172,134); }
td.TdClassName
{
border-color: #12AC86;
}
.TagClassName
{
border-color: #12AC86;
}
</style>