Shades of Mountain Meadow #12AF86
Tints of Mountain Meadow #12AF86
RGB
CMYK
RGB Variations
Color information
#12AF86 (or 0x12AF86) is known color: Mountain Meadow. HEX triplet: 12, AF and 86. RGB value is (18,175,134). Sum of RGB (Red+Green+Blue) = 18+175+134=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF86 is #ED5079. Grayscale: #7B7B7B. Windows color (decimal): -15552634 or 8826642. OLE color: 8826642.
HSL color Cylindrical-coordinate representation of color #12AF86: hue angle of 164.33º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF86 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 134 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.31 |
| HSL | 164.33º | 0.81% | 0.38% | - |
| HSV(B) | 164.33º | 0.9% | 0.69% | - |
| XYZ | 19.88 | 32.51 | 27.78 | - |
| YUV | 123.38 | 133.99 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 134 | 0.90 | 0 | 0.23 | 0.31 | 164.33 | 0.81 | 0.38 |
| Hex | 12 | AF | 86 | 5A | 0 | 17 | 1F | A4 | 51 | 26 |
| Octal | 22 | 257 | 206 | 132 | 0 | 27 | 37 | 244 | 121 | 46 |
| Binary | 10010 | 10101111 | 10000110 | 1011010 | 0 | 10111 | 11111 | 10100100 | 1010001 | 100110 |
Color Harmonies of #12AF86
Complementary color
Monochromatic Colors of #12AF86
Black with #12AF86
Text Example
Text Example
White with #12AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF86; }
p { color: rgb(18,175,134); }
H1.HeaderClassName
{
color: #12AF86;
}
.AnyTagClassName
{
color: #12AF86;
}
</style>
background-color css
<style>
a { background-color: #12AF86; }
a { background-color: rgb(18,175,134); }
div.DivClassName
{
background-color: #12AF86;
}
.BgClassName
{
background-color: #12AF86;
}
</style>
border-color css
<style>
span { border-color: #12AF86; }
span { border-color: rgb(18,175,134); }
td.TdClassName
{
border-color: #12AF86;
}
.TagClassName
{
border-color: #12AF86;
}
</style>