Shades of Mountain Meadow #12AD7C
Tints of Mountain Meadow #12AD7C
RGB
CMYK
RGB Variations
Color information
#12AD7C (or 0x12AD7C) is known color: Mountain Meadow. HEX triplet: 12, AD and 7C. RGB value is (18,173,124). Sum of RGB (Red+Green+Blue) = 18+173+124=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD7C is #ED5283. Grayscale: #797979. Windows color (decimal): -15553156 or 8170770. OLE color: 8170770.
HSL color Cylindrical-coordinate representation of color #12AD7C: hue angle of 161.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD7C is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 124 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.32 |
| HSL | 161.03º | 0.81% | 0.37% | - |
| HSV(B) | 161.03º | 0.9% | 0.68% | - |
| XYZ | 18.83 | 31.47 | 24.15 | - |
| YUV | 121.07 | 129.65 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 124 | 0.90 | 0 | 0.28 | 0.32 | 161.03 | 0.81 | 0.37 |
| Hex | 12 | AD | 7C | 5A | 0 | 1C | 20 | A1 | 51 | 25 |
| Octal | 22 | 255 | 174 | 132 | 0 | 34 | 40 | 241 | 121 | 45 |
| Binary | 10010 | 10101101 | 1111100 | 1011010 | 0 | 11100 | 100000 | 10100001 | 1010001 | 100101 |
Color Harmonies of #12AD7C
Complementary color
Monochromatic Colors of #12AD7C
Black with #12AD7C
Text Example
Text Example
White with #12AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD7C; }
p { color: rgb(18,173,124); }
H1.HeaderClassName
{
color: #12AD7C;
}
.AnyTagClassName
{
color: #12AD7C;
}
</style>
background-color css
<style>
a { background-color: #12AD7C; }
a { background-color: rgb(18,173,124); }
div.DivClassName
{
background-color: #12AD7C;
}
.BgClassName
{
background-color: #12AD7C;
}
</style>
border-color css
<style>
span { border-color: #12AD7C; }
span { border-color: rgb(18,173,124); }
td.TdClassName
{
border-color: #12AD7C;
}
.TagClassName
{
border-color: #12AD7C;
}
</style>