Shades of Mountain Meadow #12BC7E
Tints of Mountain Meadow #12BC7E
RGB
CMYK
RGB Variations
Color information
#12BC7E (or 0x12BC7E) is known color: Mountain Meadow. HEX triplet: 12, BC and 7E. RGB value is (18,188,126). Sum of RGB (Red+Green+Blue) = 18+188+126=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC7E is #ED4381. Grayscale: #828282. Windows color (decimal): -15549314 or 8305682. OLE color: 8305682.
HSL color Cylindrical-coordinate representation of color #12BC7E: hue angle of 158.12º 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 #12BC7E is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 126 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.26 |
| HSL | 158.12º | 0.83% | 0.4% | - |
| HSV(B) | 158.12º | 0.9% | 0.74% | - |
| XYZ | 22 | 37.6 | 25.84 | - |
| YUV | 130.1 | 125.68 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 126 | 0.90 | 0 | 0.33 | 0.26 | 158.12 | 0.83 | 0.4 |
| Hex | 12 | BC | 7E | 5A | 0 | 21 | 1A | 9E | 53 | 28 |
| Octal | 22 | 274 | 176 | 132 | 0 | 41 | 32 | 236 | 123 | 50 |
| Binary | 10010 | 10111100 | 1111110 | 1011010 | 0 | 100001 | 11010 | 10011110 | 1010011 | 101000 |
Color Harmonies of #12BC7E
Complementary color
Monochromatic Colors of #12BC7E
Black with #12BC7E
Text Example
Text Example
White with #12BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC7E; }
p { color: rgb(18,188,126); }
H1.HeaderClassName
{
color: #12BC7E;
}
.AnyTagClassName
{
color: #12BC7E;
}
</style>
background-color css
<style>
a { background-color: #12BC7E; }
a { background-color: rgb(18,188,126); }
div.DivClassName
{
background-color: #12BC7E;
}
.BgClassName
{
background-color: #12BC7E;
}
</style>
border-color css
<style>
span { border-color: #12BC7E; }
span { border-color: rgb(18,188,126); }
td.TdClassName
{
border-color: #12BC7E;
}
.TagClassName
{
border-color: #12BC7E;
}
</style>