Shades of Mountain Meadow #18C07C
Tints of Mountain Meadow #18C07C
RGB
CMYK
RGB Variations
Color information
#18C07C (or 0x18C07C) is known color: Mountain Meadow. HEX triplet: 18, C0 and 7C. RGB value is (24,192,124). Sum of RGB (Red+Green+Blue) = 24+192+124=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #18C07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C07C is #E73F83. Grayscale: #868686. Windows color (decimal): -15155076 or 8175640. OLE color: 8175640.
HSL color Cylindrical-coordinate representation of color #18C07C: hue angle of 155.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C07C is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 124 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.25 |
| HSL | 155.71º | 0.78% | 0.42% | - |
| HSV(B) | 155.71º | 0.88% | 0.75% | - |
| XYZ | 22.86 | 39.35 | 25.46 | - |
| YUV | 134.02 | 122.34 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 124 | 0.88 | 0 | 0.35 | 0.25 | 155.71 | 0.78 | 0.42 |
| Hex | 18 | C0 | 7C | 58 | 0 | 23 | 19 | 9C | 4E | 2A |
| Octal | 30 | 300 | 174 | 130 | 0 | 43 | 31 | 234 | 116 | 52 |
| Binary | 11000 | 11000000 | 1111100 | 1011000 | 0 | 100011 | 11001 | 10011100 | 1001110 | 101010 |
Color Harmonies of #18C07C
Complementary color
Monochromatic Colors of #18C07C
Black with #18C07C
Text Example
Text Example
White with #18C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C07C; }
p { color: rgb(24,192,124); }
H1.HeaderClassName
{
color: #18C07C;
}
.AnyTagClassName
{
color: #18C07C;
}
</style>
background-color css
<style>
a { background-color: #18C07C; }
a { background-color: rgb(24,192,124); }
div.DivClassName
{
background-color: #18C07C;
}
.BgClassName
{
background-color: #18C07C;
}
</style>
border-color css
<style>
span { border-color: #18C07C; }
span { border-color: rgb(24,192,124); }
td.TdClassName
{
border-color: #18C07C;
}
.TagClassName
{
border-color: #18C07C;
}
</style>