Shades of Mountain Meadow #12CE7A
Tints of Mountain Meadow #12CE7A
RGB
CMYK
RGB Variations
Color information
#12CE7A (or 0x12CE7A) is known color: Mountain Meadow. HEX triplet: 12, CE and 7A. RGB value is (18,206,122). Sum of RGB (Red+Green+Blue) = 18+206+122=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CE7A is #ED3185. Grayscale: #8C8C8C. Windows color (decimal): -15544710 or 8048146. OLE color: 8048146.
HSL color Cylindrical-coordinate representation of color #12CE7A: hue angle of 153.19º 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 #12CE7A is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 122 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.19 |
| HSL | 153.19º | 0.84% | 0.44% | - |
| HSV(B) | 153.19º | 0.91% | 0.81% | - |
| XYZ | 25.83 | 45.68 | 25.87 | - |
| YUV | 140.21 | 117.72 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 122 | 0.91 | 0 | 0.41 | 0.19 | 153.19 | 0.84 | 0.44 |
| Hex | 12 | CE | 7A | 5B | 0 | 29 | 13 | 99 | 54 | 2C |
| Octal | 22 | 316 | 172 | 133 | 0 | 51 | 23 | 231 | 124 | 54 |
| Binary | 10010 | 11001110 | 1111010 | 1011011 | 0 | 101001 | 10011 | 10011001 | 1010100 | 101100 |
Color Harmonies of #12CE7A
Complementary color
Monochromatic Colors of #12CE7A
Black with #12CE7A
Text Example
Text Example
White with #12CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE7A; }
p { color: rgb(18,206,122); }
H1.HeaderClassName
{
color: #12CE7A;
}
.AnyTagClassName
{
color: #12CE7A;
}
</style>
background-color css
<style>
a { background-color: #12CE7A; }
a { background-color: rgb(18,206,122); }
div.DivClassName
{
background-color: #12CE7A;
}
.BgClassName
{
background-color: #12CE7A;
}
</style>
border-color css
<style>
span { border-color: #12CE7A; }
span { border-color: rgb(18,206,122); }
td.TdClassName
{
border-color: #12CE7A;
}
.TagClassName
{
border-color: #12CE7A;
}
</style>