Shades of Mountain Meadow #18A482
Tints of Mountain Meadow #18A482
RGB
CMYK
RGB Variations
Color information
#18A482 (or 0x18A482) is known color: Mountain Meadow. HEX triplet: 18, A4 and 82. RGB value is (24,164,130). Sum of RGB (Red+Green+Blue) = 24+164+130=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #18A482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A482 is #E75B7D. Grayscale: #767676. Windows color (decimal): -15162238 or 8561688. OLE color: 8561688.
HSL color Cylindrical-coordinate representation of color #18A482: hue angle of 165.43º 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 #18A482 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 130 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.36 |
| HSL | 165.43º | 0.74% | 0.37% | - |
| HSV(B) | 165.43º | 0.85% | 0.64% | - |
| XYZ | 17.68 | 28.36 | 25.66 | - |
| YUV | 118.26 | 134.62 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 130 | 0.85 | 0 | 0.21 | 0.36 | 165.43 | 0.74 | 0.37 |
| Hex | 18 | A4 | 82 | 55 | 0 | 15 | 24 | A5 | 4A | 25 |
| Octal | 30 | 244 | 202 | 125 | 0 | 25 | 44 | 245 | 112 | 45 |
| Binary | 11000 | 10100100 | 10000010 | 1010101 | 0 | 10101 | 100100 | 10100101 | 1001010 | 100101 |
Color Harmonies of #18A482
Complementary color
Monochromatic Colors of #18A482
Black with #18A482
Text Example
Text Example
White with #18A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A482; }
p { color: rgb(24,164,130); }
H1.HeaderClassName
{
color: #18A482;
}
.AnyTagClassName
{
color: #18A482;
}
</style>
background-color css
<style>
a { background-color: #18A482; }
a { background-color: rgb(24,164,130); }
div.DivClassName
{
background-color: #18A482;
}
.BgClassName
{
background-color: #18A482;
}
</style>
border-color css
<style>
span { border-color: #18A482; }
span { border-color: rgb(24,164,130); }
td.TdClassName
{
border-color: #18A482;
}
.TagClassName
{
border-color: #18A482;
}
</style>