Shades of Mountain Meadow #18A286
Tints of Mountain Meadow #18A286
RGB
CMYK
RGB Variations
Color information
#18A286 (or 0x18A286) is known color: Mountain Meadow. HEX triplet: 18, A2 and 86. RGB value is (24,162,134). Sum of RGB (Red+Green+Blue) = 24+162+134=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #18A286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A286 is #E75D79. Grayscale: #757575. Windows color (decimal): -15162746 or 8823320. OLE color: 8823320.
HSL color Cylindrical-coordinate representation of color #18A286: hue angle of 167.83º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A286 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 134 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.36 |
| HSL | 167.83º | 0.74% | 0.36% | - |
| HSV(B) | 167.83º | 0.85% | 0.64% | - |
| XYZ | 17.6 | 27.76 | 26.98 | - |
| YUV | 117.55 | 137.28 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 134 | 0.85 | 0 | 0.17 | 0.36 | 167.83 | 0.74 | 0.36 |
| Hex | 18 | A2 | 86 | 55 | 0 | 11 | 24 | A8 | 4A | 24 |
| Octal | 30 | 242 | 206 | 125 | 0 | 21 | 44 | 250 | 112 | 44 |
| Binary | 11000 | 10100010 | 10000110 | 1010101 | 0 | 10001 | 100100 | 10101000 | 1001010 | 100100 |
Color Harmonies of #18A286
Complementary color
Monochromatic Colors of #18A286
Black with #18A286
Text Example
Text Example
White with #18A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A286; }
p { color: rgb(24,162,134); }
H1.HeaderClassName
{
color: #18A286;
}
.AnyTagClassName
{
color: #18A286;
}
</style>
background-color css
<style>
a { background-color: #18A286; }
a { background-color: rgb(24,162,134); }
div.DivClassName
{
background-color: #18A286;
}
.BgClassName
{
background-color: #18A286;
}
</style>
border-color css
<style>
span { border-color: #18A286; }
span { border-color: rgb(24,162,134); }
td.TdClassName
{
border-color: #18A286;
}
.TagClassName
{
border-color: #18A286;
}
</style>