Shades of Mountain Meadow #12C080
Tints of Mountain Meadow #12C080
RGB
CMYK
RGB Variations
Color information
#12C080 (or 0x12C080) is known color: Mountain Meadow. HEX triplet: 12, C0 and 80. RGB value is (18,192,128). Sum of RGB (Red+Green+Blue) = 18+192+128=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #12C080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C080 is #ED3F7F. Grayscale: #848484. Windows color (decimal): -15548288 or 8437778. OLE color: 8437778.
HSL color Cylindrical-coordinate representation of color #12C080: hue angle of 157.93º 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 #12C080 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 192 | 128 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.25 |
| HSL | 157.93º | 0.83% | 0.41% | - |
| HSV(B) | 157.93º | 0.91% | 0.75% | - |
| XYZ | 23 | 39.39 | 26.81 | - |
| YUV | 132.68 | 125.35 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 128 | 0.91 | 0 | 0.33 | 0.25 | 157.93 | 0.83 | 0.41 |
| Hex | 12 | C0 | 80 | 5B | 0 | 21 | 19 | 9E | 53 | 29 |
| Octal | 22 | 300 | 200 | 133 | 0 | 41 | 31 | 236 | 123 | 51 |
| Binary | 10010 | 11000000 | 10000000 | 1011011 | 0 | 100001 | 11001 | 10011110 | 1010011 | 101001 |
Color Harmonies of #12C080
Complementary color
Monochromatic Colors of #12C080
Black with #12C080
Text Example
Text Example
White with #12C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C080; }
p { color: rgb(18,192,128); }
H1.HeaderClassName
{
color: #12C080;
}
.AnyTagClassName
{
color: #12C080;
}
</style>
background-color css
<style>
a { background-color: #12C080; }
a { background-color: rgb(18,192,128); }
div.DivClassName
{
background-color: #12C080;
}
.BgClassName
{
background-color: #12C080;
}
</style>
border-color css
<style>
span { border-color: #12C080; }
span { border-color: rgb(18,192,128); }
td.TdClassName
{
border-color: #12C080;
}
.TagClassName
{
border-color: #12C080;
}
</style>