Shades of Mountain Meadow #18B392
Tints of Mountain Meadow #18B392
RGB
CMYK
RGB Variations
Color information
#18B392 (or 0x18B392) is known color: Mountain Meadow. HEX triplet: 18, B3 and 92. RGB value is (24,179,146). Sum of RGB (Red+Green+Blue) = 24+179+146=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #18B392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B392 is #E74C6D. Grayscale: #808080. Windows color (decimal): -15158382 or 9614104. OLE color: 9614104.
HSL color Cylindrical-coordinate representation of color #18B392: hue angle of 167.23º 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 #18B392 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 146 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.30 |
| HSL | 167.23º | 0.76% | 0.4% | - |
| HSV(B) | 167.23º | 0.87% | 0.7% | - |
| XYZ | 21.69 | 34.51 | 32.71 | - |
| YUV | 128.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 146 | 0.87 | 0 | 0.18 | 0.30 | 167.23 | 0.76 | 0.4 |
| Hex | 18 | B3 | 92 | 57 | 0 | 12 | 1E | A7 | 4C | 28 |
| Octal | 30 | 263 | 222 | 127 | 0 | 22 | 36 | 247 | 114 | 50 |
| Binary | 11000 | 10110011 | 10010010 | 1010111 | 0 | 10010 | 11110 | 10100111 | 1001100 | 101000 |
Color Harmonies of #18B392
Complementary color
Monochromatic Colors of #18B392
Black with #18B392
Text Example
Text Example
White with #18B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B392; }
p { color: rgb(24,179,146); }
H1.HeaderClassName
{
color: #18B392;
}
.AnyTagClassName
{
color: #18B392;
}
</style>
background-color css
<style>
a { background-color: #18B392; }
a { background-color: rgb(24,179,146); }
div.DivClassName
{
background-color: #18B392;
}
.BgClassName
{
background-color: #18B392;
}
</style>
border-color css
<style>
span { border-color: #18B392; }
span { border-color: rgb(24,179,146); }
td.TdClassName
{
border-color: #18B392;
}
.TagClassName
{
border-color: #18B392;
}
</style>