Shades of Mountain Meadow #18B291
Tints of Mountain Meadow #18B291
RGB
CMYK
RGB Variations
Color information
#18B291 (or 0x18B291) is known color: Mountain Meadow. HEX triplet: 18, B2 and 91. RGB value is (24,178,145). Sum of RGB (Red+Green+Blue) = 24+178+145=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #18B291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B291 is #E74D6E. Grayscale: #808080. Windows color (decimal): -15158639 or 9548312. OLE color: 9548312.
HSL color Cylindrical-coordinate representation of color #18B291: hue angle of 167.14º 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 #18B291 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 178 | 145 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.30 |
| HSL | 167.14º | 0.76% | 0.4% | - |
| HSV(B) | 167.14º | 0.87% | 0.7% | - |
| XYZ | 21.41 | 34.08 | 32.24 | - |
| YUV | 128.19 | 137.48 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 145 | 0.87 | 0 | 0.19 | 0.30 | 167.14 | 0.76 | 0.4 |
| Hex | 18 | B2 | 91 | 57 | 0 | 13 | 1E | A7 | 4C | 28 |
| Octal | 30 | 262 | 221 | 127 | 0 | 23 | 36 | 247 | 114 | 50 |
| Binary | 11000 | 10110010 | 10010001 | 1010111 | 0 | 10011 | 11110 | 10100111 | 1001100 | 101000 |
Color Harmonies of #18B291
Complementary color
Monochromatic Colors of #18B291
Black with #18B291
Text Example
Text Example
White with #18B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B291; }
p { color: rgb(24,178,145); }
H1.HeaderClassName
{
color: #18B291;
}
.AnyTagClassName
{
color: #18B291;
}
</style>
background-color css
<style>
a { background-color: #18B291; }
a { background-color: rgb(24,178,145); }
div.DivClassName
{
background-color: #18B291;
}
.BgClassName
{
background-color: #18B291;
}
</style>
border-color css
<style>
span { border-color: #18B291; }
span { border-color: rgb(24,178,145); }
td.TdClassName
{
border-color: #18B291;
}
.TagClassName
{
border-color: #18B291;
}
</style>