Shades of Mountain Meadow #15D085
Tints of Mountain Meadow #15D085
RGB
CMYK
RGB Variations
Color information
#15D085 (or 0x15D085) is known color: Mountain Meadow. HEX triplet: 15, D0 and 85. RGB value is (21,208,133). Sum of RGB (Red+Green+Blue) = 21+208+133=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #15D085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D085 is #EA2F7A. Grayscale: #8F8F8F. Windows color (decimal): -15347579 or 8769557. OLE color: 8769557.
HSL color Cylindrical-coordinate representation of color #15D085: hue angle of 155.94º 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 #15D085 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 133 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.18 |
| HSL | 155.94º | 0.82% | 0.45% | - |
| HSV(B) | 155.94º | 0.9% | 0.82% | - |
| XYZ | 27.1 | 46.96 | 29.83 | - |
| YUV | 143.54 | 122.05 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 133 | 0.90 | 0 | 0.36 | 0.18 | 155.94 | 0.82 | 0.45 |
| Hex | 15 | D0 | 85 | 5A | 0 | 24 | 12 | 9C | 52 | 2D |
| Octal | 25 | 320 | 205 | 132 | 0 | 44 | 22 | 234 | 122 | 55 |
| Binary | 10101 | 11010000 | 10000101 | 1011010 | 0 | 100100 | 10010 | 10011100 | 1010010 | 101101 |
Color Harmonies of #15D085
Complementary color
Monochromatic Colors of #15D085
Black with #15D085
Text Example
Text Example
White with #15D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D085; }
p { color: rgb(21,208,133); }
H1.HeaderClassName
{
color: #15D085;
}
.AnyTagClassName
{
color: #15D085;
}
</style>
background-color css
<style>
a { background-color: #15D085; }
a { background-color: rgb(21,208,133); }
div.DivClassName
{
background-color: #15D085;
}
.BgClassName
{
background-color: #15D085;
}
</style>
border-color css
<style>
span { border-color: #15D085; }
span { border-color: rgb(21,208,133); }
td.TdClassName
{
border-color: #15D085;
}
.TagClassName
{
border-color: #15D085;
}
</style>