Shades of Mountain Meadow #18BD79
Tints of Mountain Meadow #18BD79
RGB
CMYK
RGB Variations
Color information
#18BD79 (or 0x18BD79) is known color: Mountain Meadow. HEX triplet: 18, BD and 79. RGB value is (24,189,121). Sum of RGB (Red+Green+Blue) = 24+189+121=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BD79 is #E74286. Grayscale: #848484. Windows color (decimal): -15155847 or 7978264. OLE color: 7978264.
HSL color Cylindrical-coordinate representation of color #18BD79: hue angle of 155.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD79 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 189 | 121 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.26 |
| HSL | 155.27º | 0.77% | 0.42% | - |
| HSV(B) | 155.27º | 0.87% | 0.74% | - |
| XYZ | 22.03 | 37.97 | 24.26 | - |
| YUV | 131.91 | 121.84 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 121 | 0.87 | 0 | 0.36 | 0.26 | 155.27 | 0.77 | 0.42 |
| Hex | 18 | BD | 79 | 57 | 0 | 24 | 1A | 9B | 4D | 2A |
| Octal | 30 | 275 | 171 | 127 | 0 | 44 | 32 | 233 | 115 | 52 |
| Binary | 11000 | 10111101 | 1111001 | 1010111 | 0 | 100100 | 11010 | 10011011 | 1001101 | 101010 |
Color Harmonies of #18BD79
Complementary color
Monochromatic Colors of #18BD79
Black with #18BD79
Text Example
Text Example
White with #18BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BD79; }
p { color: rgb(24,189,121); }
H1.HeaderClassName
{
color: #18BD79;
}
.AnyTagClassName
{
color: #18BD79;
}
</style>
background-color css
<style>
a { background-color: #18BD79; }
a { background-color: rgb(24,189,121); }
div.DivClassName
{
background-color: #18BD79;
}
.BgClassName
{
background-color: #18BD79;
}
</style>
border-color css
<style>
span { border-color: #18BD79; }
span { border-color: rgb(24,189,121); }
td.TdClassName
{
border-color: #18BD79;
}
.TagClassName
{
border-color: #18BD79;
}
</style>