Shades of Mountain Meadow #18D279
Tints of Mountain Meadow #18D279
RGB
CMYK
RGB Variations
Color information
#18D279 (or 0x18D279) is known color: Mountain Meadow. HEX triplet: 18, D2 and 79. RGB value is (24,210,121). Sum of RGB (Red+Green+Blue) = 24+210+121=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #18D279 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D279 is #E72D86. Grayscale: #909090. Windows color (decimal): -15150471 or 7983640. OLE color: 7983640.
HSL color Cylindrical-coordinate representation of color #18D279: hue angle of 151.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D279 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 121 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.18 |
| HSL | 151.29º | 0.79% | 0.46% | - |
| HSV(B) | 151.29º | 0.89% | 0.82% | - |
| XYZ | 26.87 | 47.67 | 25.87 | - |
| YUV | 144.24 | 114.88 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 121 | 0.89 | 0 | 0.42 | 0.18 | 151.29 | 0.79 | 0.46 |
| Hex | 18 | D2 | 79 | 59 | 0 | 2A | 12 | 97 | 4F | 2E |
| Octal | 30 | 322 | 171 | 131 | 0 | 52 | 22 | 227 | 117 | 56 |
| Binary | 11000 | 11010010 | 1111001 | 1011001 | 0 | 101010 | 10010 | 10010111 | 1001111 | 101110 |
Color Harmonies of #18D279
Complementary color
Monochromatic Colors of #18D279
Black with #18D279
Text Example
Text Example
White with #18D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D279; }
p { color: rgb(24,210,121); }
H1.HeaderClassName
{
color: #18D279;
}
.AnyTagClassName
{
color: #18D279;
}
</style>
background-color css
<style>
a { background-color: #18D279; }
a { background-color: rgb(24,210,121); }
div.DivClassName
{
background-color: #18D279;
}
.BgClassName
{
background-color: #18D279;
}
</style>
border-color css
<style>
span { border-color: #18D279; }
span { border-color: rgb(24,210,121); }
td.TdClassName
{
border-color: #18D279;
}
.TagClassName
{
border-color: #18D279;
}
</style>