Shades of Mountain Meadow #15A081
Tints of Mountain Meadow #15A081
RGB
CMYK
RGB Variations
Color information
#15A081 (or 0x15A081) is known color: Mountain Meadow. HEX triplet: 15, A0 and 81. RGB value is (21,160,129). Sum of RGB (Red+Green+Blue) = 21+160+129=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #15A081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A081 is #EA5F7E. Grayscale: #727272. Windows color (decimal): -15359871 or 8495125. OLE color: 8495125.
HSL color Cylindrical-coordinate representation of color #15A081: hue angle of 166.62º 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 #15A081 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 129 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.37 |
| HSL | 166.62º | 0.77% | 0.35% | - |
| HSV(B) | 166.62º | 0.87% | 0.63% | - |
| XYZ | 16.84 | 26.89 | 25.07 | - |
| YUV | 114.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 129 | 0.87 | 0 | 0.19 | 0.37 | 166.62 | 0.77 | 0.35 |
| Hex | 15 | A0 | 81 | 57 | 0 | 13 | 25 | A7 | 4D | 23 |
| Octal | 25 | 240 | 201 | 127 | 0 | 23 | 45 | 247 | 115 | 43 |
| Binary | 10101 | 10100000 | 10000001 | 1010111 | 0 | 10011 | 100101 | 10100111 | 1001101 | 100011 |
Color Harmonies of #15A081
Complementary color
Monochromatic Colors of #15A081
Black with #15A081
Text Example
Text Example
White with #15A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A081; }
p { color: rgb(21,160,129); }
H1.HeaderClassName
{
color: #15A081;
}
.AnyTagClassName
{
color: #15A081;
}
</style>
background-color css
<style>
a { background-color: #15A081; }
a { background-color: rgb(21,160,129); }
div.DivClassName
{
background-color: #15A081;
}
.BgClassName
{
background-color: #15A081;
}
</style>
border-color css
<style>
span { border-color: #15A081; }
span { border-color: rgb(21,160,129); }
td.TdClassName
{
border-color: #15A081;
}
.TagClassName
{
border-color: #15A081;
}
</style>