Shades of Mountain Meadow #12C48A
Tints of Mountain Meadow #12C48A
RGB
CMYK
RGB Variations
Color information
#12C48A (or 0x12C48A) is known color: Mountain Meadow. HEX triplet: 12, C4 and 8A. RGB value is (18,196,138). Sum of RGB (Red+Green+Blue) = 18+196+138=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #12C48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C48A is #ED3B75. Grayscale: #888888. Windows color (decimal): -15547254 or 9094162. OLE color: 9094162.
HSL color Cylindrical-coordinate representation of color #12C48A: hue angle of 160.45º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C48A is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 138 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.23 |
| HSL | 160.45º | 0.83% | 0.42% | - |
| HSV(B) | 160.45º | 0.91% | 0.77% | - |
| XYZ | 24.58 | 41.44 | 30.75 | - |
| YUV | 136.17 | 129.03 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 138 | 0.91 | 0 | 0.30 | 0.23 | 160.45 | 0.83 | 0.42 |
| Hex | 12 | C4 | 8A | 5B | 0 | 1E | 17 | A0 | 53 | 2A |
| Octal | 22 | 304 | 212 | 133 | 0 | 36 | 27 | 240 | 123 | 52 |
| Binary | 10010 | 11000100 | 10001010 | 1011011 | 0 | 11110 | 10111 | 10100000 | 1010011 | 101010 |
Color Harmonies of #12C48A
Complementary color
Monochromatic Colors of #12C48A
Black with #12C48A
Text Example
Text Example
White with #12C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C48A; }
p { color: rgb(18,196,138); }
H1.HeaderClassName
{
color: #12C48A;
}
.AnyTagClassName
{
color: #12C48A;
}
</style>
background-color css
<style>
a { background-color: #12C48A; }
a { background-color: rgb(18,196,138); }
div.DivClassName
{
background-color: #12C48A;
}
.BgClassName
{
background-color: #12C48A;
}
</style>
border-color css
<style>
span { border-color: #12C48A; }
span { border-color: rgb(18,196,138); }
td.TdClassName
{
border-color: #12C48A;
}
.TagClassName
{
border-color: #12C48A;
}
</style>