Shades of Mountain Meadow #12AD80
Tints of Mountain Meadow #12AD80
RGB
CMYK
RGB Variations
Color information
#12AD80 (or 0x12AD80) is known color: Mountain Meadow. HEX triplet: 12, AD and 80. RGB value is (18,173,128). Sum of RGB (Red+Green+Blue) = 18+173+128=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AD80 is #ED527F. Grayscale: #797979. Windows color (decimal): -15553152 or 8432914. OLE color: 8432914.
HSL color Cylindrical-coordinate representation of color #12AD80: hue angle of 162.58º 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 #12AD80 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 128 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.32 |
| HSL | 162.58º | 0.81% | 0.37% | - |
| HSV(B) | 162.58º | 0.9% | 0.68% | - |
| XYZ | 19.09 | 31.57 | 25.51 | - |
| YUV | 121.53 | 131.65 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 128 | 0.90 | 0 | 0.26 | 0.32 | 162.58 | 0.81 | 0.37 |
| Hex | 12 | AD | 80 | 5A | 0 | 1A | 20 | A3 | 51 | 25 |
| Octal | 22 | 255 | 200 | 132 | 0 | 32 | 40 | 243 | 121 | 45 |
| Binary | 10010 | 10101101 | 10000000 | 1011010 | 0 | 11010 | 100000 | 10100011 | 1010001 | 100101 |
Color Harmonies of #12AD80
Complementary color
Monochromatic Colors of #12AD80
Black with #12AD80
Text Example
Text Example
White with #12AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD80; }
p { color: rgb(18,173,128); }
H1.HeaderClassName
{
color: #12AD80;
}
.AnyTagClassName
{
color: #12AD80;
}
</style>
background-color css
<style>
a { background-color: #12AD80; }
a { background-color: rgb(18,173,128); }
div.DivClassName
{
background-color: #12AD80;
}
.BgClassName
{
background-color: #12AD80;
}
</style>
border-color css
<style>
span { border-color: #12AD80; }
span { border-color: rgb(18,173,128); }
td.TdClassName
{
border-color: #12AD80;
}
.TagClassName
{
border-color: #12AD80;
}
</style>