Shades of Mountain Meadow #15BC71
Tints of Mountain Meadow #15BC71
RGB
CMYK
RGB Variations
Color information
#15BC71 (or 0x15BC71) is known color: Mountain Meadow. HEX triplet: 15, BC and 71. RGB value is (21,188,113). Sum of RGB (Red+Green+Blue) = 21+188+113=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC71 is #EA438E. Grayscale: #818181. Windows color (decimal): -15352719 or 7453717. OLE color: 7453717.
HSL color Cylindrical-coordinate representation of color #15BC71: hue angle of 153.05º 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 #15BC71 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 113 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.26 |
| HSL | 153.05º | 0.8% | 0.41% | - |
| HSV(B) | 153.05º | 0.89% | 0.74% | - |
| XYZ | 21.27 | 37.32 | 21.7 | - |
| YUV | 129.52 | 118.67 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 113 | 0.89 | 0 | 0.40 | 0.26 | 153.05 | 0.8 | 0.41 |
| Hex | 15 | BC | 71 | 59 | 0 | 28 | 1A | 99 | 50 | 29 |
| Octal | 25 | 274 | 161 | 131 | 0 | 50 | 32 | 231 | 120 | 51 |
| Binary | 10101 | 10111100 | 1110001 | 1011001 | 0 | 101000 | 11010 | 10011001 | 1010000 | 101001 |
Color Harmonies of #15BC71
Complementary color
Monochromatic Colors of #15BC71
Black with #15BC71
Text Example
Text Example
White with #15BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC71; }
p { color: rgb(21,188,113); }
H1.HeaderClassName
{
color: #15BC71;
}
.AnyTagClassName
{
color: #15BC71;
}
</style>
background-color css
<style>
a { background-color: #15BC71; }
a { background-color: rgb(21,188,113); }
div.DivClassName
{
background-color: #15BC71;
}
.BgClassName
{
background-color: #15BC71;
}
</style>
border-color css
<style>
span { border-color: #15BC71; }
span { border-color: rgb(21,188,113); }
td.TdClassName
{
border-color: #15BC71;
}
.TagClassName
{
border-color: #15BC71;
}
</style>