Shades of Mountain Meadow #18BD91
Tints of Mountain Meadow #18BD91
RGB
CMYK
RGB Variations
Color information
#18BD91 (or 0x18BD91) is known color: Mountain Meadow. HEX triplet: 18, BD and 91. RGB value is (24,189,145). Sum of RGB (Red+Green+Blue) = 24+189+145=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BD91 is #E7426E. Grayscale: #868686. Windows color (decimal): -15155823 or 9551128. OLE color: 9551128.
HSL color Cylindrical-coordinate representation of color #18BD91: hue angle of 164º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD91 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 189 | 145 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.26 |
| HSL | 164º | 0.77% | 0.42% | - |
| HSV(B) | 164º | 0.87% | 0.74% | - |
| XYZ | 23.69 | 38.63 | 33 | - |
| YUV | 134.65 | 133.84 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 145 | 0.87 | 0 | 0.23 | 0.26 | 164 | 0.77 | 0.42 |
| Hex | 18 | BD | 91 | 57 | 0 | 17 | 1A | A4 | 4D | 2A |
| Octal | 30 | 275 | 221 | 127 | 0 | 27 | 32 | 244 | 115 | 52 |
| Binary | 11000 | 10111101 | 10010001 | 1010111 | 0 | 10111 | 11010 | 10100100 | 1001101 | 101010 |
Color Harmonies of #18BD91
Complementary color
Monochromatic Colors of #18BD91
Black with #18BD91
Text Example
Text Example
White with #18BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BD91; }
p { color: rgb(24,189,145); }
H1.HeaderClassName
{
color: #18BD91;
}
.AnyTagClassName
{
color: #18BD91;
}
</style>
background-color css
<style>
a { background-color: #18BD91; }
a { background-color: rgb(24,189,145); }
div.DivClassName
{
background-color: #18BD91;
}
.BgClassName
{
background-color: #18BD91;
}
</style>
border-color css
<style>
span { border-color: #18BD91; }
span { border-color: rgb(24,189,145); }
td.TdClassName
{
border-color: #18BD91;
}
.TagClassName
{
border-color: #18BD91;
}
</style>