Shades of Mountain Meadow #18AD79
Tints of Mountain Meadow #18AD79
RGB
CMYK
RGB Variations
Color information
#18AD79 (or 0x18AD79) is known color: Mountain Meadow. HEX triplet: 18, AD and 79. RGB value is (24,173,121). Sum of RGB (Red+Green+Blue) = 24+173+121=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AD79 is #E75286. Grayscale: #7A7A7A. Windows color (decimal): -15159943 or 7974168. OLE color: 7974168.
HSL color Cylindrical-coordinate representation of color #18AD79: hue angle of 159.06º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD79 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 121 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.32 |
| HSL | 159.06º | 0.76% | 0.39% | - |
| HSV(B) | 159.06º | 0.86% | 0.68% | - |
| XYZ | 18.77 | 31.46 | 23.17 | - |
| YUV | 122.52 | 127.14 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 121 | 0.86 | 0 | 0.30 | 0.32 | 159.06 | 0.76 | 0.39 |
| Hex | 18 | AD | 79 | 56 | 0 | 1E | 20 | 9F | 4C | 27 |
| Octal | 30 | 255 | 171 | 126 | 0 | 36 | 40 | 237 | 114 | 47 |
| Binary | 11000 | 10101101 | 1111001 | 1010110 | 0 | 11110 | 100000 | 10011111 | 1001100 | 100111 |
Color Harmonies of #18AD79
Complementary color
Monochromatic Colors of #18AD79
Black with #18AD79
Text Example
Text Example
White with #18AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD79; }
p { color: rgb(24,173,121); }
H1.HeaderClassName
{
color: #18AD79;
}
.AnyTagClassName
{
color: #18AD79;
}
</style>
background-color css
<style>
a { background-color: #18AD79; }
a { background-color: rgb(24,173,121); }
div.DivClassName
{
background-color: #18AD79;
}
.BgClassName
{
background-color: #18AD79;
}
</style>
border-color css
<style>
span { border-color: #18AD79; }
span { border-color: rgb(24,173,121); }
td.TdClassName
{
border-color: #18AD79;
}
.TagClassName
{
border-color: #18AD79;
}
</style>