Shades of Mountain Meadow #18CD8C
Tints of Mountain Meadow #18CD8C
RGB
CMYK
RGB Variations
Color information
#18CD8C (or 0x18CD8C) is known color: Mountain Meadow. HEX triplet: 18, CD and 8C. RGB value is (24,205,140). Sum of RGB (Red+Green+Blue) = 24+205+140=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CD8C is #E73273. Grayscale: #8F8F8F. Windows color (decimal): -15151732 or 9227544. OLE color: 9227544.
HSL color Cylindrical-coordinate representation of color #18CD8C: hue angle of 158.45º 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 #18CD8C is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 205 | 140 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.20 |
| HSL | 158.45º | 0.79% | 0.45% | - |
| HSV(B) | 158.45º | 0.88% | 0.8% | - |
| XYZ | 26.94 | 45.75 | 32.22 | - |
| YUV | 143.47 | 126.03 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 140 | 0.88 | 0 | 0.32 | 0.20 | 158.45 | 0.79 | 0.45 |
| Hex | 18 | CD | 8C | 58 | 0 | 20 | 14 | 9E | 4F | 2D |
| Octal | 30 | 315 | 214 | 130 | 0 | 40 | 24 | 236 | 117 | 55 |
| Binary | 11000 | 11001101 | 10001100 | 1011000 | 0 | 100000 | 10100 | 10011110 | 1001111 | 101101 |
Color Harmonies of #18CD8C
Complementary color
Monochromatic Colors of #18CD8C
Black with #18CD8C
Text Example
Text Example
White with #18CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CD8C; }
p { color: rgb(24,205,140); }
H1.HeaderClassName
{
color: #18CD8C;
}
.AnyTagClassName
{
color: #18CD8C;
}
</style>
background-color css
<style>
a { background-color: #18CD8C; }
a { background-color: rgb(24,205,140); }
div.DivClassName
{
background-color: #18CD8C;
}
.BgClassName
{
background-color: #18CD8C;
}
</style>
border-color css
<style>
span { border-color: #18CD8C; }
span { border-color: rgb(24,205,140); }
td.TdClassName
{
border-color: #18CD8C;
}
.TagClassName
{
border-color: #18CD8C;
}
</style>