Shades of Mountain Meadow #12D579
Tints of Mountain Meadow #12D579
RGB
CMYK
RGB Variations
Color information
#12D579 (or 0x12D579) is known color: Mountain Meadow. HEX triplet: 12, D5 and 79. RGB value is (18,213,121). Sum of RGB (Red+Green+Blue) = 18+213+121=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #12D579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D579 is #ED2A86. Grayscale: #909090. Windows color (decimal): -15542919 or 7984402. OLE color: 7984402.
HSL color Cylindrical-coordinate representation of color #12D579: hue angle of 151.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D579 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 213 | 121 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.16 |
| HSL | 151.69º | 0.84% | 0.45% | - |
| HSV(B) | 151.69º | 0.92% | 0.84% | - |
| XYZ | 27.49 | 49.1 | 26.12 | - |
| YUV | 144.21 | 114.9 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 121 | 0.92 | 0 | 0.43 | 0.16 | 151.69 | 0.84 | 0.45 |
| Hex | 12 | D5 | 79 | 5C | 0 | 2B | 10 | 98 | 54 | 2D |
| Octal | 22 | 325 | 171 | 134 | 0 | 53 | 20 | 230 | 124 | 55 |
| Binary | 10010 | 11010101 | 1111001 | 1011100 | 0 | 101011 | 10000 | 10011000 | 1010100 | 101101 |
Color Harmonies of #12D579
Complementary color
Monochromatic Colors of #12D579
Black with #12D579
Text Example
Text Example
White with #12D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D579; }
p { color: rgb(18,213,121); }
H1.HeaderClassName
{
color: #12D579;
}
.AnyTagClassName
{
color: #12D579;
}
</style>
background-color css
<style>
a { background-color: #12D579; }
a { background-color: rgb(18,213,121); }
div.DivClassName
{
background-color: #12D579;
}
.BgClassName
{
background-color: #12D579;
}
</style>
border-color css
<style>
span { border-color: #12D579; }
span { border-color: rgb(18,213,121); }
td.TdClassName
{
border-color: #12D579;
}
.TagClassName
{
border-color: #12D579;
}
</style>