Shades of Mountain Meadow #18A875
Tints of Mountain Meadow #18A875
RGB
CMYK
RGB Variations
Color information
#18A875 (or 0x18A875) is known color: Mountain Meadow. HEX triplet: 18, A8 and 75. RGB value is (24,168,117). Sum of RGB (Red+Green+Blue) = 24+168+117=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #18A875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A875 is #E7578A. Grayscale: #777777. Windows color (decimal): -15161227 or 7710744. OLE color: 7710744.
HSL color Cylindrical-coordinate representation of color #18A875: hue angle of 158.75º 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 #18A875 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 168 | 117 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.34 |
| HSL | 158.75º | 0.75% | 0.38% | - |
| HSV(B) | 158.75º | 0.86% | 0.66% | - |
| XYZ | 17.59 | 29.48 | 21.59 | - |
| YUV | 119.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 117 | 0.86 | 0 | 0.30 | 0.34 | 158.75 | 0.75 | 0.38 |
| Hex | 18 | A8 | 75 | 56 | 0 | 1E | 22 | 9F | 4B | 26 |
| Octal | 30 | 250 | 165 | 126 | 0 | 36 | 42 | 237 | 113 | 46 |
| Binary | 11000 | 10101000 | 1110101 | 1010110 | 0 | 11110 | 100010 | 10011111 | 1001011 | 100110 |
Color Harmonies of #18A875
Complementary color
Monochromatic Colors of #18A875
Black with #18A875
Text Example
Text Example
White with #18A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A875; }
p { color: rgb(24,168,117); }
H1.HeaderClassName
{
color: #18A875;
}
.AnyTagClassName
{
color: #18A875;
}
</style>
background-color css
<style>
a { background-color: #18A875; }
a { background-color: rgb(24,168,117); }
div.DivClassName
{
background-color: #18A875;
}
.BgClassName
{
background-color: #18A875;
}
</style>
border-color css
<style>
span { border-color: #18A875; }
span { border-color: rgb(24,168,117); }
td.TdClassName
{
border-color: #18A875;
}
.TagClassName
{
border-color: #18A875;
}
</style>