Shades of Mountain Meadow #18C670
Tints of Mountain Meadow #18C670
RGB
CMYK
RGB Variations
Color information
#18C670 (or 0x18C670) is known color: Mountain Meadow. HEX triplet: 18, C6 and 70. RGB value is (24,198,112). Sum of RGB (Red+Green+Blue) = 24+198+112=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #18C670 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C670 is #E7398F. Grayscale: #888888. Windows color (decimal): -15153552 or 7390744. OLE color: 7390744.
HSL color Cylindrical-coordinate representation of color #18C670: hue angle of 150.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C670 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 112 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.22 |
| HSL | 150.34º | 0.78% | 0.44% | - |
| HSV(B) | 150.34º | 0.88% | 0.78% | - |
| XYZ | 23.5 | 41.75 | 22.15 | - |
| YUV | 136.17 | 114.35 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 112 | 0.88 | 0 | 0.43 | 0.22 | 150.34 | 0.78 | 0.44 |
| Hex | 18 | C6 | 70 | 58 | 0 | 2B | 16 | 96 | 4E | 2C |
| Octal | 30 | 306 | 160 | 130 | 0 | 53 | 26 | 226 | 116 | 54 |
| Binary | 11000 | 11000110 | 1110000 | 1011000 | 0 | 101011 | 10110 | 10010110 | 1001110 | 101100 |
Color Harmonies of #18C670
Complementary color
Monochromatic Colors of #18C670
Black with #18C670
Text Example
Text Example
White with #18C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C670; }
p { color: rgb(24,198,112); }
H1.HeaderClassName
{
color: #18C670;
}
.AnyTagClassName
{
color: #18C670;
}
</style>
background-color css
<style>
a { background-color: #18C670; }
a { background-color: rgb(24,198,112); }
div.DivClassName
{
background-color: #18C670;
}
.BgClassName
{
background-color: #18C670;
}
</style>
border-color css
<style>
span { border-color: #18C670; }
span { border-color: rgb(24,198,112); }
td.TdClassName
{
border-color: #18C670;
}
.TagClassName
{
border-color: #18C670;
}
</style>