Shades of Mountain Meadow #12C07D
Tints of Mountain Meadow #12C07D
RGB
CMYK
RGB Variations
Color information
#12C07D (or 0x12C07D) is known color: Mountain Meadow. HEX triplet: 12, C0 and 7D. RGB value is (18,192,125). Sum of RGB (Red+Green+Blue) = 18+192+125=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #12C07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C07D is #ED3F82. Grayscale: #848484. Windows color (decimal): -15548291 or 8241170. OLE color: 8241170.
HSL color Cylindrical-coordinate representation of color #12C07D: hue angle of 156.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C07D is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 125 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.25 |
| HSL | 156.9º | 0.83% | 0.41% | - |
| HSV(B) | 156.9º | 0.91% | 0.75% | - |
| XYZ | 22.8 | 39.31 | 25.79 | - |
| YUV | 132.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 125 | 0.91 | 0 | 0.35 | 0.25 | 156.9 | 0.83 | 0.41 |
| Hex | 12 | C0 | 7D | 5B | 0 | 23 | 19 | 9D | 53 | 29 |
| Octal | 22 | 300 | 175 | 133 | 0 | 43 | 31 | 235 | 123 | 51 |
| Binary | 10010 | 11000000 | 1111101 | 1011011 | 0 | 100011 | 11001 | 10011101 | 1010011 | 101001 |
Color Harmonies of #12C07D
Complementary color
Monochromatic Colors of #12C07D
Black with #12C07D
Text Example
Text Example
White with #12C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C07D; }
p { color: rgb(18,192,125); }
H1.HeaderClassName
{
color: #12C07D;
}
.AnyTagClassName
{
color: #12C07D;
}
</style>
background-color css
<style>
a { background-color: #12C07D; }
a { background-color: rgb(18,192,125); }
div.DivClassName
{
background-color: #12C07D;
}
.BgClassName
{
background-color: #12C07D;
}
</style>
border-color css
<style>
span { border-color: #12C07D; }
span { border-color: rgb(18,192,125); }
td.TdClassName
{
border-color: #12C07D;
}
.TagClassName
{
border-color: #12C07D;
}
</style>