Shades of Mountain Meadow #18A97A
Tints of Mountain Meadow #18A97A
RGB
CMYK
RGB Variations
Color information
#18A97A (or 0x18A97A) is known color: Mountain Meadow. HEX triplet: 18, A9 and 7A. RGB value is (24,169,122). Sum of RGB (Red+Green+Blue) = 24+169+122=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #18A97A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A97A is #E75685. Grayscale: #787878. Windows color (decimal): -15160966 or 8038680. OLE color: 8038680.
HSL color Cylindrical-coordinate representation of color #18A97A: hue angle of 160.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A97A is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 169 | 122 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.34 |
| HSL | 160.55º | 0.75% | 0.38% | - |
| HSV(B) | 160.55º | 0.86% | 0.66% | - |
| XYZ | 18.08 | 29.98 | 23.25 | - |
| YUV | 120.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 169 | 122 | 0.86 | 0 | 0.28 | 0.34 | 160.55 | 0.75 | 0.38 |
| Hex | 18 | A9 | 7A | 56 | 0 | 1C | 22 | A1 | 4B | 26 |
| Octal | 30 | 251 | 172 | 126 | 0 | 34 | 42 | 241 | 113 | 46 |
| Binary | 11000 | 10101001 | 1111010 | 1010110 | 0 | 11100 | 100010 | 10100001 | 1001011 | 100110 |
Color Harmonies of #18A97A
Complementary color
Monochromatic Colors of #18A97A
Black with #18A97A
Text Example
Text Example
White with #18A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A97A; }
p { color: rgb(24,169,122); }
H1.HeaderClassName
{
color: #18A97A;
}
.AnyTagClassName
{
color: #18A97A;
}
</style>
background-color css
<style>
a { background-color: #18A97A; }
a { background-color: rgb(24,169,122); }
div.DivClassName
{
background-color: #18A97A;
}
.BgClassName
{
background-color: #18A97A;
}
</style>
border-color css
<style>
span { border-color: #18A97A; }
span { border-color: rgb(24,169,122); }
td.TdClassName
{
border-color: #18A97A;
}
.TagClassName
{
border-color: #18A97A;
}
</style>