Shades of Mountain Meadow #18C088
Tints of Mountain Meadow #18C088
RGB
CMYK
RGB Variations
Color information
#18C088 (or 0x18C088) is known color: Mountain Meadow. HEX triplet: 18, C0 and 88. RGB value is (24,192,136). Sum of RGB (Red+Green+Blue) = 24+192+136=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #18C088 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C088 is #E73F77. Grayscale: #878787. Windows color (decimal): -15155064 or 8962072. OLE color: 8962072.
HSL color Cylindrical-coordinate representation of color #18C088: hue angle of 160º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C088 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 136 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.25 |
| HSL | 160º | 0.78% | 0.42% | - |
| HSV(B) | 160º | 0.88% | 0.75% | - |
| XYZ | 23.67 | 39.67 | 29.7 | - |
| YUV | 135.38 | 128.34 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 136 | 0.88 | 0 | 0.29 | 0.25 | 160 | 0.78 | 0.42 |
| Hex | 18 | C0 | 88 | 58 | 0 | 1D | 19 | A0 | 4E | 2A |
| Octal | 30 | 300 | 210 | 130 | 0 | 35 | 31 | 240 | 116 | 52 |
| Binary | 11000 | 11000000 | 10001000 | 1011000 | 0 | 11101 | 11001 | 10100000 | 1001110 | 101010 |
Color Harmonies of #18C088
Complementary color
Monochromatic Colors of #18C088
Black with #18C088
Text Example
Text Example
White with #18C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C088; }
p { color: rgb(24,192,136); }
H1.HeaderClassName
{
color: #18C088;
}
.AnyTagClassName
{
color: #18C088;
}
</style>
background-color css
<style>
a { background-color: #18C088; }
a { background-color: rgb(24,192,136); }
div.DivClassName
{
background-color: #18C088;
}
.BgClassName
{
background-color: #18C088;
}
</style>
border-color css
<style>
span { border-color: #18C088; }
span { border-color: rgb(24,192,136); }
td.TdClassName
{
border-color: #18C088;
}
.TagClassName
{
border-color: #18C088;
}
</style>