Shades of Mountain Meadow #15BC7E
Tints of Mountain Meadow #15BC7E
RGB
CMYK
RGB Variations
Color information
#15BC7E (or 0x15BC7E) is known color: Mountain Meadow. HEX triplet: 15, BC and 7E. RGB value is (21,188,126). Sum of RGB (Red+Green+Blue) = 21+188+126=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC7E is #EA4381. Grayscale: #838383. Windows color (decimal): -15352706 or 8305685. OLE color: 8305685.
HSL color Cylindrical-coordinate representation of color #15BC7E: hue angle of 157.72º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC7E is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 126 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.26 |
| HSL | 157.72º | 0.8% | 0.41% | - |
| HSV(B) | 157.72º | 0.89% | 0.74% | - |
| XYZ | 22.06 | 37.63 | 25.84 | - |
| YUV | 131 | 125.17 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 126 | 0.89 | 0 | 0.33 | 0.26 | 157.72 | 0.8 | 0.41 |
| Hex | 15 | BC | 7E | 59 | 0 | 21 | 1A | 9E | 50 | 29 |
| Octal | 25 | 274 | 176 | 131 | 0 | 41 | 32 | 236 | 120 | 51 |
| Binary | 10101 | 10111100 | 1111110 | 1011001 | 0 | 100001 | 11010 | 10011110 | 1010000 | 101001 |
Color Harmonies of #15BC7E
Complementary color
Monochromatic Colors of #15BC7E
Black with #15BC7E
Text Example
Text Example
White with #15BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC7E; }
p { color: rgb(21,188,126); }
H1.HeaderClassName
{
color: #15BC7E;
}
.AnyTagClassName
{
color: #15BC7E;
}
</style>
background-color css
<style>
a { background-color: #15BC7E; }
a { background-color: rgb(21,188,126); }
div.DivClassName
{
background-color: #15BC7E;
}
.BgClassName
{
background-color: #15BC7E;
}
</style>
border-color css
<style>
span { border-color: #15BC7E; }
span { border-color: rgb(21,188,126); }
td.TdClassName
{
border-color: #15BC7E;
}
.TagClassName
{
border-color: #15BC7E;
}
</style>