Shades of Mountain Meadow #12C785
Tints of Mountain Meadow #12C785
RGB
CMYK
RGB Variations
Color information
#12C785 (or 0x12C785) is known color: Mountain Meadow. HEX triplet: 12, C7 and 85. RGB value is (18,199,133). Sum of RGB (Red+Green+Blue) = 18+199+133=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #12C785 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C785 is #ED387A. Grayscale: #898989. Windows color (decimal): -15546491 or 8767250. OLE color: 8767250.
HSL color Cylindrical-coordinate representation of color #12C785: hue angle of 158.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C785 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 199 | 133 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.22 |
| HSL | 158.12º | 0.83% | 0.43% | - |
| HSV(B) | 158.12º | 0.91% | 0.78% | - |
| XYZ | 24.91 | 42.67 | 29.11 | - |
| YUV | 137.36 | 125.53 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 133 | 0.91 | 0 | 0.33 | 0.22 | 158.12 | 0.83 | 0.43 |
| Hex | 12 | C7 | 85 | 5B | 0 | 21 | 16 | 9E | 53 | 2B |
| Octal | 22 | 307 | 205 | 133 | 0 | 41 | 26 | 236 | 123 | 53 |
| Binary | 10010 | 11000111 | 10000101 | 1011011 | 0 | 100001 | 10110 | 10011110 | 1010011 | 101011 |
Color Harmonies of #12C785
Complementary color
Monochromatic Colors of #12C785
Black with #12C785
Text Example
Text Example
White with #12C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C785; }
p { color: rgb(18,199,133); }
H1.HeaderClassName
{
color: #12C785;
}
.AnyTagClassName
{
color: #12C785;
}
</style>
background-color css
<style>
a { background-color: #12C785; }
a { background-color: rgb(18,199,133); }
div.DivClassName
{
background-color: #12C785;
}
.BgClassName
{
background-color: #12C785;
}
</style>
border-color css
<style>
span { border-color: #12C785; }
span { border-color: rgb(18,199,133); }
td.TdClassName
{
border-color: #12C785;
}
.TagClassName
{
border-color: #12C785;
}
</style>