Shades of Mountain Meadow #18A386
Tints of Mountain Meadow #18A386
RGB
CMYK
RGB Variations
Color information
#18A386 (or 0x18A386) is known color: Mountain Meadow. HEX triplet: 18, A3 and 86. RGB value is (24,163,134). Sum of RGB (Red+Green+Blue) = 24+163+134=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #18A386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A386 is #E75C79. Grayscale: #767676. Windows color (decimal): -15162490 or 8823576. OLE color: 8823576.
HSL color Cylindrical-coordinate representation of color #18A386: hue angle of 167.48º 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 #18A386 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 134 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.36 |
| HSL | 167.48º | 0.74% | 0.37% | - |
| HSV(B) | 167.48º | 0.85% | 0.64% | - |
| XYZ | 17.78 | 28.11 | 27.04 | - |
| YUV | 118.13 | 136.95 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 134 | 0.85 | 0 | 0.18 | 0.36 | 167.48 | 0.74 | 0.37 |
| Hex | 18 | A3 | 86 | 55 | 0 | 12 | 24 | A7 | 4A | 25 |
| Octal | 30 | 243 | 206 | 125 | 0 | 22 | 44 | 247 | 112 | 45 |
| Binary | 11000 | 10100011 | 10000110 | 1010101 | 0 | 10010 | 100100 | 10100111 | 1001010 | 100101 |
Color Harmonies of #18A386
Complementary color
Monochromatic Colors of #18A386
Black with #18A386
Text Example
Text Example
White with #18A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A386; }
p { color: rgb(24,163,134); }
H1.HeaderClassName
{
color: #18A386;
}
.AnyTagClassName
{
color: #18A386;
}
</style>
background-color css
<style>
a { background-color: #18A386; }
a { background-color: rgb(24,163,134); }
div.DivClassName
{
background-color: #18A386;
}
.BgClassName
{
background-color: #18A386;
}
</style>
border-color css
<style>
span { border-color: #18A386; }
span { border-color: rgb(24,163,134); }
td.TdClassName
{
border-color: #18A386;
}
.TagClassName
{
border-color: #18A386;
}
</style>