Shades of Mountain Meadow #18BC98
Tints of Mountain Meadow #18BC98
RGB
CMYK
RGB Variations
Color information
#18BC98 (or 0x18BC98) is known color: Mountain Meadow. HEX triplet: 18, BC and 98. RGB value is (24,188,152). Sum of RGB (Red+Green+Blue) = 24+188+152=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BC98 is #E74367. Grayscale: #868686. Windows color (decimal): -15156072 or 10009624. OLE color: 10009624.
HSL color Cylindrical-coordinate representation of color #18BC98: hue angle of 166.83º 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 #18BC98 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 152 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.26 |
| HSL | 166.83º | 0.77% | 0.42% | - |
| HSV(B) | 166.83º | 0.87% | 0.74% | - |
| XYZ | 24.03 | 38.43 | 35.86 | - |
| YUV | 134.86 | 137.67 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 152 | 0.87 | 0 | 0.19 | 0.26 | 166.83 | 0.77 | 0.42 |
| Hex | 18 | BC | 98 | 57 | 0 | 13 | 1A | A7 | 4D | 2A |
| Octal | 30 | 274 | 230 | 127 | 0 | 23 | 32 | 247 | 115 | 52 |
| Binary | 11000 | 10111100 | 10011000 | 1010111 | 0 | 10011 | 11010 | 10100111 | 1001101 | 101010 |
Color Harmonies of #18BC98
Complementary color
Monochromatic Colors of #18BC98
Black with #18BC98
Text Example
Text Example
White with #18BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC98; }
p { color: rgb(24,188,152); }
H1.HeaderClassName
{
color: #18BC98;
}
.AnyTagClassName
{
color: #18BC98;
}
</style>
background-color css
<style>
a { background-color: #18BC98; }
a { background-color: rgb(24,188,152); }
div.DivClassName
{
background-color: #18BC98;
}
.BgClassName
{
background-color: #18BC98;
}
</style>
border-color css
<style>
span { border-color: #18BC98; }
span { border-color: rgb(24,188,152); }
td.TdClassName
{
border-color: #18BC98;
}
.TagClassName
{
border-color: #18BC98;
}
</style>