Shades of Mountain Meadow #18C672
Tints of Mountain Meadow #18C672
RGB
CMYK
RGB Variations
Color information
#18C672 (or 0x18C672) is known color: Mountain Meadow. HEX triplet: 18, C6 and 72. RGB value is (24,198,114). Sum of RGB (Red+Green+Blue) = 24+198+114=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #18C672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C672 is #E7398D. Grayscale: #888888. Windows color (decimal): -15153550 or 7521816. OLE color: 7521816.
HSL color Cylindrical-coordinate representation of color #18C672: hue angle of 151.03º 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 #18C672 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 114 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.22 |
| HSL | 151.03º | 0.78% | 0.44% | - |
| HSV(B) | 151.03º | 0.88% | 0.78% | - |
| XYZ | 23.61 | 41.8 | 22.74 | - |
| YUV | 136.4 | 115.35 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 114 | 0.88 | 0 | 0.42 | 0.22 | 151.03 | 0.78 | 0.44 |
| Hex | 18 | C6 | 72 | 58 | 0 | 2A | 16 | 97 | 4E | 2C |
| Octal | 30 | 306 | 162 | 130 | 0 | 52 | 26 | 227 | 116 | 54 |
| Binary | 11000 | 11000110 | 1110010 | 1011000 | 0 | 101010 | 10110 | 10010111 | 1001110 | 101100 |
Color Harmonies of #18C672
Complementary color
Monochromatic Colors of #18C672
Black with #18C672
Text Example
Text Example
White with #18C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C672; }
p { color: rgb(24,198,114); }
H1.HeaderClassName
{
color: #18C672;
}
.AnyTagClassName
{
color: #18C672;
}
</style>
background-color css
<style>
a { background-color: #18C672; }
a { background-color: rgb(24,198,114); }
div.DivClassName
{
background-color: #18C672;
}
.BgClassName
{
background-color: #18C672;
}
</style>
border-color css
<style>
span { border-color: #18C672; }
span { border-color: rgb(24,198,114); }
td.TdClassName
{
border-color: #18C672;
}
.TagClassName
{
border-color: #18C672;
}
</style>