Shades of Mountain Meadow #18A488
Tints of Mountain Meadow #18A488
RGB
CMYK
RGB Variations
Color information
#18A488 (or 0x18A488) is known color: Mountain Meadow. HEX triplet: 18, A4 and 88. RGB value is (24,164,136). Sum of RGB (Red+Green+Blue) = 24+164+136=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #18A488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A488 is #E75B77. Grayscale: #767676. Windows color (decimal): -15162232 or 8954904. OLE color: 8954904.
HSL color Cylindrical-coordinate representation of color #18A488: hue angle of 168º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A488 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 136 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.36 |
| HSL | 168º | 0.74% | 0.37% | - |
| HSV(B) | 168º | 0.85% | 0.64% | - |
| XYZ | 18.1 | 28.52 | 27.84 | - |
| YUV | 118.95 | 137.62 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 136 | 0.85 | 0 | 0.17 | 0.36 | 168 | 0.74 | 0.37 |
| Hex | 18 | A4 | 88 | 55 | 0 | 11 | 24 | A8 | 4A | 25 |
| Octal | 30 | 244 | 210 | 125 | 0 | 21 | 44 | 250 | 112 | 45 |
| Binary | 11000 | 10100100 | 10001000 | 1010101 | 0 | 10001 | 100100 | 10101000 | 1001010 | 100101 |
Color Harmonies of #18A488
Complementary color
Monochromatic Colors of #18A488
Black with #18A488
Text Example
Text Example
White with #18A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A488; }
p { color: rgb(24,164,136); }
H1.HeaderClassName
{
color: #18A488;
}
.AnyTagClassName
{
color: #18A488;
}
</style>
background-color css
<style>
a { background-color: #18A488; }
a { background-color: rgb(24,164,136); }
div.DivClassName
{
background-color: #18A488;
}
.BgClassName
{
background-color: #18A488;
}
</style>
border-color css
<style>
span { border-color: #18A488; }
span { border-color: rgb(24,164,136); }
td.TdClassName
{
border-color: #18A488;
}
.TagClassName
{
border-color: #18A488;
}
</style>