Shades of Mountain Meadow #18D779
Tints of Mountain Meadow #18D779
RGB
CMYK
RGB Variations
Color information
#18D779 (or 0x18D779) is known color: Mountain Meadow. HEX triplet: 18, D7 and 79. RGB value is (24,215,121). Sum of RGB (Red+Green+Blue) = 24+215+121=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #18D779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D779 is #E72886. Grayscale: #939393. Windows color (decimal): -15149191 or 7984920. OLE color: 7984920.
HSL color Cylindrical-coordinate representation of color #18D779: hue angle of 150.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D779 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 215 | 121 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.16 |
| HSL | 150.47º | 0.8% | 0.47% | - |
| HSV(B) | 150.47º | 0.89% | 0.84% | - |
| XYZ | 28.13 | 50.18 | 26.29 | - |
| YUV | 147.18 | 113.22 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 215 | 121 | 0.89 | 0 | 0.44 | 0.16 | 150.47 | 0.8 | 0.47 |
| Hex | 18 | D7 | 79 | 59 | 0 | 2C | 10 | 96 | 50 | 2F |
| Octal | 30 | 327 | 171 | 131 | 0 | 54 | 20 | 226 | 120 | 57 |
| Binary | 11000 | 11010111 | 1111001 | 1011001 | 0 | 101100 | 10000 | 10010110 | 1010000 | 101111 |
Color Harmonies of #18D779
Complementary color
Monochromatic Colors of #18D779
Black with #18D779
Text Example
Text Example
White with #18D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D779; }
p { color: rgb(24,215,121); }
H1.HeaderClassName
{
color: #18D779;
}
.AnyTagClassName
{
color: #18D779;
}
</style>
background-color css
<style>
a { background-color: #18D779; }
a { background-color: rgb(24,215,121); }
div.DivClassName
{
background-color: #18D779;
}
.BgClassName
{
background-color: #18D779;
}
</style>
border-color css
<style>
span { border-color: #18D779; }
span { border-color: rgb(24,215,121); }
td.TdClassName
{
border-color: #18D779;
}
.TagClassName
{
border-color: #18D779;
}
</style>