Shades of Mountain Meadow #12AD7D
Tints of Mountain Meadow #12AD7D
RGB
CMYK
RGB Variations
Color information
#12AD7D (or 0x12AD7D) is known color: Mountain Meadow. HEX triplet: 12, AD and 7D. RGB value is (18,173,125). Sum of RGB (Red+Green+Blue) = 18+173+125=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD7D is #ED5282. Grayscale: #797979. Windows color (decimal): -15553155 or 8236306. OLE color: 8236306.
HSL color Cylindrical-coordinate representation of color #12AD7D: hue angle of 161.42º 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 #12AD7D is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 125 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.32 |
| HSL | 161.42º | 0.81% | 0.37% | - |
| HSV(B) | 161.42º | 0.9% | 0.68% | - |
| XYZ | 18.89 | 31.5 | 24.49 | - |
| YUV | 121.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 125 | 0.90 | 0 | 0.28 | 0.32 | 161.42 | 0.81 | 0.37 |
| Hex | 12 | AD | 7D | 5A | 0 | 1C | 20 | A1 | 51 | 25 |
| Octal | 22 | 255 | 175 | 132 | 0 | 34 | 40 | 241 | 121 | 45 |
| Binary | 10010 | 10101101 | 1111101 | 1011010 | 0 | 11100 | 100000 | 10100001 | 1010001 | 100101 |
Color Harmonies of #12AD7D
Complementary color
Monochromatic Colors of #12AD7D
Black with #12AD7D
Text Example
Text Example
White with #12AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD7D; }
p { color: rgb(18,173,125); }
H1.HeaderClassName
{
color: #12AD7D;
}
.AnyTagClassName
{
color: #12AD7D;
}
</style>
background-color css
<style>
a { background-color: #12AD7D; }
a { background-color: rgb(18,173,125); }
div.DivClassName
{
background-color: #12AD7D;
}
.BgClassName
{
background-color: #12AD7D;
}
</style>
border-color css
<style>
span { border-color: #12AD7D; }
span { border-color: rgb(18,173,125); }
td.TdClassName
{
border-color: #12AD7D;
}
.TagClassName
{
border-color: #12AD7D;
}
</style>