Shades of Mountain Meadow #18D679
Tints of Mountain Meadow #18D679
RGB
CMYK
RGB Variations
Color information
#18D679 (or 0x18D679) is known color: Mountain Meadow. HEX triplet: 18, D6 and 79. RGB value is (24,214,121). Sum of RGB (Red+Green+Blue) = 24+214+121=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 214 (83.98% from 255 or 59.61% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 214 - color contains mainly: green. Hex color #18D679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D679 is #E72986. Grayscale: #929292. Windows color (decimal): -15149447 or 7984664. OLE color: 7984664.
HSL color Cylindrical-coordinate representation of color #18D679: hue angle of 150.63º 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 #18D679 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 121 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.16 |
| HSL | 150.63º | 0.8% | 0.47% | - |
| HSV(B) | 150.63º | 0.89% | 0.84% | - |
| XYZ | 27.87 | 49.67 | 26.21 | - |
| YUV | 146.59 | 113.55 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 121 | 0.89 | 0 | 0.43 | 0.16 | 150.63 | 0.8 | 0.47 |
| Hex | 18 | D6 | 79 | 59 | 0 | 2B | 10 | 97 | 50 | 2F |
| Octal | 30 | 326 | 171 | 131 | 0 | 53 | 20 | 227 | 120 | 57 |
| Binary | 11000 | 11010110 | 1111001 | 1011001 | 0 | 101011 | 10000 | 10010111 | 1010000 | 101111 |
Color Harmonies of #18D679
Complementary color
Monochromatic Colors of #18D679
Black with #18D679
Text Example
Text Example
White with #18D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D679; }
p { color: rgb(24,214,121); }
H1.HeaderClassName
{
color: #18D679;
}
.AnyTagClassName
{
color: #18D679;
}
</style>
background-color css
<style>
a { background-color: #18D679; }
a { background-color: rgb(24,214,121); }
div.DivClassName
{
background-color: #18D679;
}
.BgClassName
{
background-color: #18D679;
}
</style>
border-color css
<style>
span { border-color: #18D679; }
span { border-color: rgb(24,214,121); }
td.TdClassName
{
border-color: #18D679;
}
.TagClassName
{
border-color: #18D679;
}
</style>