Shades of Mountain Meadow #18C77D
Tints of Mountain Meadow #18C77D
RGB
CMYK
RGB Variations
Color information
#18C77D (or 0x18C77D) is known color: Mountain Meadow. HEX triplet: 18, C7 and 7D. RGB value is (24,199,125). Sum of RGB (Red+Green+Blue) = 24+199+125=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 199 (78.12% from 255 or 57.18% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 199 - color contains mainly: green. Hex color #18C77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C77D is #E73882. Grayscale: #8A8A8A. Windows color (decimal): -15153283 or 8242968. OLE color: 8242968.
HSL color Cylindrical-coordinate representation of color #18C77D: hue angle of 154.63º 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 #18C77D is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 125 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.22 |
| HSL | 154.63º | 0.78% | 0.44% | - |
| HSV(B) | 154.63º | 0.88% | 0.78% | - |
| XYZ | 24.5 | 42.52 | 26.32 | - |
| YUV | 138.24 | 120.52 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 125 | 0.88 | 0 | 0.37 | 0.22 | 154.63 | 0.78 | 0.44 |
| Hex | 18 | C7 | 7D | 58 | 0 | 25 | 16 | 9B | 4E | 2C |
| Octal | 30 | 307 | 175 | 130 | 0 | 45 | 26 | 233 | 116 | 54 |
| Binary | 11000 | 11000111 | 1111101 | 1011000 | 0 | 100101 | 10110 | 10011011 | 1001110 | 101100 |
Color Harmonies of #18C77D
Complementary color
Monochromatic Colors of #18C77D
Black with #18C77D
Text Example
Text Example
White with #18C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C77D; }
p { color: rgb(24,199,125); }
H1.HeaderClassName
{
color: #18C77D;
}
.AnyTagClassName
{
color: #18C77D;
}
</style>
background-color css
<style>
a { background-color: #18C77D; }
a { background-color: rgb(24,199,125); }
div.DivClassName
{
background-color: #18C77D;
}
.BgClassName
{
background-color: #18C77D;
}
</style>
border-color css
<style>
span { border-color: #18C77D; }
span { border-color: rgb(24,199,125); }
td.TdClassName
{
border-color: #18C77D;
}
.TagClassName
{
border-color: #18C77D;
}
</style>