Shades of Mountain Meadow #18B58B
Tints of Mountain Meadow #18B58B
RGB
CMYK
RGB Variations
Color information
#18B58B (or 0x18B58B) is known color: Mountain Meadow. HEX triplet: 18, B5 and 8B. RGB value is (24,181,139). Sum of RGB (Red+Green+Blue) = 24+181+139=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #18B58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B58B is #E74A74. Grayscale: #818181. Windows color (decimal): -15157877 or 9155864. OLE color: 9155864.
HSL color Cylindrical-coordinate representation of color #18B58B: hue angle of 163.95º 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 #18B58B is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 181 | 139 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.29 |
| HSL | 163.95º | 0.77% | 0.4% | - |
| HSV(B) | 163.95º | 0.87% | 0.71% | - |
| XYZ | 21.56 | 35.11 | 30.07 | - |
| YUV | 129.27 | 133.49 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 139 | 0.87 | 0 | 0.23 | 0.29 | 163.95 | 0.77 | 0.4 |
| Hex | 18 | B5 | 8B | 57 | 0 | 17 | 1D | A4 | 4D | 28 |
| Octal | 30 | 265 | 213 | 127 | 0 | 27 | 35 | 244 | 115 | 50 |
| Binary | 11000 | 10110101 | 10001011 | 1010111 | 0 | 10111 | 11101 | 10100100 | 1001101 | 101000 |
Color Harmonies of #18B58B
Complementary color
Monochromatic Colors of #18B58B
Black with #18B58B
Text Example
Text Example
White with #18B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B58B; }
p { color: rgb(24,181,139); }
H1.HeaderClassName
{
color: #18B58B;
}
.AnyTagClassName
{
color: #18B58B;
}
</style>
background-color css
<style>
a { background-color: #18B58B; }
a { background-color: rgb(24,181,139); }
div.DivClassName
{
background-color: #18B58B;
}
.BgClassName
{
background-color: #18B58B;
}
</style>
border-color css
<style>
span { border-color: #18B58B; }
span { border-color: rgb(24,181,139); }
td.TdClassName
{
border-color: #18B58B;
}
.TagClassName
{
border-color: #18B58B;
}
</style>