Shades of Mountain Meadow #18A07F
Tints of Mountain Meadow #18A07F
RGB
CMYK
RGB Variations
Color information
#18A07F (or 0x18A07F) is known color: Mountain Meadow. HEX triplet: 18, A0 and 7F. RGB value is (24,160,127). Sum of RGB (Red+Green+Blue) = 24+160+127=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #18A07F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A07F is #E75F80. Grayscale: #737373. Windows color (decimal): -15163265 or 8364056. OLE color: 8364056.
HSL color Cylindrical-coordinate representation of color #18A07F: hue angle of 165.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A07F is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 127 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.37 |
| HSL | 165.44º | 0.74% | 0.36% | - |
| HSV(B) | 165.44º | 0.85% | 0.63% | - |
| XYZ | 16.78 | 26.87 | 24.38 | - |
| YUV | 115.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 127 | 0.85 | 0 | 0.21 | 0.37 | 165.44 | 0.74 | 0.36 |
| Hex | 18 | A0 | 7F | 55 | 0 | 15 | 25 | A5 | 4A | 24 |
| Octal | 30 | 240 | 177 | 125 | 0 | 25 | 45 | 245 | 112 | 44 |
| Binary | 11000 | 10100000 | 1111111 | 1010101 | 0 | 10101 | 100101 | 10100101 | 1001010 | 100100 |
Color Harmonies of #18A07F
Complementary color
Monochromatic Colors of #18A07F
Black with #18A07F
Text Example
Text Example
White with #18A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A07F; }
p { color: rgb(24,160,127); }
H1.HeaderClassName
{
color: #18A07F;
}
.AnyTagClassName
{
color: #18A07F;
}
</style>
background-color css
<style>
a { background-color: #18A07F; }
a { background-color: rgb(24,160,127); }
div.DivClassName
{
background-color: #18A07F;
}
.BgClassName
{
background-color: #18A07F;
}
</style>
border-color css
<style>
span { border-color: #18A07F; }
span { border-color: rgb(24,160,127); }
td.TdClassName
{
border-color: #18A07F;
}
.TagClassName
{
border-color: #18A07F;
}
</style>