Shades of Mountain Meadow #15BC74
Tints of Mountain Meadow #15BC74
RGB
CMYK
RGB Variations
Color information
#15BC74 (or 0x15BC74) is known color: Mountain Meadow. HEX triplet: 15, BC and 74. RGB value is (21,188,116). Sum of RGB (Red+Green+Blue) = 21+188+116=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC74 is #EA438B. Grayscale: #818181. Windows color (decimal): -15352716 or 7650325. OLE color: 7650325.
HSL color Cylindrical-coordinate representation of color #15BC74: hue angle of 154.13º 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 #15BC74 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 116 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.26 |
| HSL | 154.13º | 0.8% | 0.41% | - |
| HSV(B) | 154.13º | 0.89% | 0.74% | - |
| XYZ | 21.44 | 37.39 | 22.61 | - |
| YUV | 129.86 | 120.17 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 116 | 0.89 | 0 | 0.38 | 0.26 | 154.13 | 0.8 | 0.41 |
| Hex | 15 | BC | 74 | 59 | 0 | 26 | 1A | 9A | 50 | 29 |
| Octal | 25 | 274 | 164 | 131 | 0 | 46 | 32 | 232 | 120 | 51 |
| Binary | 10101 | 10111100 | 1110100 | 1011001 | 0 | 100110 | 11010 | 10011010 | 1010000 | 101001 |
Color Harmonies of #15BC74
Complementary color
Monochromatic Colors of #15BC74
Black with #15BC74
Text Example
Text Example
White with #15BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC74; }
p { color: rgb(21,188,116); }
H1.HeaderClassName
{
color: #15BC74;
}
.AnyTagClassName
{
color: #15BC74;
}
</style>
background-color css
<style>
a { background-color: #15BC74; }
a { background-color: rgb(21,188,116); }
div.DivClassName
{
background-color: #15BC74;
}
.BgClassName
{
background-color: #15BC74;
}
</style>
border-color css
<style>
span { border-color: #15BC74; }
span { border-color: rgb(21,188,116); }
td.TdClassName
{
border-color: #15BC74;
}
.TagClassName
{
border-color: #15BC74;
}
</style>