Shades of Mountain Meadow #15CD8A
Tints of Mountain Meadow #15CD8A
RGB
CMYK
RGB Variations
Color information
#15CD8A (or 0x15CD8A) is known color: Mountain Meadow. HEX triplet: 15, CD and 8A. RGB value is (21,205,138). Sum of RGB (Red+Green+Blue) = 21+205+138=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #15CD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CD8A is #EA3275. Grayscale: #8E8E8E. Windows color (decimal): -15348342 or 9096469. OLE color: 9096469.
HSL color Cylindrical-coordinate representation of color #15CD8A: hue angle of 158.15º 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 #15CD8A is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 138 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.20 |
| HSL | 158.15º | 0.81% | 0.44% | - |
| HSV(B) | 158.15º | 0.9% | 0.8% | - |
| XYZ | 26.73 | 45.66 | 31.45 | - |
| YUV | 142.35 | 125.54 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 138 | 0.90 | 0 | 0.33 | 0.20 | 158.15 | 0.81 | 0.44 |
| Hex | 15 | CD | 8A | 5A | 0 | 21 | 14 | 9E | 51 | 2C |
| Octal | 25 | 315 | 212 | 132 | 0 | 41 | 24 | 236 | 121 | 54 |
| Binary | 10101 | 11001101 | 10001010 | 1011010 | 0 | 100001 | 10100 | 10011110 | 1010001 | 101100 |
Color Harmonies of #15CD8A
Complementary color
Monochromatic Colors of #15CD8A
Black with #15CD8A
Text Example
Text Example
White with #15CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CD8A; }
p { color: rgb(21,205,138); }
H1.HeaderClassName
{
color: #15CD8A;
}
.AnyTagClassName
{
color: #15CD8A;
}
</style>
background-color css
<style>
a { background-color: #15CD8A; }
a { background-color: rgb(21,205,138); }
div.DivClassName
{
background-color: #15CD8A;
}
.BgClassName
{
background-color: #15CD8A;
}
</style>
border-color css
<style>
span { border-color: #15CD8A; }
span { border-color: rgb(21,205,138); }
td.TdClassName
{
border-color: #15CD8A;
}
.TagClassName
{
border-color: #15CD8A;
}
</style>