Shades of Mountain Meadow #12BC7C
Tints of Mountain Meadow #12BC7C
RGB
CMYK
RGB Variations
Color information
#12BC7C (or 0x12BC7C) is known color: Mountain Meadow. HEX triplet: 12, BC and 7C. RGB value is (18,188,124). Sum of RGB (Red+Green+Blue) = 18+188+124=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC7C is #ED4383. Grayscale: #818181. Windows color (decimal): -15549316 or 8174610. OLE color: 8174610.
HSL color Cylindrical-coordinate representation of color #12BC7C: hue angle of 157.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC7C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 124 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.26 |
| HSL | 157.41º | 0.83% | 0.4% | - |
| HSV(B) | 157.41º | 0.9% | 0.74% | - |
| XYZ | 21.87 | 37.55 | 25.16 | - |
| YUV | 129.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 124 | 0.90 | 0 | 0.34 | 0.26 | 157.41 | 0.83 | 0.4 |
| Hex | 12 | BC | 7C | 5A | 0 | 22 | 1A | 9D | 53 | 28 |
| Octal | 22 | 274 | 174 | 132 | 0 | 42 | 32 | 235 | 123 | 50 |
| Binary | 10010 | 10111100 | 1111100 | 1011010 | 0 | 100010 | 11010 | 10011101 | 1010011 | 101000 |
Color Harmonies of #12BC7C
Complementary color
Monochromatic Colors of #12BC7C
Black with #12BC7C
Text Example
Text Example
White with #12BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC7C; }
p { color: rgb(18,188,124); }
H1.HeaderClassName
{
color: #12BC7C;
}
.AnyTagClassName
{
color: #12BC7C;
}
</style>
background-color css
<style>
a { background-color: #12BC7C; }
a { background-color: rgb(18,188,124); }
div.DivClassName
{
background-color: #12BC7C;
}
.BgClassName
{
background-color: #12BC7C;
}
</style>
border-color css
<style>
span { border-color: #12BC7C; }
span { border-color: rgb(18,188,124); }
td.TdClassName
{
border-color: #12BC7C;
}
.TagClassName
{
border-color: #12BC7C;
}
</style>