Shades of Mountain Meadow #12CE7E
Tints of Mountain Meadow #12CE7E
RGB
CMYK
RGB Variations
Color information
#12CE7E (or 0x12CE7E) is known color: Mountain Meadow. HEX triplet: 12, CE and 7E. RGB value is (18,206,126). Sum of RGB (Red+Green+Blue) = 18+206+126=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE7E is #ED3181. Grayscale: #8C8C8C. Windows color (decimal): -15544706 or 8310290. OLE color: 8310290.
HSL color Cylindrical-coordinate representation of color #12CE7E: hue angle of 154.47º 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 #12CE7E is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 126 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.19 |
| HSL | 154.47º | 0.84% | 0.44% | - |
| HSV(B) | 154.47º | 0.91% | 0.81% | - |
| XYZ | 26.09 | 45.78 | 27.2 | - |
| YUV | 140.67 | 119.72 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 126 | 0.91 | 0 | 0.39 | 0.19 | 154.47 | 0.84 | 0.44 |
| Hex | 12 | CE | 7E | 5B | 0 | 27 | 13 | 9A | 54 | 2C |
| Octal | 22 | 316 | 176 | 133 | 0 | 47 | 23 | 232 | 124 | 54 |
| Binary | 10010 | 11001110 | 1111110 | 1011011 | 0 | 100111 | 10011 | 10011010 | 1010100 | 101100 |
Color Harmonies of #12CE7E
Complementary color
Monochromatic Colors of #12CE7E
Black with #12CE7E
Text Example
Text Example
White with #12CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE7E; }
p { color: rgb(18,206,126); }
H1.HeaderClassName
{
color: #12CE7E;
}
.AnyTagClassName
{
color: #12CE7E;
}
</style>
background-color css
<style>
a { background-color: #12CE7E; }
a { background-color: rgb(18,206,126); }
div.DivClassName
{
background-color: #12CE7E;
}
.BgClassName
{
background-color: #12CE7E;
}
</style>
border-color css
<style>
span { border-color: #12CE7E; }
span { border-color: rgb(18,206,126); }
td.TdClassName
{
border-color: #12CE7E;
}
.TagClassName
{
border-color: #12CE7E;
}
</style>