Shades of Mountain Meadow #18AB7D
Tints of Mountain Meadow #18AB7D
RGB
CMYK
RGB Variations
Color information
#18AB7D (or 0x18AB7D) is known color: Mountain Meadow. HEX triplet: 18, AB and 7D. RGB value is (24,171,125). Sum of RGB (Red+Green+Blue) = 24+171+125=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB7D is #E75482. Grayscale: #797979. Windows color (decimal): -15160451 or 8235800. OLE color: 8235800.
HSL color Cylindrical-coordinate representation of color #18AB7D: hue angle of 161.22º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB7D is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 125 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.33 |
| HSL | 161.22º | 0.75% | 0.38% | - |
| HSV(B) | 161.22º | 0.86% | 0.67% | - |
| XYZ | 18.64 | 30.8 | 24.36 | - |
| YUV | 121.8 | 129.8 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 125 | 0.86 | 0 | 0.27 | 0.33 | 161.22 | 0.75 | 0.38 |
| Hex | 18 | AB | 7D | 56 | 0 | 1B | 21 | A1 | 4B | 26 |
| Octal | 30 | 253 | 175 | 126 | 0 | 33 | 41 | 241 | 113 | 46 |
| Binary | 11000 | 10101011 | 1111101 | 1010110 | 0 | 11011 | 100001 | 10100001 | 1001011 | 100110 |
Color Harmonies of #18AB7D
Complementary color
Monochromatic Colors of #18AB7D
Black with #18AB7D
Text Example
Text Example
White with #18AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB7D; }
p { color: rgb(24,171,125); }
H1.HeaderClassName
{
color: #18AB7D;
}
.AnyTagClassName
{
color: #18AB7D;
}
</style>
background-color css
<style>
a { background-color: #18AB7D; }
a { background-color: rgb(24,171,125); }
div.DivClassName
{
background-color: #18AB7D;
}
.BgClassName
{
background-color: #18AB7D;
}
</style>
border-color css
<style>
span { border-color: #18AB7D; }
span { border-color: rgb(24,171,125); }
td.TdClassName
{
border-color: #18AB7D;
}
.TagClassName
{
border-color: #18AB7D;
}
</style>