Shades of Mountain Meadow #18AE8C
Tints of Mountain Meadow #18AE8C
RGB
CMYK
RGB Variations
Color information
#18AE8C (or 0x18AE8C) is known color: Mountain Meadow. HEX triplet: 18, AE and 8C. RGB value is (24,174,140). Sum of RGB (Red+Green+Blue) = 24+174+140=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AE8C is #E75173. Grayscale: #7D7D7D. Windows color (decimal): -15159668 or 9219608. OLE color: 9219608.
HSL color Cylindrical-coordinate representation of color #18AE8C: hue angle of 166.4º 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 #18AE8C is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 174 | 140 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.32 |
| HSL | 166.4º | 0.76% | 0.39% | - |
| HSV(B) | 166.4º | 0.86% | 0.68% | - |
| XYZ | 20.25 | 32.36 | 29.99 | - |
| YUV | 125.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 140 | 0.86 | 0 | 0.20 | 0.32 | 166.4 | 0.76 | 0.39 |
| Hex | 18 | AE | 8C | 56 | 0 | 14 | 20 | A6 | 4C | 27 |
| Octal | 30 | 256 | 214 | 126 | 0 | 24 | 40 | 246 | 114 | 47 |
| Binary | 11000 | 10101110 | 10001100 | 1010110 | 0 | 10100 | 100000 | 10100110 | 1001100 | 100111 |
Color Harmonies of #18AE8C
Complementary color
Monochromatic Colors of #18AE8C
Black with #18AE8C
Text Example
Text Example
White with #18AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AE8C; }
p { color: rgb(24,174,140); }
H1.HeaderClassName
{
color: #18AE8C;
}
.AnyTagClassName
{
color: #18AE8C;
}
</style>
background-color css
<style>
a { background-color: #18AE8C; }
a { background-color: rgb(24,174,140); }
div.DivClassName
{
background-color: #18AE8C;
}
.BgClassName
{
background-color: #18AE8C;
}
</style>
border-color css
<style>
span { border-color: #18AE8C; }
span { border-color: rgb(24,174,140); }
td.TdClassName
{
border-color: #18AE8C;
}
.TagClassName
{
border-color: #18AE8C;
}
</style>