Shades of Mountain Meadow #15AF74
Tints of Mountain Meadow #15AF74
RGB
CMYK
RGB Variations
Color information
#15AF74 (or 0x15AF74) is known color: Mountain Meadow. HEX triplet: 15, AF and 74. RGB value is (21,175,116). Sum of RGB (Red+Green+Blue) = 21+175+116=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #15AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15AF74 is #EA508B. Grayscale: #7A7A7A. Windows color (decimal): -15356044 or 7646997. OLE color: 7646997.
HSL color Cylindrical-coordinate representation of color #15AF74: hue angle of 157.01º 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 #15AF74 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 175 | 116 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.31 |
| HSL | 157.01º | 0.79% | 0.38% | - |
| HSV(B) | 157.01º | 0.88% | 0.69% | - |
| XYZ | 18.79 | 32.08 | 21.72 | - |
| YUV | 122.23 | 124.48 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 116 | 0.88 | 0 | 0.34 | 0.31 | 157.01 | 0.79 | 0.38 |
| Hex | 15 | AF | 74 | 58 | 0 | 22 | 1F | 9D | 4F | 26 |
| Octal | 25 | 257 | 164 | 130 | 0 | 42 | 37 | 235 | 117 | 46 |
| Binary | 10101 | 10101111 | 1110100 | 1011000 | 0 | 100010 | 11111 | 10011101 | 1001111 | 100110 |
Color Harmonies of #15AF74
Complementary color
Monochromatic Colors of #15AF74
Black with #15AF74
Text Example
Text Example
White with #15AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AF74; }
p { color: rgb(21,175,116); }
H1.HeaderClassName
{
color: #15AF74;
}
.AnyTagClassName
{
color: #15AF74;
}
</style>
background-color css
<style>
a { background-color: #15AF74; }
a { background-color: rgb(21,175,116); }
div.DivClassName
{
background-color: #15AF74;
}
.BgClassName
{
background-color: #15AF74;
}
</style>
border-color css
<style>
span { border-color: #15AF74; }
span { border-color: rgb(21,175,116); }
td.TdClassName
{
border-color: #15AF74;
}
.TagClassName
{
border-color: #15AF74;
}
</style>