Shades of Mountain Meadow #15A084
Tints of Mountain Meadow #15A084
RGB
CMYK
RGB Variations
Color information
#15A084 (or 0x15A084) is known color: Mountain Meadow. HEX triplet: 15, A0 and 84. RGB value is (21,160,132). Sum of RGB (Red+Green+Blue) = 21+160+132=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #15A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A084 is #EA5F7B. Grayscale: #737373. Windows color (decimal): -15359868 or 8691733. OLE color: 8691733.
HSL color Cylindrical-coordinate representation of color #15A084: hue angle of 167.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A084 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 132 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.37 |
| HSL | 167.91º | 0.77% | 0.35% | - |
| HSV(B) | 167.91º | 0.87% | 0.63% | - |
| XYZ | 17.04 | 26.97 | 26.14 | - |
| YUV | 115.25 | 137.45 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 132 | 0.87 | 0 | 0.17 | 0.37 | 167.91 | 0.77 | 0.35 |
| Hex | 15 | A0 | 84 | 57 | 0 | 11 | 25 | A8 | 4D | 23 |
| Octal | 25 | 240 | 204 | 127 | 0 | 21 | 45 | 250 | 115 | 43 |
| Binary | 10101 | 10100000 | 10000100 | 1010111 | 0 | 10001 | 100101 | 10101000 | 1001101 | 100011 |
Color Harmonies of #15A084
Complementary color
Monochromatic Colors of #15A084
Black with #15A084
Text Example
Text Example
White with #15A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A084; }
p { color: rgb(21,160,132); }
H1.HeaderClassName
{
color: #15A084;
}
.AnyTagClassName
{
color: #15A084;
}
</style>
background-color css
<style>
a { background-color: #15A084; }
a { background-color: rgb(21,160,132); }
div.DivClassName
{
background-color: #15A084;
}
.BgClassName
{
background-color: #15A084;
}
</style>
border-color css
<style>
span { border-color: #15A084; }
span { border-color: rgb(21,160,132); }
td.TdClassName
{
border-color: #15A084;
}
.TagClassName
{
border-color: #15A084;
}
</style>