Shades of Mountain Meadow #18A788
Tints of Mountain Meadow #18A788
RGB
CMYK
RGB Variations
Color information
#18A788 (or 0x18A788) is known color: Mountain Meadow. HEX triplet: 18, A7 and 88. RGB value is (24,167,136). Sum of RGB (Red+Green+Blue) = 24+167+136=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #18A788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A788 is #E75877. Grayscale: #787878. Windows color (decimal): -15161464 or 8955672. OLE color: 8955672.
HSL color Cylindrical-coordinate representation of color #18A788: hue angle of 166.99º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A788 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 167 | 136 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.35 |
| HSL | 166.99º | 0.75% | 0.37% | - |
| HSV(B) | 166.99º | 0.86% | 0.65% | - |
| XYZ | 18.64 | 29.61 | 28.03 | - |
| YUV | 120.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 167 | 136 | 0.86 | 0 | 0.19 | 0.35 | 166.99 | 0.75 | 0.37 |
| Hex | 18 | A7 | 88 | 56 | 0 | 13 | 23 | A7 | 4B | 25 |
| Octal | 30 | 247 | 210 | 126 | 0 | 23 | 43 | 247 | 113 | 45 |
| Binary | 11000 | 10100111 | 10001000 | 1010110 | 0 | 10011 | 100011 | 10100111 | 1001011 | 100101 |
Color Harmonies of #18A788
Complementary color
Monochromatic Colors of #18A788
Black with #18A788
Text Example
Text Example
White with #18A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A788; }
p { color: rgb(24,167,136); }
H1.HeaderClassName
{
color: #18A788;
}
.AnyTagClassName
{
color: #18A788;
}
</style>
background-color css
<style>
a { background-color: #18A788; }
a { background-color: rgb(24,167,136); }
div.DivClassName
{
background-color: #18A788;
}
.BgClassName
{
background-color: #18A788;
}
</style>
border-color css
<style>
span { border-color: #18A788; }
span { border-color: rgb(24,167,136); }
td.TdClassName
{
border-color: #18A788;
}
.TagClassName
{
border-color: #18A788;
}
</style>