Shades of Mountain Meadow #12C672
Tints of Mountain Meadow #12C672
RGB
CMYK
RGB Variations
Color information
#12C672 (or 0x12C672) is known color: Mountain Meadow. HEX triplet: 12, C6 and 72. RGB value is (18,198,114). Sum of RGB (Red+Green+Blue) = 18+198+114=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #12C672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C672 is #ED398D. Grayscale: #868686. Windows color (decimal): -15546766 or 7521810. OLE color: 7521810.
HSL color Cylindrical-coordinate representation of color #12C672: hue angle of 152º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C672 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 198 | 114 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.22 |
| HSL | 152º | 0.83% | 0.42% | - |
| HSV(B) | 152º | 0.91% | 0.78% | - |
| XYZ | 23.48 | 41.73 | 22.74 | - |
| YUV | 134.6 | 116.37 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 198 | 114 | 0.91 | 0 | 0.42 | 0.22 | 152 | 0.83 | 0.42 |
| Hex | 12 | C6 | 72 | 5B | 0 | 2A | 16 | 98 | 53 | 2A |
| Octal | 22 | 306 | 162 | 133 | 0 | 52 | 26 | 230 | 123 | 52 |
| Binary | 10010 | 11000110 | 1110010 | 1011011 | 0 | 101010 | 10110 | 10011000 | 1010011 | 101010 |
Color Harmonies of #12C672
Complementary color
Monochromatic Colors of #12C672
Black with #12C672
Text Example
Text Example
White with #12C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C672; }
p { color: rgb(18,198,114); }
H1.HeaderClassName
{
color: #12C672;
}
.AnyTagClassName
{
color: #12C672;
}
</style>
background-color css
<style>
a { background-color: #12C672; }
a { background-color: rgb(18,198,114); }
div.DivClassName
{
background-color: #12C672;
}
.BgClassName
{
background-color: #12C672;
}
</style>
border-color css
<style>
span { border-color: #12C672; }
span { border-color: rgb(18,198,114); }
td.TdClassName
{
border-color: #12C672;
}
.TagClassName
{
border-color: #12C672;
}
</style>