Shades of Mountain Meadow #15BF8D
Tints of Mountain Meadow #15BF8D
RGB
CMYK
RGB Variations
Color information
#15BF8D (or 0x15BF8D) is known color: Mountain Meadow. HEX triplet: 15, BF and 8D. RGB value is (21,191,141). Sum of RGB (Red+Green+Blue) = 21+191+141=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #15BF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BF8D is #EA4072. Grayscale: #868686. Windows color (decimal): -15351923 or 9289493. OLE color: 9289493.
HSL color Cylindrical-coordinate representation of color #15BF8D: hue angle of 162.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BF8D is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 191 | 141 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.25 |
| HSL | 162.35º | 0.8% | 0.42% | - |
| HSV(B) | 162.35º | 0.89% | 0.75% | - |
| XYZ | 23.75 | 39.34 | 31.54 | - |
| YUV | 134.47 | 131.68 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 141 | 0.89 | 0 | 0.26 | 0.25 | 162.35 | 0.8 | 0.42 |
| Hex | 15 | BF | 8D | 59 | 0 | 1A | 19 | A2 | 50 | 2A |
| Octal | 25 | 277 | 215 | 131 | 0 | 32 | 31 | 242 | 120 | 52 |
| Binary | 10101 | 10111111 | 10001101 | 1011001 | 0 | 11010 | 11001 | 10100010 | 1010000 | 101010 |
Color Harmonies of #15BF8D
Complementary color
Monochromatic Colors of #15BF8D
Black with #15BF8D
Text Example
Text Example
White with #15BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BF8D; }
p { color: rgb(21,191,141); }
H1.HeaderClassName
{
color: #15BF8D;
}
.AnyTagClassName
{
color: #15BF8D;
}
</style>
background-color css
<style>
a { background-color: #15BF8D; }
a { background-color: rgb(21,191,141); }
div.DivClassName
{
background-color: #15BF8D;
}
.BgClassName
{
background-color: #15BF8D;
}
</style>
border-color css
<style>
span { border-color: #15BF8D; }
span { border-color: rgb(21,191,141); }
td.TdClassName
{
border-color: #15BF8D;
}
.TagClassName
{
border-color: #15BF8D;
}
</style>