Shades of Mountain Meadow #18AC8F
Tints of Mountain Meadow #18AC8F
RGB
CMYK
RGB Variations
Color information
#18AC8F (or 0x18AC8F) is known color: Mountain Meadow. HEX triplet: 18, AC and 8F. RGB value is (24,172,143). Sum of RGB (Red+Green+Blue) = 24+172+143=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC8F is #E75370. Grayscale: #7C7C7C. Windows color (decimal): -15160177 or 9415704. OLE color: 9415704.
HSL color Cylindrical-coordinate representation of color #18AC8F: hue angle of 168.24º degrees, saturation: 0.76, 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 #18AC8F is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 143 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.33 |
| HSL | 168.24º | 0.76% | 0.38% | - |
| HSV(B) | 168.24º | 0.86% | 0.67% | - |
| XYZ | 20.09 | 31.68 | 31.04 | - |
| YUV | 124.44 | 138.47 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 143 | 0.86 | 0 | 0.17 | 0.33 | 168.24 | 0.76 | 0.38 |
| Hex | 18 | AC | 8F | 56 | 0 | 11 | 21 | A8 | 4C | 26 |
| Octal | 30 | 254 | 217 | 126 | 0 | 21 | 41 | 250 | 114 | 46 |
| Binary | 11000 | 10101100 | 10001111 | 1010110 | 0 | 10001 | 100001 | 10101000 | 1001100 | 100110 |
Color Harmonies of #18AC8F
Complementary color
Monochromatic Colors of #18AC8F
Black with #18AC8F
Text Example
Text Example
White with #18AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC8F; }
p { color: rgb(24,172,143); }
H1.HeaderClassName
{
color: #18AC8F;
}
.AnyTagClassName
{
color: #18AC8F;
}
</style>
background-color css
<style>
a { background-color: #18AC8F; }
a { background-color: rgb(24,172,143); }
div.DivClassName
{
background-color: #18AC8F;
}
.BgClassName
{
background-color: #18AC8F;
}
</style>
border-color css
<style>
span { border-color: #18AC8F; }
span { border-color: rgb(24,172,143); }
td.TdClassName
{
border-color: #18AC8F;
}
.TagClassName
{
border-color: #18AC8F;
}
</style>