Shades of Mountain Meadow #18B581
Tints of Mountain Meadow #18B581
RGB
CMYK
RGB Variations
Color information
#18B581 (or 0x18B581) is known color: Mountain Meadow. HEX triplet: 18, B5 and 81. RGB value is (24,181,129). Sum of RGB (Red+Green+Blue) = 24+181+129=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #18B581 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B581 is #E74A7E. Grayscale: #808080. Windows color (decimal): -15157887 or 8500504. OLE color: 8500504.
HSL color Cylindrical-coordinate representation of color #18B581: hue angle of 160.13º degrees, saturation: 0.77, 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 #18B581 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 129 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.29 |
| HSL | 160.13º | 0.77% | 0.4% | - |
| HSV(B) | 160.13º | 0.87% | 0.71% | - |
| XYZ | 20.86 | 34.83 | 26.39 | - |
| YUV | 128.13 | 128.49 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 129 | 0.87 | 0 | 0.29 | 0.29 | 160.13 | 0.77 | 0.4 |
| Hex | 18 | B5 | 81 | 57 | 0 | 1D | 1D | A0 | 4D | 28 |
| Octal | 30 | 265 | 201 | 127 | 0 | 35 | 35 | 240 | 115 | 50 |
| Binary | 11000 | 10110101 | 10000001 | 1010111 | 0 | 11101 | 11101 | 10100000 | 1001101 | 101000 |
Color Harmonies of #18B581
Complementary color
Monochromatic Colors of #18B581
Black with #18B581
Text Example
Text Example
White with #18B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B581; }
p { color: rgb(24,181,129); }
H1.HeaderClassName
{
color: #18B581;
}
.AnyTagClassName
{
color: #18B581;
}
</style>
background-color css
<style>
a { background-color: #18B581; }
a { background-color: rgb(24,181,129); }
div.DivClassName
{
background-color: #18B581;
}
.BgClassName
{
background-color: #18B581;
}
</style>
border-color css
<style>
span { border-color: #18B581; }
span { border-color: rgb(24,181,129); }
td.TdClassName
{
border-color: #18B581;
}
.TagClassName
{
border-color: #18B581;
}
</style>