Shades of Mountain Meadow #15C095
Tints of Mountain Meadow #15C095
RGB
CMYK
RGB Variations
Color information
#15C095 (or 0x15C095) is known color: Mountain Meadow. HEX triplet: 15, C0 and 95. RGB value is (21,192,149). Sum of RGB (Red+Green+Blue) = 21+192+149=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #15C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C095 is #EA3F6A. Grayscale: #878787. Windows color (decimal): -15351659 or 9814037. OLE color: 9814037.
HSL color Cylindrical-coordinate representation of color #15C095: hue angle of 164.91º 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 #15C095 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 149 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.25 |
| HSL | 164.91º | 0.8% | 0.42% | - |
| HSV(B) | 164.91º | 0.89% | 0.75% | - |
| XYZ | 24.58 | 40.03 | 34.86 | - |
| YUV | 135.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 149 | 0.89 | 0 | 0.22 | 0.25 | 164.91 | 0.8 | 0.42 |
| Hex | 15 | C0 | 95 | 59 | 0 | 16 | 19 | A5 | 50 | 2A |
| Octal | 25 | 300 | 225 | 131 | 0 | 26 | 31 | 245 | 120 | 52 |
| Binary | 10101 | 11000000 | 10010101 | 1011001 | 0 | 10110 | 11001 | 10100101 | 1010000 | 101010 |
Color Harmonies of #15C095
Complementary color
Monochromatic Colors of #15C095
Black with #15C095
Text Example
Text Example
White with #15C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C095; }
p { color: rgb(21,192,149); }
H1.HeaderClassName
{
color: #15C095;
}
.AnyTagClassName
{
color: #15C095;
}
</style>
background-color css
<style>
a { background-color: #15C095; }
a { background-color: rgb(21,192,149); }
div.DivClassName
{
background-color: #15C095;
}
.BgClassName
{
background-color: #15C095;
}
</style>
border-color css
<style>
span { border-color: #15C095; }
span { border-color: rgb(21,192,149); }
td.TdClassName
{
border-color: #15C095;
}
.TagClassName
{
border-color: #15C095;
}
</style>