Shades of Mountain Meadow #12B685
Tints of Mountain Meadow #12B685
RGB
CMYK
RGB Variations
Color information
#12B685 (or 0x12B685) is known color: Mountain Meadow. HEX triplet: 12, B6 and 85. RGB value is (18,182,133). Sum of RGB (Red+Green+Blue) = 18+182+133=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #12B685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B685 is #ED497A. Grayscale: #7F7F7F. Windows color (decimal): -15550843 or 8762898. OLE color: 8762898.
HSL color Cylindrical-coordinate representation of color #12B685: hue angle of 162.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B685 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 182 | 133 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.29 |
| HSL | 162.07º | 0.82% | 0.39% | - |
| HSV(B) | 162.07º | 0.9% | 0.71% | - |
| XYZ | 21.21 | 35.28 | 27.88 | - |
| YUV | 127.38 | 131.17 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 182 | 133 | 0.90 | 0 | 0.27 | 0.29 | 162.07 | 0.82 | 0.39 |
| Hex | 12 | B6 | 85 | 5A | 0 | 1B | 1D | A2 | 52 | 27 |
| Octal | 22 | 266 | 205 | 132 | 0 | 33 | 35 | 242 | 122 | 47 |
| Binary | 10010 | 10110110 | 10000101 | 1011010 | 0 | 11011 | 11101 | 10100010 | 1010010 | 100111 |
Color Harmonies of #12B685
Complementary color
Monochromatic Colors of #12B685
Black with #12B685
Text Example
Text Example
White with #12B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B685; }
p { color: rgb(18,182,133); }
H1.HeaderClassName
{
color: #12B685;
}
.AnyTagClassName
{
color: #12B685;
}
</style>
background-color css
<style>
a { background-color: #12B685; }
a { background-color: rgb(18,182,133); }
div.DivClassName
{
background-color: #12B685;
}
.BgClassName
{
background-color: #12B685;
}
</style>
border-color css
<style>
span { border-color: #12B685; }
span { border-color: rgb(18,182,133); }
td.TdClassName
{
border-color: #12B685;
}
.TagClassName
{
border-color: #12B685;
}
</style>