Shades of Mountain Meadow #18CE7D
Tints of Mountain Meadow #18CE7D
RGB
CMYK
RGB Variations
Color information
#18CE7D (or 0x18CE7D) is known color: Mountain Meadow. HEX triplet: 18, CE and 7D. RGB value is (24,206,125). Sum of RGB (Red+Green+Blue) = 24+206+125=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CE7D is #E73182. Grayscale: #8E8E8E. Windows color (decimal): -15151491 or 8244760. OLE color: 8244760.
HSL color Cylindrical-coordinate representation of color #18CE7D: hue angle of 153.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CE7D is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 125 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.19 |
| HSL | 153.3º | 0.79% | 0.45% | - |
| HSV(B) | 153.3º | 0.88% | 0.81% | - |
| XYZ | 26.15 | 45.82 | 26.87 | - |
| YUV | 142.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 125 | 0.88 | 0 | 0.39 | 0.19 | 153.3 | 0.79 | 0.45 |
| Hex | 18 | CE | 7D | 58 | 0 | 27 | 13 | 99 | 4F | 2D |
| Octal | 30 | 316 | 175 | 130 | 0 | 47 | 23 | 231 | 117 | 55 |
| Binary | 11000 | 11001110 | 1111101 | 1011000 | 0 | 100111 | 10011 | 10011001 | 1001111 | 101101 |
Color Harmonies of #18CE7D
Complementary color
Monochromatic Colors of #18CE7D
Black with #18CE7D
Text Example
Text Example
White with #18CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE7D; }
p { color: rgb(24,206,125); }
H1.HeaderClassName
{
color: #18CE7D;
}
.AnyTagClassName
{
color: #18CE7D;
}
</style>
background-color css
<style>
a { background-color: #18CE7D; }
a { background-color: rgb(24,206,125); }
div.DivClassName
{
background-color: #18CE7D;
}
.BgClassName
{
background-color: #18CE7D;
}
</style>
border-color css
<style>
span { border-color: #18CE7D; }
span { border-color: rgb(24,206,125); }
td.TdClassName
{
border-color: #18CE7D;
}
.TagClassName
{
border-color: #18CE7D;
}
</style>