Shades of Mountain Meadow #18C57D
Tints of Mountain Meadow #18C57D
RGB
CMYK
RGB Variations
Color information
#18C57D (or 0x18C57D) is known color: Mountain Meadow. HEX triplet: 18, C5 and 7D. RGB value is (24,197,125). Sum of RGB (Red+Green+Blue) = 24+197+125=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #18C57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C57D is #E73A82. Grayscale: #898989. Windows color (decimal): -15153795 or 8242456. OLE color: 8242456.
HSL color Cylindrical-coordinate representation of color #18C57D: hue angle of 155.03º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C57D is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 125 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.23 |
| HSL | 155.03º | 0.78% | 0.43% | - |
| HSV(B) | 155.03º | 0.88% | 0.77% | - |
| XYZ | 24.04 | 41.61 | 26.17 | - |
| YUV | 137.07 | 121.19 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 125 | 0.88 | 0 | 0.37 | 0.23 | 155.03 | 0.78 | 0.43 |
| Hex | 18 | C5 | 7D | 58 | 0 | 25 | 17 | 9B | 4E | 2B |
| Octal | 30 | 305 | 175 | 130 | 0 | 45 | 27 | 233 | 116 | 53 |
| Binary | 11000 | 11000101 | 1111101 | 1011000 | 0 | 100101 | 10111 | 10011011 | 1001110 | 101011 |
Color Harmonies of #18C57D
Complementary color
Monochromatic Colors of #18C57D
Black with #18C57D
Text Example
Text Example
White with #18C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C57D; }
p { color: rgb(24,197,125); }
H1.HeaderClassName
{
color: #18C57D;
}
.AnyTagClassName
{
color: #18C57D;
}
</style>
background-color css
<style>
a { background-color: #18C57D; }
a { background-color: rgb(24,197,125); }
div.DivClassName
{
background-color: #18C57D;
}
.BgClassName
{
background-color: #18C57D;
}
</style>
border-color css
<style>
span { border-color: #18C57D; }
span { border-color: rgb(24,197,125); }
td.TdClassName
{
border-color: #18C57D;
}
.TagClassName
{
border-color: #18C57D;
}
</style>