Shades of Mountain Meadow #18B679
Tints of Mountain Meadow #18B679
RGB
CMYK
RGB Variations
Color information
#18B679 (or 0x18B679) is known color: Mountain Meadow. HEX triplet: 18, B6 and 79. RGB value is (24,182,121). Sum of RGB (Red+Green+Blue) = 24+182+121=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #18B679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B679 is #E74986. Grayscale: #7F7F7F. Windows color (decimal): -15157639 or 7976472. OLE color: 7976472.
HSL color Cylindrical-coordinate representation of color #18B679: hue angle of 156.84º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B679 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 121 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.29 |
| HSL | 156.84º | 0.77% | 0.4% | - |
| HSV(B) | 156.84º | 0.87% | 0.71% | - |
| XYZ | 20.56 | 35.03 | 23.77 | - |
| YUV | 127.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 121 | 0.87 | 0 | 0.34 | 0.29 | 156.84 | 0.77 | 0.4 |
| Hex | 18 | B6 | 79 | 57 | 0 | 22 | 1D | 9D | 4D | 28 |
| Octal | 30 | 266 | 171 | 127 | 0 | 42 | 35 | 235 | 115 | 50 |
| Binary | 11000 | 10110110 | 1111001 | 1010111 | 0 | 100010 | 11101 | 10011101 | 1001101 | 101000 |
Color Harmonies of #18B679
Complementary color
Monochromatic Colors of #18B679
Black with #18B679
Text Example
Text Example
White with #18B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B679; }
p { color: rgb(24,182,121); }
H1.HeaderClassName
{
color: #18B679;
}
.AnyTagClassName
{
color: #18B679;
}
</style>
background-color css
<style>
a { background-color: #18B679; }
a { background-color: rgb(24,182,121); }
div.DivClassName
{
background-color: #18B679;
}
.BgClassName
{
background-color: #18B679;
}
</style>
border-color css
<style>
span { border-color: #18B679; }
span { border-color: rgb(24,182,121); }
td.TdClassName
{
border-color: #18B679;
}
.TagClassName
{
border-color: #18B679;
}
</style>