Shades of Mountain Meadow #18AB7B
Tints of Mountain Meadow #18AB7B
RGB
CMYK
RGB Variations
Color information
#18AB7B (or 0x18AB7B) is known color: Mountain Meadow. HEX triplet: 18, AB and 7B. RGB value is (24,171,123). Sum of RGB (Red+Green+Blue) = 24+171+123=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB7B is #E75484. Grayscale: #797979. Windows color (decimal): -15160453 or 8104728. OLE color: 8104728.
HSL color Cylindrical-coordinate representation of color #18AB7B: hue angle of 160.41º 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 #18AB7B is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 123 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.33 |
| HSL | 160.41º | 0.75% | 0.38% | - |
| HSV(B) | 160.41º | 0.86% | 0.67% | - |
| XYZ | 18.51 | 30.75 | 23.7 | - |
| YUV | 121.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 123 | 0.86 | 0 | 0.28 | 0.33 | 160.41 | 0.75 | 0.38 |
| Hex | 18 | AB | 7B | 56 | 0 | 1C | 21 | A0 | 4B | 26 |
| Octal | 30 | 253 | 173 | 126 | 0 | 34 | 41 | 240 | 113 | 46 |
| Binary | 11000 | 10101011 | 1111011 | 1010110 | 0 | 11100 | 100001 | 10100000 | 1001011 | 100110 |
Color Harmonies of #18AB7B
Complementary color
Monochromatic Colors of #18AB7B
Black with #18AB7B
Text Example
Text Example
White with #18AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB7B; }
p { color: rgb(24,171,123); }
H1.HeaderClassName
{
color: #18AB7B;
}
.AnyTagClassName
{
color: #18AB7B;
}
</style>
background-color css
<style>
a { background-color: #18AB7B; }
a { background-color: rgb(24,171,123); }
div.DivClassName
{
background-color: #18AB7B;
}
.BgClassName
{
background-color: #18AB7B;
}
</style>
border-color css
<style>
span { border-color: #18AB7B; }
span { border-color: rgb(24,171,123); }
td.TdClassName
{
border-color: #18AB7B;
}
.TagClassName
{
border-color: #18AB7B;
}
</style>