Shades of Mountain Meadow #12BE7B
Tints of Mountain Meadow #12BE7B
RGB
CMYK
RGB Variations
Color information
#12BE7B (or 0x12BE7B) is known color: Mountain Meadow. HEX triplet: 12, BE and 7B. RGB value is (18,190,123). Sum of RGB (Red+Green+Blue) = 18+190+123=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE7B is #ED4184. Grayscale: #838383. Windows color (decimal): -15548805 or 8109586. OLE color: 8109586.
HSL color Cylindrical-coordinate representation of color #12BE7B: hue angle of 156.63º 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 #12BE7B is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 123 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.25 |
| HSL | 156.63º | 0.83% | 0.41% | - |
| HSV(B) | 156.63º | 0.91% | 0.75% | - |
| XYZ | 22.24 | 38.39 | 24.98 | - |
| YUV | 130.93 | 123.52 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 123 | 0.91 | 0 | 0.35 | 0.25 | 156.63 | 0.83 | 0.41 |
| Hex | 12 | BE | 7B | 5B | 0 | 23 | 19 | 9D | 53 | 29 |
| Octal | 22 | 276 | 173 | 133 | 0 | 43 | 31 | 235 | 123 | 51 |
| Binary | 10010 | 10111110 | 1111011 | 1011011 | 0 | 100011 | 11001 | 10011101 | 1010011 | 101001 |
Color Harmonies of #12BE7B
Complementary color
Monochromatic Colors of #12BE7B
Black with #12BE7B
Text Example
Text Example
White with #12BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE7B; }
p { color: rgb(18,190,123); }
H1.HeaderClassName
{
color: #12BE7B;
}
.AnyTagClassName
{
color: #12BE7B;
}
</style>
background-color css
<style>
a { background-color: #12BE7B; }
a { background-color: rgb(18,190,123); }
div.DivClassName
{
background-color: #12BE7B;
}
.BgClassName
{
background-color: #12BE7B;
}
</style>
border-color css
<style>
span { border-color: #12BE7B; }
span { border-color: rgb(18,190,123); }
td.TdClassName
{
border-color: #12BE7B;
}
.TagClassName
{
border-color: #12BE7B;
}
</style>