Shades of Mountain Meadow #15C285
Tints of Mountain Meadow #15C285
RGB
CMYK
RGB Variations
Color information
#15C285 (or 0x15C285) is known color: Mountain Meadow. HEX triplet: 15, C2 and 85. RGB value is (21,194,133). Sum of RGB (Red+Green+Blue) = 21+194+133=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #15C285 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C285 is #EA3D7A. Grayscale: #878787. Windows color (decimal): -15351163 or 8765973. OLE color: 8765973.
HSL color Cylindrical-coordinate representation of color #15C285: hue angle of 158.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C285 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 194 | 133 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.24 |
| HSL | 158.84º | 0.8% | 0.42% | - |
| HSV(B) | 158.84º | 0.89% | 0.76% | - |
| XYZ | 23.83 | 40.44 | 28.74 | - |
| YUV | 135.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 133 | 0.89 | 0 | 0.31 | 0.24 | 158.84 | 0.8 | 0.42 |
| Hex | 15 | C2 | 85 | 59 | 0 | 1F | 18 | 9F | 50 | 2A |
| Octal | 25 | 302 | 205 | 131 | 0 | 37 | 30 | 237 | 120 | 52 |
| Binary | 10101 | 11000010 | 10000101 | 1011001 | 0 | 11111 | 11000 | 10011111 | 1010000 | 101010 |
Color Harmonies of #15C285
Complementary color
Monochromatic Colors of #15C285
Black with #15C285
Text Example
Text Example
White with #15C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C285; }
p { color: rgb(21,194,133); }
H1.HeaderClassName
{
color: #15C285;
}
.AnyTagClassName
{
color: #15C285;
}
</style>
background-color css
<style>
a { background-color: #15C285; }
a { background-color: rgb(21,194,133); }
div.DivClassName
{
background-color: #15C285;
}
.BgClassName
{
background-color: #15C285;
}
</style>
border-color css
<style>
span { border-color: #15C285; }
span { border-color: rgb(21,194,133); }
td.TdClassName
{
border-color: #15C285;
}
.TagClassName
{
border-color: #15C285;
}
</style>