Shades of Mountain Meadow #18CB8D
Tints of Mountain Meadow #18CB8D
RGB
CMYK
RGB Variations
Color information
#18CB8D (or 0x18CB8D) is known color: Mountain Meadow. HEX triplet: 18, CB and 8D. RGB value is (24,203,141). Sum of RGB (Red+Green+Blue) = 24+203+141=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CB8D is #E73472. Grayscale: #8E8E8E. Windows color (decimal): -15152243 or 9292568. OLE color: 9292568.
HSL color Cylindrical-coordinate representation of color #18CB8D: hue angle of 159.22º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB8D is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 141 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.20 |
| HSL | 159.22º | 0.79% | 0.45% | - |
| HSV(B) | 159.22º | 0.88% | 0.8% | - |
| XYZ | 26.54 | 44.83 | 32.45 | - |
| YUV | 142.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 141 | 0.88 | 0 | 0.31 | 0.20 | 159.22 | 0.79 | 0.45 |
| Hex | 18 | CB | 8D | 58 | 0 | 1F | 14 | 9F | 4F | 2D |
| Octal | 30 | 313 | 215 | 130 | 0 | 37 | 24 | 237 | 117 | 55 |
| Binary | 11000 | 11001011 | 10001101 | 1011000 | 0 | 11111 | 10100 | 10011111 | 1001111 | 101101 |
Color Harmonies of #18CB8D
Complementary color
Monochromatic Colors of #18CB8D
Black with #18CB8D
Text Example
Text Example
White with #18CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB8D; }
p { color: rgb(24,203,141); }
H1.HeaderClassName
{
color: #18CB8D;
}
.AnyTagClassName
{
color: #18CB8D;
}
</style>
background-color css
<style>
a { background-color: #18CB8D; }
a { background-color: rgb(24,203,141); }
div.DivClassName
{
background-color: #18CB8D;
}
.BgClassName
{
background-color: #18CB8D;
}
</style>
border-color css
<style>
span { border-color: #18CB8D; }
span { border-color: rgb(24,203,141); }
td.TdClassName
{
border-color: #18CB8D;
}
.TagClassName
{
border-color: #18CB8D;
}
</style>