Shades of Mountain Meadow #15C486
Tints of Mountain Meadow #15C486
RGB
CMYK
RGB Variations
Color information
#15C486 (or 0x15C486) is known color: Mountain Meadow. HEX triplet: 15, C4 and 86. RGB value is (21,196,134). Sum of RGB (Red+Green+Blue) = 21+196+134=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #15C486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C486 is #EA3B79. Grayscale: #888888. Windows color (decimal): -15350650 or 8832021. OLE color: 8832021.
HSL color Cylindrical-coordinate representation of color #15C486: hue angle of 158.74º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C486 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 196 | 134 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.23 |
| HSL | 158.74º | 0.81% | 0.43% | - |
| HSV(B) | 158.74º | 0.89% | 0.77% | - |
| XYZ | 24.35 | 41.36 | 29.25 | - |
| YUV | 136.61 | 126.52 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 196 | 134 | 0.89 | 0 | 0.32 | 0.23 | 158.74 | 0.81 | 0.43 |
| Hex | 15 | C4 | 86 | 59 | 0 | 20 | 17 | 9F | 51 | 2B |
| Octal | 25 | 304 | 206 | 131 | 0 | 40 | 27 | 237 | 121 | 53 |
| Binary | 10101 | 11000100 | 10000110 | 1011001 | 0 | 100000 | 10111 | 10011111 | 1010001 | 101011 |
Color Harmonies of #15C486
Complementary color
Monochromatic Colors of #15C486
Black with #15C486
Text Example
Text Example
White with #15C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C486; }
p { color: rgb(21,196,134); }
H1.HeaderClassName
{
color: #15C486;
}
.AnyTagClassName
{
color: #15C486;
}
</style>
background-color css
<style>
a { background-color: #15C486; }
a { background-color: rgb(21,196,134); }
div.DivClassName
{
background-color: #15C486;
}
.BgClassName
{
background-color: #15C486;
}
</style>
border-color css
<style>
span { border-color: #15C486; }
span { border-color: rgb(21,196,134); }
td.TdClassName
{
border-color: #15C486;
}
.TagClassName
{
border-color: #15C486;
}
</style>