Shades of Mountain Meadow #15D084
Tints of Mountain Meadow #15D084
RGB
CMYK
RGB Variations
Color information
#15D084 (or 0x15D084) is known color: Mountain Meadow. HEX triplet: 15, D0 and 84. RGB value is (21,208,132). Sum of RGB (Red+Green+Blue) = 21+208+132=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #15D084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D084 is #EA2F7B. Grayscale: #8F8F8F. Windows color (decimal): -15347580 or 8704021. OLE color: 8704021.
HSL color Cylindrical-coordinate representation of color #15D084: hue angle of 155.61º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D084 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 132 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.18 |
| HSL | 155.62º | 0.82% | 0.45% | - |
| HSV(B) | 155.62º | 0.9% | 0.82% | - |
| XYZ | 27.03 | 46.94 | 29.46 | - |
| YUV | 143.42 | 121.55 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 132 | 0.90 | 0 | 0.37 | 0.18 | 155.62 | 0.82 | 0.45 |
| Hex | 15 | D0 | 84 | 5A | 0 | 25 | 12 | 9C | 52 | 2D |
| Octal | 25 | 320 | 204 | 132 | 0 | 45 | 22 | 234 | 122 | 55 |
| Binary | 10101 | 11010000 | 10000100 | 1011010 | 0 | 100101 | 10010 | 10011100 | 1010010 | 101101 |
Color Harmonies of #15D084
Complementary color
Monochromatic Colors of #15D084
Black with #15D084
Text Example
Text Example
White with #15D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D084; }
p { color: rgb(21,208,132); }
H1.HeaderClassName
{
color: #15D084;
}
.AnyTagClassName
{
color: #15D084;
}
</style>
background-color css
<style>
a { background-color: #15D084; }
a { background-color: rgb(21,208,132); }
div.DivClassName
{
background-color: #15D084;
}
.BgClassName
{
background-color: #15D084;
}
</style>
border-color css
<style>
span { border-color: #15D084; }
span { border-color: rgb(21,208,132); }
td.TdClassName
{
border-color: #15D084;
}
.TagClassName
{
border-color: #15D084;
}
</style>