Shades of Mountain Meadow #12C57A
Tints of Mountain Meadow #12C57A
RGB
CMYK
RGB Variations
Color information
#12C57A (or 0x12C57A) is known color: Mountain Meadow. HEX triplet: 12, C5 and 7A. RGB value is (18,197,122). Sum of RGB (Red+Green+Blue) = 18+197+122=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #12C57A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C57A is #ED3A85. Grayscale: #878787. Windows color (decimal): -15547014 or 8045842. OLE color: 8045842.
HSL color Cylindrical-coordinate representation of color #12C57A: hue angle of 154.86º 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 #12C57A is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 197 | 122 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.23 |
| HSL | 154.86º | 0.83% | 0.42% | - |
| HSV(B) | 154.86º | 0.91% | 0.77% | - |
| XYZ | 23.73 | 41.47 | 25.17 | - |
| YUV | 134.93 | 120.7 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 197 | 122 | 0.91 | 0 | 0.38 | 0.23 | 154.86 | 0.83 | 0.42 |
| Hex | 12 | C5 | 7A | 5B | 0 | 26 | 17 | 9B | 53 | 2A |
| Octal | 22 | 305 | 172 | 133 | 0 | 46 | 27 | 233 | 123 | 52 |
| Binary | 10010 | 11000101 | 1111010 | 1011011 | 0 | 100110 | 10111 | 10011011 | 1010011 | 101010 |
Color Harmonies of #12C57A
Complementary color
Monochromatic Colors of #12C57A
Black with #12C57A
Text Example
Text Example
White with #12C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C57A; }
p { color: rgb(18,197,122); }
H1.HeaderClassName
{
color: #12C57A;
}
.AnyTagClassName
{
color: #12C57A;
}
</style>
background-color css
<style>
a { background-color: #12C57A; }
a { background-color: rgb(18,197,122); }
div.DivClassName
{
background-color: #12C57A;
}
.BgClassName
{
background-color: #12C57A;
}
</style>
border-color css
<style>
span { border-color: #12C57A; }
span { border-color: rgb(18,197,122); }
td.TdClassName
{
border-color: #12C57A;
}
.TagClassName
{
border-color: #12C57A;
}
</style>