Shades of Mountain Meadow #12C192
Tints of Mountain Meadow #12C192
RGB
CMYK
RGB Variations
Color information
#12C192 (or 0x12C192) is known color: Mountain Meadow. HEX triplet: 12, C1 and 92. RGB value is (18,193,146). Sum of RGB (Red+Green+Blue) = 18+193+146=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #12C192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C192 is #ED3E6D. Grayscale: #878787. Windows color (decimal): -15548014 or 9617682. OLE color: 9617682.
HSL color Cylindrical-coordinate representation of color #12C192: hue angle of 163.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C192 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 146 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.24 |
| HSL | 163.89º | 0.83% | 0.41% | - |
| HSV(B) | 163.89º | 0.91% | 0.76% | - |
| XYZ | 24.51 | 40.34 | 33.69 | - |
| YUV | 135.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 146 | 0.91 | 0 | 0.24 | 0.24 | 163.89 | 0.83 | 0.41 |
| Hex | 12 | C1 | 92 | 5B | 0 | 18 | 18 | A4 | 53 | 29 |
| Octal | 22 | 301 | 222 | 133 | 0 | 30 | 30 | 244 | 123 | 51 |
| Binary | 10010 | 11000001 | 10010010 | 1011011 | 0 | 11000 | 11000 | 10100100 | 1010011 | 101001 |
Color Harmonies of #12C192
Complementary color
Monochromatic Colors of #12C192
Black with #12C192
Text Example
Text Example
White with #12C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C192; }
p { color: rgb(18,193,146); }
H1.HeaderClassName
{
color: #12C192;
}
.AnyTagClassName
{
color: #12C192;
}
</style>
background-color css
<style>
a { background-color: #12C192; }
a { background-color: rgb(18,193,146); }
div.DivClassName
{
background-color: #12C192;
}
.BgClassName
{
background-color: #12C192;
}
</style>
border-color css
<style>
span { border-color: #12C192; }
span { border-color: rgb(18,193,146); }
td.TdClassName
{
border-color: #12C192;
}
.TagClassName
{
border-color: #12C192;
}
</style>