Shades of Mountain Meadow #18AE7D
Tints of Mountain Meadow #18AE7D
RGB
CMYK
RGB Variations
Color information
#18AE7D (or 0x18AE7D) is known color: Mountain Meadow. HEX triplet: 18, AE and 7D. RGB value is (24,174,125). Sum of RGB (Red+Green+Blue) = 24+174+125=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AE7D is #E75182. Grayscale: #7B7B7B. Windows color (decimal): -15159683 or 8236568. OLE color: 8236568.
HSL color Cylindrical-coordinate representation of color #18AE7D: hue angle of 160.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 #18AE7D is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 174 | 125 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.32 |
| HSL | 160.4º | 0.76% | 0.39% | - |
| HSV(B) | 160.4º | 0.86% | 0.68% | - |
| XYZ | 19.21 | 31.95 | 24.56 | - |
| YUV | 123.56 | 128.81 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 125 | 0.86 | 0 | 0.28 | 0.32 | 160.4 | 0.76 | 0.39 |
| Hex | 18 | AE | 7D | 56 | 0 | 1C | 20 | A0 | 4C | 27 |
| Octal | 30 | 256 | 175 | 126 | 0 | 34 | 40 | 240 | 114 | 47 |
| Binary | 11000 | 10101110 | 1111101 | 1010110 | 0 | 11100 | 100000 | 10100000 | 1001100 | 100111 |
Color Harmonies of #18AE7D
Complementary color
Monochromatic Colors of #18AE7D
Black with #18AE7D
Text Example
Text Example
White with #18AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AE7D; }
p { color: rgb(24,174,125); }
H1.HeaderClassName
{
color: #18AE7D;
}
.AnyTagClassName
{
color: #18AE7D;
}
</style>
background-color css
<style>
a { background-color: #18AE7D; }
a { background-color: rgb(24,174,125); }
div.DivClassName
{
background-color: #18AE7D;
}
.BgClassName
{
background-color: #18AE7D;
}
</style>
border-color css
<style>
span { border-color: #18AE7D; }
span { border-color: rgb(24,174,125); }
td.TdClassName
{
border-color: #18AE7D;
}
.TagClassName
{
border-color: #18AE7D;
}
</style>