Shades of Mountain Meadow #15BA7A
Tints of Mountain Meadow #15BA7A
RGB
CMYK
RGB Variations
Color information
#15BA7A (or 0x15BA7A) is known color: Mountain Meadow. HEX triplet: 15, BA and 7A. RGB value is (21,186,122). Sum of RGB (Red+Green+Blue) = 21+186+122=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA7A is #EA4585. Grayscale: #818181. Windows color (decimal): -15353222 or 8043029. OLE color: 8043029.
HSL color Cylindrical-coordinate representation of color #15BA7A: hue angle of 156.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA7A is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 122 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.27 |
| HSL | 156.73º | 0.8% | 0.41% | - |
| HSV(B) | 156.73º | 0.89% | 0.73% | - |
| XYZ | 21.38 | 36.68 | 24.37 | - |
| YUV | 129.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 122 | 0.89 | 0 | 0.34 | 0.27 | 156.73 | 0.8 | 0.41 |
| Hex | 15 | BA | 7A | 59 | 0 | 22 | 1B | 9D | 50 | 29 |
| Octal | 25 | 272 | 172 | 131 | 0 | 42 | 33 | 235 | 120 | 51 |
| Binary | 10101 | 10111010 | 1111010 | 1011001 | 0 | 100010 | 11011 | 10011101 | 1010000 | 101001 |
Color Harmonies of #15BA7A
Complementary color
Monochromatic Colors of #15BA7A
Black with #15BA7A
Text Example
Text Example
White with #15BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA7A; }
p { color: rgb(21,186,122); }
H1.HeaderClassName
{
color: #15BA7A;
}
.AnyTagClassName
{
color: #15BA7A;
}
</style>
background-color css
<style>
a { background-color: #15BA7A; }
a { background-color: rgb(21,186,122); }
div.DivClassName
{
background-color: #15BA7A;
}
.BgClassName
{
background-color: #15BA7A;
}
</style>
border-color css
<style>
span { border-color: #15BA7A; }
span { border-color: rgb(21,186,122); }
td.TdClassName
{
border-color: #15BA7A;
}
.TagClassName
{
border-color: #15BA7A;
}
</style>