Shades of Mountain Meadow #15CE86
Tints of Mountain Meadow #15CE86
RGB
CMYK
RGB Variations
Color information
#15CE86 (or 0x15CE86) is known color: Mountain Meadow. HEX triplet: 15, CE and 86. RGB value is (21,206,134). Sum of RGB (Red+Green+Blue) = 21+206+134=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #15CE86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CE86 is #EA3179. Grayscale: #8E8E8E. Windows color (decimal): -15348090 or 8834581. OLE color: 8834581.
HSL color Cylindrical-coordinate representation of color #15CE86: hue angle of 156.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CE86 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 206 | 134 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.19 |
| HSL | 156.65º | 0.81% | 0.45% | - |
| HSV(B) | 156.65º | 0.9% | 0.81% | - |
| XYZ | 26.68 | 46.02 | 30.03 | - |
| YUV | 142.48 | 123.21 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 134 | 0.90 | 0 | 0.35 | 0.19 | 156.65 | 0.81 | 0.45 |
| Hex | 15 | CE | 86 | 5A | 0 | 23 | 13 | 9D | 51 | 2D |
| Octal | 25 | 316 | 206 | 132 | 0 | 43 | 23 | 235 | 121 | 55 |
| Binary | 10101 | 11001110 | 10000110 | 1011010 | 0 | 100011 | 10011 | 10011101 | 1010001 | 101101 |
Color Harmonies of #15CE86
Complementary color
Monochromatic Colors of #15CE86
Black with #15CE86
Text Example
Text Example
White with #15CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CE86; }
p { color: rgb(21,206,134); }
H1.HeaderClassName
{
color: #15CE86;
}
.AnyTagClassName
{
color: #15CE86;
}
</style>
background-color css
<style>
a { background-color: #15CE86; }
a { background-color: rgb(21,206,134); }
div.DivClassName
{
background-color: #15CE86;
}
.BgClassName
{
background-color: #15CE86;
}
</style>
border-color css
<style>
span { border-color: #15CE86; }
span { border-color: rgb(21,206,134); }
td.TdClassName
{
border-color: #15CE86;
}
.TagClassName
{
border-color: #15CE86;
}
</style>