Shades of Mountain Meadow #15C275
Tints of Mountain Meadow #15C275
RGB
CMYK
RGB Variations
Color information
#15C275 (or 0x15C275) is known color: Mountain Meadow. HEX triplet: 15, C2 and 75. RGB value is (21,194,117). Sum of RGB (Red+Green+Blue) = 21+194+117=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #15C275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15C275 is #EA3D8A. Grayscale: #858585. Windows color (decimal): -15351179 or 7717397. OLE color: 7717397.
HSL color Cylindrical-coordinate representation of color #15C275: hue angle of 153.29º 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 #15C275 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 194 | 117 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.24 |
| HSL | 153.29º | 0.8% | 0.42% | - |
| HSV(B) | 153.29º | 0.89% | 0.76% | - |
| XYZ | 22.81 | 40.03 | 23.35 | - |
| YUV | 133.5 | 118.69 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 117 | 0.89 | 0 | 0.40 | 0.24 | 153.29 | 0.8 | 0.42 |
| Hex | 15 | C2 | 75 | 59 | 0 | 28 | 18 | 99 | 50 | 2A |
| Octal | 25 | 302 | 165 | 131 | 0 | 50 | 30 | 231 | 120 | 52 |
| Binary | 10101 | 11000010 | 1110101 | 1011001 | 0 | 101000 | 11000 | 10011001 | 1010000 | 101010 |
Color Harmonies of #15C275
Complementary color
Monochromatic Colors of #15C275
Black with #15C275
Text Example
Text Example
White with #15C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C275; }
p { color: rgb(21,194,117); }
H1.HeaderClassName
{
color: #15C275;
}
.AnyTagClassName
{
color: #15C275;
}
</style>
background-color css
<style>
a { background-color: #15C275; }
a { background-color: rgb(21,194,117); }
div.DivClassName
{
background-color: #15C275;
}
.BgClassName
{
background-color: #15C275;
}
</style>
border-color css
<style>
span { border-color: #15C275; }
span { border-color: rgb(21,194,117); }
td.TdClassName
{
border-color: #15C275;
}
.TagClassName
{
border-color: #15C275;
}
</style>