Shades of Mountain Meadow #12C487
Tints of Mountain Meadow #12C487
RGB
CMYK
RGB Variations
Color information
#12C487 (or 0x12C487) is known color: Mountain Meadow. HEX triplet: 12, C4 and 87. RGB value is (18,196,135). Sum of RGB (Red+Green+Blue) = 18+196+135=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #12C487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C487 is #ED3B78. Grayscale: #878787. Windows color (decimal): -15547257 or 8897554. OLE color: 8897554.
HSL color Cylindrical-coordinate representation of color #12C487: hue angle of 159.44º 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 #12C487 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 135 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.23 |
| HSL | 159.44º | 0.83% | 0.42% | - |
| HSV(B) | 159.44º | 0.91% | 0.77% | - |
| XYZ | 24.36 | 41.36 | 29.62 | - |
| YUV | 135.82 | 127.53 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 135 | 0.91 | 0 | 0.31 | 0.23 | 159.44 | 0.83 | 0.42 |
| Hex | 12 | C4 | 87 | 5B | 0 | 1F | 17 | 9F | 53 | 2A |
| Octal | 22 | 304 | 207 | 133 | 0 | 37 | 27 | 237 | 123 | 52 |
| Binary | 10010 | 11000100 | 10000111 | 1011011 | 0 | 11111 | 10111 | 10011111 | 1010011 | 101010 |
Color Harmonies of #12C487
Complementary color
Monochromatic Colors of #12C487
Black with #12C487
Text Example
Text Example
White with #12C487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C487; }
p { color: rgb(18,196,135); }
H1.HeaderClassName
{
color: #12C487;
}
.AnyTagClassName
{
color: #12C487;
}
</style>
background-color css
<style>
a { background-color: #12C487; }
a { background-color: rgb(18,196,135); }
div.DivClassName
{
background-color: #12C487;
}
.BgClassName
{
background-color: #12C487;
}
</style>
border-color css
<style>
span { border-color: #12C487; }
span { border-color: rgb(18,196,135); }
td.TdClassName
{
border-color: #12C487;
}
.TagClassName
{
border-color: #12C487;
}
</style>