Shades of Mountain Meadow #18A486
Tints of Mountain Meadow #18A486
RGB
CMYK
RGB Variations
Color information
#18A486 (or 0x18A486) is known color: Mountain Meadow. HEX triplet: 18, A4 and 86. RGB value is (24,164,134). Sum of RGB (Red+Green+Blue) = 24+164+134=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #18A486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A486 is #E75B79. Grayscale: #767676. Windows color (decimal): -15162234 or 8823832. OLE color: 8823832.
HSL color Cylindrical-coordinate representation of color #18A486: hue angle of 167.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A486 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 134 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.36 |
| HSL | 167.14º | 0.74% | 0.37% | - |
| HSV(B) | 167.14º | 0.85% | 0.64% | - |
| XYZ | 17.96 | 28.47 | 27.1 | - |
| YUV | 118.72 | 136.62 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 134 | 0.85 | 0 | 0.18 | 0.36 | 167.14 | 0.74 | 0.37 |
| Hex | 18 | A4 | 86 | 55 | 0 | 12 | 24 | A7 | 4A | 25 |
| Octal | 30 | 244 | 206 | 125 | 0 | 22 | 44 | 247 | 112 | 45 |
| Binary | 11000 | 10100100 | 10000110 | 1010101 | 0 | 10010 | 100100 | 10100111 | 1001010 | 100101 |
Color Harmonies of #18A486
Complementary color
Monochromatic Colors of #18A486
Black with #18A486
Text Example
Text Example
White with #18A486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A486; }
p { color: rgb(24,164,134); }
H1.HeaderClassName
{
color: #18A486;
}
.AnyTagClassName
{
color: #18A486;
}
</style>
background-color css
<style>
a { background-color: #18A486; }
a { background-color: rgb(24,164,134); }
div.DivClassName
{
background-color: #18A486;
}
.BgClassName
{
background-color: #18A486;
}
</style>
border-color css
<style>
span { border-color: #18A486; }
span { border-color: rgb(24,164,134); }
td.TdClassName
{
border-color: #18A486;
}
.TagClassName
{
border-color: #18A486;
}
</style>