Shades of Mountain Meadow #18C68E
Tints of Mountain Meadow #18C68E
RGB
CMYK
RGB Variations
Color information
#18C68E (or 0x18C68E) is known color: Mountain Meadow. HEX triplet: 18, C6 and 8E. RGB value is (24,198,142). Sum of RGB (Red+Green+Blue) = 24+198+142=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #18C68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C68E is #E73971. Grayscale: #8B8B8B. Windows color (decimal): -15153522 or 9356824. OLE color: 9356824.
HSL color Cylindrical-coordinate representation of color #18C68E: hue angle of 160.69º 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 #18C68E is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 142 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.22 |
| HSL | 160.69º | 0.78% | 0.44% | - |
| HSV(B) | 160.69º | 0.88% | 0.78% | - |
| XYZ | 25.45 | 42.54 | 32.46 | - |
| YUV | 139.59 | 129.35 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 142 | 0.88 | 0 | 0.28 | 0.22 | 160.69 | 0.78 | 0.44 |
| Hex | 18 | C6 | 8E | 58 | 0 | 1C | 16 | A1 | 4E | 2C |
| Octal | 30 | 306 | 216 | 130 | 0 | 34 | 26 | 241 | 116 | 54 |
| Binary | 11000 | 11000110 | 10001110 | 1011000 | 0 | 11100 | 10110 | 10100001 | 1001110 | 101100 |
Color Harmonies of #18C68E
Complementary color
Monochromatic Colors of #18C68E
Black with #18C68E
Text Example
Text Example
White with #18C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C68E; }
p { color: rgb(24,198,142); }
H1.HeaderClassName
{
color: #18C68E;
}
.AnyTagClassName
{
color: #18C68E;
}
</style>
background-color css
<style>
a { background-color: #18C68E; }
a { background-color: rgb(24,198,142); }
div.DivClassName
{
background-color: #18C68E;
}
.BgClassName
{
background-color: #18C68E;
}
</style>
border-color css
<style>
span { border-color: #18C68E; }
span { border-color: rgb(24,198,142); }
td.TdClassName
{
border-color: #18C68E;
}
.TagClassName
{
border-color: #18C68E;
}
</style>