Shades of Mountain Meadow #15C970
Tints of Mountain Meadow #15C970
RGB
CMYK
RGB Variations
Color information
#15C970 (or 0x15C970) is known color: Mountain Meadow. HEX triplet: 15, C9 and 70. RGB value is (21,201,112). Sum of RGB (Red+Green+Blue) = 21+201+112=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #15C970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15C970 is #EA368F. Grayscale: #898989. Windows color (decimal): -15349392 or 7391509. OLE color: 7391509.
HSL color Cylindrical-coordinate representation of color #15C970: hue angle of 150.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C970 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 201 | 112 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.21 |
| HSL | 150.33º | 0.81% | 0.44% | - |
| HSV(B) | 150.33º | 0.9% | 0.79% | - |
| XYZ | 24.12 | 43.1 | 22.38 | - |
| YUV | 137.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 201 | 112 | 0.90 | 0 | 0.44 | 0.21 | 150.33 | 0.81 | 0.44 |
| Hex | 15 | C9 | 70 | 5A | 0 | 2C | 15 | 96 | 51 | 2C |
| Octal | 25 | 311 | 160 | 132 | 0 | 54 | 25 | 226 | 121 | 54 |
| Binary | 10101 | 11001001 | 1110000 | 1011010 | 0 | 101100 | 10101 | 10010110 | 1010001 | 101100 |
Color Harmonies of #15C970
Complementary color
Monochromatic Colors of #15C970
Black with #15C970
Text Example
Text Example
White with #15C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C970; }
p { color: rgb(21,201,112); }
H1.HeaderClassName
{
color: #15C970;
}
.AnyTagClassName
{
color: #15C970;
}
</style>
background-color css
<style>
a { background-color: #15C970; }
a { background-color: rgb(21,201,112); }
div.DivClassName
{
background-color: #15C970;
}
.BgClassName
{
background-color: #15C970;
}
</style>
border-color css
<style>
span { border-color: #15C970; }
span { border-color: rgb(21,201,112); }
td.TdClassName
{
border-color: #15C970;
}
.TagClassName
{
border-color: #15C970;
}
</style>