Shades of Mountain Meadow #18B86F
Tints of Mountain Meadow #18B86F
RGB
CMYK
RGB Variations
Color information
#18B86F (or 0x18B86F) is known color: Mountain Meadow. HEX triplet: 18, B8 and 6F. RGB value is (24,184,111). Sum of RGB (Red+Green+Blue) = 24+184+111=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #18B86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B86F is #E74790. Grayscale: #7F7F7F. Windows color (decimal): -15157137 or 7321624. OLE color: 7321624.
HSL color Cylindrical-coordinate representation of color #18B86F: hue angle of 152.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B86F is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 184 | 111 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.28 |
| HSL | 152.63º | 0.77% | 0.41% | - |
| HSV(B) | 152.63º | 0.87% | 0.72% | - |
| XYZ | 20.39 | 35.62 | 20.84 | - |
| YUV | 127.84 | 118.49 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 111 | 0.87 | 0 | 0.40 | 0.28 | 152.63 | 0.77 | 0.41 |
| Hex | 18 | B8 | 6F | 57 | 0 | 28 | 1C | 99 | 4D | 29 |
| Octal | 30 | 270 | 157 | 127 | 0 | 50 | 34 | 231 | 115 | 51 |
| Binary | 11000 | 10111000 | 1101111 | 1010111 | 0 | 101000 | 11100 | 10011001 | 1001101 | 101001 |
Color Harmonies of #18B86F
Complementary color
Monochromatic Colors of #18B86F
Black with #18B86F
Text Example
Text Example
White with #18B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B86F; }
p { color: rgb(24,184,111); }
H1.HeaderClassName
{
color: #18B86F;
}
.AnyTagClassName
{
color: #18B86F;
}
</style>
background-color css
<style>
a { background-color: #18B86F; }
a { background-color: rgb(24,184,111); }
div.DivClassName
{
background-color: #18B86F;
}
.BgClassName
{
background-color: #18B86F;
}
</style>
border-color css
<style>
span { border-color: #18B86F; }
span { border-color: rgb(24,184,111); }
td.TdClassName
{
border-color: #18B86F;
}
.TagClassName
{
border-color: #18B86F;
}
</style>