Shades of Mountain Meadow #12D079
Tints of Mountain Meadow #12D079
RGB
CMYK
RGB Variations
Color information
#12D079 (or 0x12D079) is known color: Mountain Meadow. HEX triplet: 12, D0 and 79. RGB value is (18,208,121). Sum of RGB (Red+Green+Blue) = 18+208+121=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #12D079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D079 is #ED2F86. Grayscale: #8D8D8D. Windows color (decimal): -15544199 or 7983122. OLE color: 7983122.
HSL color Cylindrical-coordinate representation of color #12D079: hue angle of 152.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D079 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 121 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.18 |
| HSL | 152.53º | 0.84% | 0.44% | - |
| HSV(B) | 152.53º | 0.91% | 0.82% | - |
| XYZ | 26.26 | 46.62 | 25.7 | - |
| YUV | 141.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 121 | 0.91 | 0 | 0.42 | 0.18 | 152.53 | 0.84 | 0.44 |
| Hex | 12 | D0 | 79 | 5B | 0 | 2A | 12 | 99 | 54 | 2C |
| Octal | 22 | 320 | 171 | 133 | 0 | 52 | 22 | 231 | 124 | 54 |
| Binary | 10010 | 11010000 | 1111001 | 1011011 | 0 | 101010 | 10010 | 10011001 | 1010100 | 101100 |
Color Harmonies of #12D079
Complementary color
Monochromatic Colors of #12D079
Black with #12D079
Text Example
Text Example
White with #12D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D079; }
p { color: rgb(18,208,121); }
H1.HeaderClassName
{
color: #12D079;
}
.AnyTagClassName
{
color: #12D079;
}
</style>
background-color css
<style>
a { background-color: #12D079; }
a { background-color: rgb(18,208,121); }
div.DivClassName
{
background-color: #12D079;
}
.BgClassName
{
background-color: #12D079;
}
</style>
border-color css
<style>
span { border-color: #12D079; }
span { border-color: rgb(18,208,121); }
td.TdClassName
{
border-color: #12D079;
}
.TagClassName
{
border-color: #12D079;
}
</style>