Shades of Mountain Meadow #18B286
Tints of Mountain Meadow #18B286
RGB
CMYK
RGB Variations
Color information
#18B286 (or 0x18B286) is known color: Mountain Meadow. HEX triplet: 18, B2 and 86. RGB value is (24,178,134). Sum of RGB (Red+Green+Blue) = 24+178+134=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #18B286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B286 is #E74D79. Grayscale: #7E7E7E. Windows color (decimal): -15158650 or 8827416. OLE color: 8827416.
HSL color Cylindrical-coordinate representation of color #18B286: hue angle of 162.86º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B286 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 178 | 134 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.30 |
| HSL | 162.86º | 0.76% | 0.4% | - |
| HSV(B) | 162.86º | 0.87% | 0.7% | - |
| XYZ | 20.6 | 33.76 | 27.98 | - |
| YUV | 126.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 134 | 0.87 | 0 | 0.25 | 0.30 | 162.86 | 0.76 | 0.4 |
| Hex | 18 | B2 | 86 | 57 | 0 | 19 | 1E | A3 | 4C | 28 |
| Octal | 30 | 262 | 206 | 127 | 0 | 31 | 36 | 243 | 114 | 50 |
| Binary | 11000 | 10110010 | 10000110 | 1010111 | 0 | 11001 | 11110 | 10100011 | 1001100 | 101000 |
Color Harmonies of #18B286
Complementary color
Monochromatic Colors of #18B286
Black with #18B286
Text Example
Text Example
White with #18B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B286; }
p { color: rgb(24,178,134); }
H1.HeaderClassName
{
color: #18B286;
}
.AnyTagClassName
{
color: #18B286;
}
</style>
background-color css
<style>
a { background-color: #18B286; }
a { background-color: rgb(24,178,134); }
div.DivClassName
{
background-color: #18B286;
}
.BgClassName
{
background-color: #18B286;
}
</style>
border-color css
<style>
span { border-color: #18B286; }
span { border-color: rgb(24,178,134); }
td.TdClassName
{
border-color: #18B286;
}
.TagClassName
{
border-color: #18B286;
}
</style>