Shades of Mountain Meadow #15AF85
Tints of Mountain Meadow #15AF85
RGB
CMYK
RGB Variations
Color information
#15AF85 (or 0x15AF85) is known color: Mountain Meadow. HEX triplet: 15, AF and 85. RGB value is (21,175,133). Sum of RGB (Red+Green+Blue) = 21+175+133=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #15AF85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AF85 is #EA507A. Grayscale: #7C7C7C. Windows color (decimal): -15356027 or 8761109. OLE color: 8761109.
HSL color Cylindrical-coordinate representation of color #15AF85: hue angle of 163.64º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AF85 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 175 | 133 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.31 |
| HSL | 163.64º | 0.79% | 0.38% | - |
| HSV(B) | 163.64º | 0.88% | 0.69% | - |
| XYZ | 19.87 | 32.51 | 27.42 | - |
| YUV | 124.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 133 | 0.88 | 0 | 0.24 | 0.31 | 163.64 | 0.79 | 0.38 |
| Hex | 15 | AF | 85 | 58 | 0 | 18 | 1F | A4 | 4F | 26 |
| Octal | 25 | 257 | 205 | 130 | 0 | 30 | 37 | 244 | 117 | 46 |
| Binary | 10101 | 10101111 | 10000101 | 1011000 | 0 | 11000 | 11111 | 10100100 | 1001111 | 100110 |
Color Harmonies of #15AF85
Complementary color
Monochromatic Colors of #15AF85
Black with #15AF85
Text Example
Text Example
White with #15AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AF85; }
p { color: rgb(21,175,133); }
H1.HeaderClassName
{
color: #15AF85;
}
.AnyTagClassName
{
color: #15AF85;
}
</style>
background-color css
<style>
a { background-color: #15AF85; }
a { background-color: rgb(21,175,133); }
div.DivClassName
{
background-color: #15AF85;
}
.BgClassName
{
background-color: #15AF85;
}
</style>
border-color css
<style>
span { border-color: #15AF85; }
span { border-color: rgb(21,175,133); }
td.TdClassName
{
border-color: #15AF85;
}
.TagClassName
{
border-color: #15AF85;
}
</style>