Shades of Mountain Meadow #18A387
Tints of Mountain Meadow #18A387
RGB
CMYK
RGB Variations
Color information
#18A387 (or 0x18A387) is known color: Mountain Meadow. HEX triplet: 18, A3 and 87. RGB value is (24,163,135). Sum of RGB (Red+Green+Blue) = 24+163+135=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #18A387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A387 is #E75C78. Grayscale: #767676. Windows color (decimal): -15162489 or 8889112. OLE color: 8889112.
HSL color Cylindrical-coordinate representation of color #18A387: hue angle of 167.91º 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 #18A387 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 135 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.36 |
| HSL | 167.91º | 0.74% | 0.37% | - |
| HSV(B) | 167.91º | 0.85% | 0.64% | - |
| XYZ | 17.85 | 28.14 | 27.41 | - |
| YUV | 118.25 | 137.45 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 135 | 0.85 | 0 | 0.17 | 0.36 | 167.91 | 0.74 | 0.37 |
| Hex | 18 | A3 | 87 | 55 | 0 | 11 | 24 | A8 | 4A | 25 |
| Octal | 30 | 243 | 207 | 125 | 0 | 21 | 44 | 250 | 112 | 45 |
| Binary | 11000 | 10100011 | 10000111 | 1010101 | 0 | 10001 | 100100 | 10101000 | 1001010 | 100101 |
Color Harmonies of #18A387
Complementary color
Monochromatic Colors of #18A387
Black with #18A387
Text Example
Text Example
White with #18A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A387; }
p { color: rgb(24,163,135); }
H1.HeaderClassName
{
color: #18A387;
}
.AnyTagClassName
{
color: #18A387;
}
</style>
background-color css
<style>
a { background-color: #18A387; }
a { background-color: rgb(24,163,135); }
div.DivClassName
{
background-color: #18A387;
}
.BgClassName
{
background-color: #18A387;
}
</style>
border-color css
<style>
span { border-color: #18A387; }
span { border-color: rgb(24,163,135); }
td.TdClassName
{
border-color: #18A387;
}
.TagClassName
{
border-color: #18A387;
}
</style>