Shades of Mountain Meadow #12CE7C
Tints of Mountain Meadow #12CE7C
RGB
CMYK
RGB Variations
Color information
#12CE7C (or 0x12CE7C) is known color: Mountain Meadow. HEX triplet: 12, CE and 7C. RGB value is (18,206,124). Sum of RGB (Red+Green+Blue) = 18+206+124=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE7C is #ED3183. Grayscale: #8C8C8C. Windows color (decimal): -15544708 or 8179218. OLE color: 8179218.
HSL color Cylindrical-coordinate representation of color #12CE7C: hue angle of 153.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE7C is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 124 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.19 |
| HSL | 153.83º | 0.84% | 0.44% | - |
| HSV(B) | 153.83º | 0.91% | 0.81% | - |
| XYZ | 25.96 | 45.73 | 26.53 | - |
| YUV | 140.44 | 118.72 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 124 | 0.91 | 0 | 0.40 | 0.19 | 153.83 | 0.84 | 0.44 |
| Hex | 12 | CE | 7C | 5B | 0 | 28 | 13 | 9A | 54 | 2C |
| Octal | 22 | 316 | 174 | 133 | 0 | 50 | 23 | 232 | 124 | 54 |
| Binary | 10010 | 11001110 | 1111100 | 1011011 | 0 | 101000 | 10011 | 10011010 | 1010100 | 101100 |
Color Harmonies of #12CE7C
Complementary color
Monochromatic Colors of #12CE7C
Black with #12CE7C
Text Example
Text Example
White with #12CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE7C; }
p { color: rgb(18,206,124); }
H1.HeaderClassName
{
color: #12CE7C;
}
.AnyTagClassName
{
color: #12CE7C;
}
</style>
background-color css
<style>
a { background-color: #12CE7C; }
a { background-color: rgb(18,206,124); }
div.DivClassName
{
background-color: #12CE7C;
}
.BgClassName
{
background-color: #12CE7C;
}
</style>
border-color css
<style>
span { border-color: #12CE7C; }
span { border-color: rgb(18,206,124); }
td.TdClassName
{
border-color: #12CE7C;
}
.TagClassName
{
border-color: #12CE7C;
}
</style>