Shades of Mountain Meadow #12C572
Tints of Mountain Meadow #12C572
RGB
CMYK
RGB Variations
Color information
#12C572 (or 0x12C572) is known color: Mountain Meadow. HEX triplet: 12, C5 and 72. RGB value is (18,197,114). Sum of RGB (Red+Green+Blue) = 18+197+114=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #12C572 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C572 is #ED3A8D. Grayscale: #868686. Windows color (decimal): -15547022 or 7521554. OLE color: 7521554.
HSL color Cylindrical-coordinate representation of color #12C572: hue angle of 152.18º 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 #12C572 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 114 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.23 |
| HSL | 152.18º | 0.83% | 0.42% | - |
| HSV(B) | 152.18º | 0.91% | 0.77% | - |
| XYZ | 23.25 | 41.28 | 22.66 | - |
| YUV | 134.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 114 | 0.91 | 0 | 0.42 | 0.23 | 152.18 | 0.83 | 0.42 |
| Hex | 12 | C5 | 72 | 5B | 0 | 2A | 17 | 98 | 53 | 2A |
| Octal | 22 | 305 | 162 | 133 | 0 | 52 | 27 | 230 | 123 | 52 |
| Binary | 10010 | 11000101 | 1110010 | 1011011 | 0 | 101010 | 10111 | 10011000 | 1010011 | 101010 |
Color Harmonies of #12C572
Complementary color
Monochromatic Colors of #12C572
Black with #12C572
Text Example
Text Example
White with #12C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C572; }
p { color: rgb(18,197,114); }
H1.HeaderClassName
{
color: #12C572;
}
.AnyTagClassName
{
color: #12C572;
}
</style>
background-color css
<style>
a { background-color: #12C572; }
a { background-color: rgb(18,197,114); }
div.DivClassName
{
background-color: #12C572;
}
.BgClassName
{
background-color: #12C572;
}
</style>
border-color css
<style>
span { border-color: #12C572; }
span { border-color: rgb(18,197,114); }
td.TdClassName
{
border-color: #12C572;
}
.TagClassName
{
border-color: #12C572;
}
</style>