Shades of Mountain Meadow #15CB86
Tints of Mountain Meadow #15CB86
RGB
CMYK
RGB Variations
Color information
#15CB86 (or 0x15CB86) is known color: Mountain Meadow. HEX triplet: 15, CB and 86. RGB value is (21,203,134). Sum of RGB (Red+Green+Blue) = 21+203+134=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CB86 is #EA3479. Grayscale: #8C8C8C. Windows color (decimal): -15348858 or 8833813. OLE color: 8833813.
HSL color Cylindrical-coordinate representation of color #15CB86: hue angle of 157.25º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CB86 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 134 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.20 |
| HSL | 157.25º | 0.81% | 0.44% | - |
| HSV(B) | 157.25º | 0.9% | 0.8% | - |
| XYZ | 25.97 | 44.59 | 29.79 | - |
| YUV | 140.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 134 | 0.90 | 0 | 0.34 | 0.20 | 157.25 | 0.81 | 0.44 |
| Hex | 15 | CB | 86 | 5A | 0 | 22 | 14 | 9D | 51 | 2C |
| Octal | 25 | 313 | 206 | 132 | 0 | 42 | 24 | 235 | 121 | 54 |
| Binary | 10101 | 11001011 | 10000110 | 1011010 | 0 | 100010 | 10100 | 10011101 | 1010001 | 101100 |
Color Harmonies of #15CB86
Complementary color
Monochromatic Colors of #15CB86
Black with #15CB86
Text Example
Text Example
White with #15CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB86; }
p { color: rgb(21,203,134); }
H1.HeaderClassName
{
color: #15CB86;
}
.AnyTagClassName
{
color: #15CB86;
}
</style>
background-color css
<style>
a { background-color: #15CB86; }
a { background-color: rgb(21,203,134); }
div.DivClassName
{
background-color: #15CB86;
}
.BgClassName
{
background-color: #15CB86;
}
</style>
border-color css
<style>
span { border-color: #15CB86; }
span { border-color: rgb(21,203,134); }
td.TdClassName
{
border-color: #15CB86;
}
.TagClassName
{
border-color: #15CB86;
}
</style>