Shades of Mountain Meadow #18AE8D
Tints of Mountain Meadow #18AE8D
RGB
CMYK
RGB Variations
Color information
#18AE8D (or 0x18AE8D) is known color: Mountain Meadow. HEX triplet: 18, AE and 8D. RGB value is (24,174,141). Sum of RGB (Red+Green+Blue) = 24+174+141=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AE8D is #E75172. Grayscale: #7D7D7D. Windows color (decimal): -15159667 or 9285144. OLE color: 9285144.
HSL color Cylindrical-coordinate representation of color #18AE8D: hue angle of 166.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AE8D is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 174 | 141 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.32 |
| HSL | 166.8º | 0.76% | 0.39% | - |
| HSV(B) | 166.8º | 0.86% | 0.68% | - |
| XYZ | 20.32 | 32.39 | 30.38 | - |
| YUV | 125.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 141 | 0.86 | 0 | 0.19 | 0.32 | 166.8 | 0.76 | 0.39 |
| Hex | 18 | AE | 8D | 56 | 0 | 13 | 20 | A7 | 4C | 27 |
| Octal | 30 | 256 | 215 | 126 | 0 | 23 | 40 | 247 | 114 | 47 |
| Binary | 11000 | 10101110 | 10001101 | 1010110 | 0 | 10011 | 100000 | 10100111 | 1001100 | 100111 |
Color Harmonies of #18AE8D
Complementary color
Monochromatic Colors of #18AE8D
Black with #18AE8D
Text Example
Text Example
White with #18AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AE8D; }
p { color: rgb(24,174,141); }
H1.HeaderClassName
{
color: #18AE8D;
}
.AnyTagClassName
{
color: #18AE8D;
}
</style>
background-color css
<style>
a { background-color: #18AE8D; }
a { background-color: rgb(24,174,141); }
div.DivClassName
{
background-color: #18AE8D;
}
.BgClassName
{
background-color: #18AE8D;
}
</style>
border-color css
<style>
span { border-color: #18AE8D; }
span { border-color: rgb(24,174,141); }
td.TdClassName
{
border-color: #18AE8D;
}
.TagClassName
{
border-color: #18AE8D;
}
</style>