Shades of Mountain Meadow #18A675
Tints of Mountain Meadow #18A675
RGB
CMYK
RGB Variations
Color information
#18A675 (or 0x18A675) is known color: Mountain Meadow. HEX triplet: 18, A6 and 75. RGB value is (24,166,117). Sum of RGB (Red+Green+Blue) = 24+166+117=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #18A675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A675 is #E7598A. Grayscale: #767676. Windows color (decimal): -15161739 or 7710232. OLE color: 7710232.
HSL color Cylindrical-coordinate representation of color #18A675: hue angle of 159.3º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A675 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 117 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.35 |
| HSL | 159.3º | 0.75% | 0.37% | - |
| HSV(B) | 159.3º | 0.86% | 0.65% | - |
| XYZ | 17.22 | 28.75 | 21.47 | - |
| YUV | 117.96 | 127.46 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 117 | 0.86 | 0 | 0.30 | 0.35 | 159.3 | 0.75 | 0.37 |
| Hex | 18 | A6 | 75 | 56 | 0 | 1E | 23 | 9F | 4B | 25 |
| Octal | 30 | 246 | 165 | 126 | 0 | 36 | 43 | 237 | 113 | 45 |
| Binary | 11000 | 10100110 | 1110101 | 1010110 | 0 | 11110 | 100011 | 10011111 | 1001011 | 100101 |
Color Harmonies of #18A675
Complementary color
Monochromatic Colors of #18A675
Black with #18A675
Text Example
Text Example
White with #18A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A675; }
p { color: rgb(24,166,117); }
H1.HeaderClassName
{
color: #18A675;
}
.AnyTagClassName
{
color: #18A675;
}
</style>
background-color css
<style>
a { background-color: #18A675; }
a { background-color: rgb(24,166,117); }
div.DivClassName
{
background-color: #18A675;
}
.BgClassName
{
background-color: #18A675;
}
</style>
border-color css
<style>
span { border-color: #18A675; }
span { border-color: rgb(24,166,117); }
td.TdClassName
{
border-color: #18A675;
}
.TagClassName
{
border-color: #18A675;
}
</style>