Shades of Mountain Meadow #12C292
Tints of Mountain Meadow #12C292
RGB
CMYK
RGB Variations
Color information
#12C292 (or 0x12C292) is known color: Mountain Meadow. HEX triplet: 12, C2 and 92. RGB value is (18,194,146). Sum of RGB (Red+Green+Blue) = 18+194+146=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #12C292 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C292 is #ED3D6D. Grayscale: #878787. Windows color (decimal): -15547758 or 9617938. OLE color: 9617938.
HSL color Cylindrical-coordinate representation of color #12C292: hue angle of 163.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C292 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 194 | 146 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.24 |
| HSL | 163.64º | 0.83% | 0.42% | - |
| HSV(B) | 163.64º | 0.91% | 0.76% | - |
| XYZ | 24.73 | 40.79 | 33.76 | - |
| YUV | 135.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 194 | 146 | 0.91 | 0 | 0.25 | 0.24 | 163.64 | 0.83 | 0.42 |
| Hex | 12 | C2 | 92 | 5B | 0 | 19 | 18 | A4 | 53 | 2A |
| Octal | 22 | 302 | 222 | 133 | 0 | 31 | 30 | 244 | 123 | 52 |
| Binary | 10010 | 11000010 | 10010010 | 1011011 | 0 | 11001 | 11000 | 10100100 | 1010011 | 101010 |
Color Harmonies of #12C292
Complementary color
Monochromatic Colors of #12C292
Black with #12C292
Text Example
Text Example
White with #12C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C292; }
p { color: rgb(18,194,146); }
H1.HeaderClassName
{
color: #12C292;
}
.AnyTagClassName
{
color: #12C292;
}
</style>
background-color css
<style>
a { background-color: #12C292; }
a { background-color: rgb(18,194,146); }
div.DivClassName
{
background-color: #12C292;
}
.BgClassName
{
background-color: #12C292;
}
</style>
border-color css
<style>
span { border-color: #12C292; }
span { border-color: rgb(18,194,146); }
td.TdClassName
{
border-color: #12C292;
}
.TagClassName
{
border-color: #12C292;
}
</style>