Shades of Mountain Meadow #18AB84
Tints of Mountain Meadow #18AB84
RGB
CMYK
RGB Variations
Color information
#18AB84 (or 0x18AB84) is known color: Mountain Meadow. HEX triplet: 18, AB and 84. RGB value is (24,171,132). Sum of RGB (Red+Green+Blue) = 24+171+132=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB84 is #E7547B. Grayscale: #7A7A7A. Windows color (decimal): -15160444 or 8694552. OLE color: 8694552.
HSL color Cylindrical-coordinate representation of color #18AB84: hue angle of 164.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB84 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 132 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.33 |
| HSL | 164.08º | 0.75% | 0.38% | - |
| HSV(B) | 164.08º | 0.86% | 0.67% | - |
| XYZ | 19.1 | 30.99 | 26.8 | - |
| YUV | 122.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 132 | 0.86 | 0 | 0.23 | 0.33 | 164.08 | 0.75 | 0.38 |
| Hex | 18 | AB | 84 | 56 | 0 | 17 | 21 | A4 | 4B | 26 |
| Octal | 30 | 253 | 204 | 126 | 0 | 27 | 41 | 244 | 113 | 46 |
| Binary | 11000 | 10101011 | 10000100 | 1010110 | 0 | 10111 | 100001 | 10100100 | 1001011 | 100110 |
Color Harmonies of #18AB84
Complementary color
Monochromatic Colors of #18AB84
Black with #18AB84
Text Example
Text Example
White with #18AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB84; }
p { color: rgb(24,171,132); }
H1.HeaderClassName
{
color: #18AB84;
}
.AnyTagClassName
{
color: #18AB84;
}
</style>
background-color css
<style>
a { background-color: #18AB84; }
a { background-color: rgb(24,171,132); }
div.DivClassName
{
background-color: #18AB84;
}
.BgClassName
{
background-color: #18AB84;
}
</style>
border-color css
<style>
span { border-color: #18AB84; }
span { border-color: rgb(24,171,132); }
td.TdClassName
{
border-color: #18AB84;
}
.TagClassName
{
border-color: #18AB84;
}
</style>