Shades of Mountain Meadow #18C784
Tints of Mountain Meadow #18C784
RGB
CMYK
RGB Variations
Color information
#18C784 (or 0x18C784) is known color: Mountain Meadow. HEX triplet: 18, C7 and 84. RGB value is (24,199,132). Sum of RGB (Red+Green+Blue) = 24+199+132=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #18C784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C784 is #E7387B. Grayscale: #8B8B8B. Windows color (decimal): -15153276 or 8701720. OLE color: 8701720.
HSL color Cylindrical-coordinate representation of color #18C784: hue angle of 157.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 #18C784 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 132 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.22 |
| HSL | 157.03º | 0.78% | 0.44% | - |
| HSV(B) | 157.03º | 0.88% | 0.78% | - |
| XYZ | 24.96 | 42.71 | 28.76 | - |
| YUV | 139.04 | 124.02 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 132 | 0.88 | 0 | 0.34 | 0.22 | 157.03 | 0.78 | 0.44 |
| Hex | 18 | C7 | 84 | 58 | 0 | 22 | 16 | 9D | 4E | 2C |
| Octal | 30 | 307 | 204 | 130 | 0 | 42 | 26 | 235 | 116 | 54 |
| Binary | 11000 | 11000111 | 10000100 | 1011000 | 0 | 100010 | 10110 | 10011101 | 1001110 | 101100 |
Color Harmonies of #18C784
Complementary color
Monochromatic Colors of #18C784
Black with #18C784
Text Example
Text Example
White with #18C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C784; }
p { color: rgb(24,199,132); }
H1.HeaderClassName
{
color: #18C784;
}
.AnyTagClassName
{
color: #18C784;
}
</style>
background-color css
<style>
a { background-color: #18C784; }
a { background-color: rgb(24,199,132); }
div.DivClassName
{
background-color: #18C784;
}
.BgClassName
{
background-color: #18C784;
}
</style>
border-color css
<style>
span { border-color: #18C784; }
span { border-color: rgb(24,199,132); }
td.TdClassName
{
border-color: #18C784;
}
.TagClassName
{
border-color: #18C784;
}
</style>