Shades of Mountain Meadow #15BC8D
Tints of Mountain Meadow #15BC8D
RGB
CMYK
RGB Variations
Color information
#15BC8D (or 0x15BC8D) is known color: Mountain Meadow. HEX triplet: 15, BC and 8D. RGB value is (21,188,141). Sum of RGB (Red+Green+Blue) = 21+188+141=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BC8D is #EA4372. Grayscale: #848484. Windows color (decimal): -15352691 or 9288725. OLE color: 9288725.
HSL color Cylindrical-coordinate representation of color #15BC8D: hue angle of 163.11º 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 #15BC8D is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 141 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.26 |
| HSL | 163.11º | 0.8% | 0.41% | - |
| HSV(B) | 163.11º | 0.89% | 0.74% | - |
| XYZ | 23.1 | 38.05 | 31.33 | - |
| YUV | 132.71 | 132.67 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 141 | 0.89 | 0 | 0.25 | 0.26 | 163.11 | 0.8 | 0.41 |
| Hex | 15 | BC | 8D | 59 | 0 | 19 | 1A | A3 | 50 | 29 |
| Octal | 25 | 274 | 215 | 131 | 0 | 31 | 32 | 243 | 120 | 51 |
| Binary | 10101 | 10111100 | 10001101 | 1011001 | 0 | 11001 | 11010 | 10100011 | 1010000 | 101001 |
Color Harmonies of #15BC8D
Complementary color
Monochromatic Colors of #15BC8D
Black with #15BC8D
Text Example
Text Example
White with #15BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC8D; }
p { color: rgb(21,188,141); }
H1.HeaderClassName
{
color: #15BC8D;
}
.AnyTagClassName
{
color: #15BC8D;
}
</style>
background-color css
<style>
a { background-color: #15BC8D; }
a { background-color: rgb(21,188,141); }
div.DivClassName
{
background-color: #15BC8D;
}
.BgClassName
{
background-color: #15BC8D;
}
</style>
border-color css
<style>
span { border-color: #15BC8D; }
span { border-color: rgb(21,188,141); }
td.TdClassName
{
border-color: #15BC8D;
}
.TagClassName
{
border-color: #15BC8D;
}
</style>