Shades of Mountain Meadow #15BA74
Tints of Mountain Meadow #15BA74
RGB
CMYK
RGB Variations
Color information
#15BA74 (or 0x15BA74) is known color: Mountain Meadow. HEX triplet: 15, BA and 74. RGB value is (21,186,116). Sum of RGB (Red+Green+Blue) = 21+186+116=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA74 is #EA458B. Grayscale: #808080. Windows color (decimal): -15353228 or 7649813. OLE color: 7649813.
HSL color Cylindrical-coordinate representation of color #15BA74: hue angle of 154.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA74 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 116 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.27 |
| HSL | 154.55º | 0.8% | 0.41% | - |
| HSV(B) | 154.55º | 0.89% | 0.73% | - |
| XYZ | 21.02 | 36.54 | 22.47 | - |
| YUV | 128.69 | 120.84 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 116 | 0.89 | 0 | 0.38 | 0.27 | 154.55 | 0.8 | 0.41 |
| Hex | 15 | BA | 74 | 59 | 0 | 26 | 1B | 9B | 50 | 29 |
| Octal | 25 | 272 | 164 | 131 | 0 | 46 | 33 | 233 | 120 | 51 |
| Binary | 10101 | 10111010 | 1110100 | 1011001 | 0 | 100110 | 11011 | 10011011 | 1010000 | 101001 |
Color Harmonies of #15BA74
Complementary color
Monochromatic Colors of #15BA74
Black with #15BA74
Text Example
Text Example
White with #15BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA74; }
p { color: rgb(21,186,116); }
H1.HeaderClassName
{
color: #15BA74;
}
.AnyTagClassName
{
color: #15BA74;
}
</style>
background-color css
<style>
a { background-color: #15BA74; }
a { background-color: rgb(21,186,116); }
div.DivClassName
{
background-color: #15BA74;
}
.BgClassName
{
background-color: #15BA74;
}
</style>
border-color css
<style>
span { border-color: #15BA74; }
span { border-color: rgb(21,186,116); }
td.TdClassName
{
border-color: #15BA74;
}
.TagClassName
{
border-color: #15BA74;
}
</style>