Shades of Mountain Meadow #15BC73
Tints of Mountain Meadow #15BC73
RGB
CMYK
RGB Variations
Color information
#15BC73 (or 0x15BC73) is known color: Mountain Meadow. HEX triplet: 15, BC and 73. RGB value is (21,188,115). Sum of RGB (Red+Green+Blue) = 21+188+115=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC73 is #EA438C. Grayscale: #818181. Windows color (decimal): -15352717 or 7584789. OLE color: 7584789.
HSL color Cylindrical-coordinate representation of color #15BC73: hue angle of 153.77º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC73 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 115 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.26 |
| HSL | 153.77º | 0.8% | 0.41% | - |
| HSV(B) | 153.77º | 0.89% | 0.74% | - |
| XYZ | 21.39 | 37.36 | 22.3 | - |
| YUV | 129.75 | 119.67 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 115 | 0.89 | 0 | 0.39 | 0.26 | 153.77 | 0.8 | 0.41 |
| Hex | 15 | BC | 73 | 59 | 0 | 27 | 1A | 9A | 50 | 29 |
| Octal | 25 | 274 | 163 | 131 | 0 | 47 | 32 | 232 | 120 | 51 |
| Binary | 10101 | 10111100 | 1110011 | 1011001 | 0 | 100111 | 11010 | 10011010 | 1010000 | 101001 |
Color Harmonies of #15BC73
Complementary color
Monochromatic Colors of #15BC73
Black with #15BC73
Text Example
Text Example
White with #15BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC73; }
p { color: rgb(21,188,115); }
H1.HeaderClassName
{
color: #15BC73;
}
.AnyTagClassName
{
color: #15BC73;
}
</style>
background-color css
<style>
a { background-color: #15BC73; }
a { background-color: rgb(21,188,115); }
div.DivClassName
{
background-color: #15BC73;
}
.BgClassName
{
background-color: #15BC73;
}
</style>
border-color css
<style>
span { border-color: #15BC73; }
span { border-color: rgb(21,188,115); }
td.TdClassName
{
border-color: #15BC73;
}
.TagClassName
{
border-color: #15BC73;
}
</style>