Shades of Mountain Meadow #18B482
Tints of Mountain Meadow #18B482
RGB
CMYK
RGB Variations
Color information
#18B482 (or 0x18B482) is known color: Mountain Meadow. HEX triplet: 18, B4 and 82. RGB value is (24,180,130). Sum of RGB (Red+Green+Blue) = 24+180+130=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #18B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B482 is #E74B7D. Grayscale: #7F7F7F. Windows color (decimal): -15158142 or 8565784. OLE color: 8565784.
HSL color Cylindrical-coordinate representation of color #18B482: hue angle of 160.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B482 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 180 | 130 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.29 |
| HSL | 160.77º | 0.76% | 0.4% | - |
| HSV(B) | 160.77º | 0.87% | 0.71% | - |
| XYZ | 20.73 | 34.45 | 26.68 | - |
| YUV | 127.66 | 129.32 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 180 | 130 | 0.87 | 0 | 0.28 | 0.29 | 160.77 | 0.76 | 0.4 |
| Hex | 18 | B4 | 82 | 57 | 0 | 1C | 1D | A1 | 4C | 28 |
| Octal | 30 | 264 | 202 | 127 | 0 | 34 | 35 | 241 | 114 | 50 |
| Binary | 11000 | 10110100 | 10000010 | 1010111 | 0 | 11100 | 11101 | 10100001 | 1001100 | 101000 |
Color Harmonies of #18B482
Complementary color
Monochromatic Colors of #18B482
Black with #18B482
Text Example
Text Example
White with #18B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B482; }
p { color: rgb(24,180,130); }
H1.HeaderClassName
{
color: #18B482;
}
.AnyTagClassName
{
color: #18B482;
}
</style>
background-color css
<style>
a { background-color: #18B482; }
a { background-color: rgb(24,180,130); }
div.DivClassName
{
background-color: #18B482;
}
.BgClassName
{
background-color: #18B482;
}
</style>
border-color css
<style>
span { border-color: #18B482; }
span { border-color: rgb(24,180,130); }
td.TdClassName
{
border-color: #18B482;
}
.TagClassName
{
border-color: #18B482;
}
</style>