Shades of Mountain Meadow #15BC72
Tints of Mountain Meadow #15BC72
RGB
CMYK
RGB Variations
Color information
#15BC72 (or 0x15BC72) is known color: Mountain Meadow. HEX triplet: 15, BC and 72. RGB value is (21,188,114). Sum of RGB (Red+Green+Blue) = 21+188+114=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC72 is #EA438D. Grayscale: #818181. Windows color (decimal): -15352718 or 7519253. OLE color: 7519253.
HSL color Cylindrical-coordinate representation of color #15BC72: hue angle of 153.41º 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 #15BC72 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 114 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.26 |
| HSL | 153.41º | 0.8% | 0.41% | - |
| HSV(B) | 153.41º | 0.89% | 0.74% | - |
| XYZ | 21.33 | 37.34 | 22 | - |
| YUV | 129.63 | 119.17 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 114 | 0.89 | 0 | 0.39 | 0.26 | 153.41 | 0.8 | 0.41 |
| Hex | 15 | BC | 72 | 59 | 0 | 27 | 1A | 99 | 50 | 29 |
| Octal | 25 | 274 | 162 | 131 | 0 | 47 | 32 | 231 | 120 | 51 |
| Binary | 10101 | 10111100 | 1110010 | 1011001 | 0 | 100111 | 11010 | 10011001 | 1010000 | 101001 |
Color Harmonies of #15BC72
Complementary color
Monochromatic Colors of #15BC72
Black with #15BC72
Text Example
Text Example
White with #15BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC72; }
p { color: rgb(21,188,114); }
H1.HeaderClassName
{
color: #15BC72;
}
.AnyTagClassName
{
color: #15BC72;
}
</style>
background-color css
<style>
a { background-color: #15BC72; }
a { background-color: rgb(21,188,114); }
div.DivClassName
{
background-color: #15BC72;
}
.BgClassName
{
background-color: #15BC72;
}
</style>
border-color css
<style>
span { border-color: #15BC72; }
span { border-color: rgb(21,188,114); }
td.TdClassName
{
border-color: #15BC72;
}
.TagClassName
{
border-color: #15BC72;
}
</style>