Shades of Mountain Meadow #12BE7D
Tints of Mountain Meadow #12BE7D
RGB
CMYK
RGB Variations
Color information
#12BE7D (or 0x12BE7D) is known color: Mountain Meadow. HEX triplet: 12, BE and 7D. RGB value is (18,190,125). Sum of RGB (Red+Green+Blue) = 18+190+125=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE7D is #ED4182. Grayscale: #838383. Windows color (decimal): -15548803 or 8240658. OLE color: 8240658.
HSL color Cylindrical-coordinate representation of color #12BE7D: hue angle of 157.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE7D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 125 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.25 |
| HSL | 157.33º | 0.83% | 0.41% | - |
| HSV(B) | 157.33º | 0.91% | 0.75% | - |
| XYZ | 22.36 | 38.44 | 25.64 | - |
| YUV | 131.16 | 124.52 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 125 | 0.91 | 0 | 0.34 | 0.25 | 157.33 | 0.83 | 0.41 |
| Hex | 12 | BE | 7D | 5B | 0 | 22 | 19 | 9D | 53 | 29 |
| Octal | 22 | 276 | 175 | 133 | 0 | 42 | 31 | 235 | 123 | 51 |
| Binary | 10010 | 10111110 | 1111101 | 1011011 | 0 | 100010 | 11001 | 10011101 | 1010011 | 101001 |
Color Harmonies of #12BE7D
Complementary color
Monochromatic Colors of #12BE7D
Black with #12BE7D
Text Example
Text Example
White with #12BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE7D; }
p { color: rgb(18,190,125); }
H1.HeaderClassName
{
color: #12BE7D;
}
.AnyTagClassName
{
color: #12BE7D;
}
</style>
background-color css
<style>
a { background-color: #12BE7D; }
a { background-color: rgb(18,190,125); }
div.DivClassName
{
background-color: #12BE7D;
}
.BgClassName
{
background-color: #12BE7D;
}
</style>
border-color css
<style>
span { border-color: #12BE7D; }
span { border-color: rgb(18,190,125); }
td.TdClassName
{
border-color: #12BE7D;
}
.TagClassName
{
border-color: #12BE7D;
}
</style>