Shades of Mountain Meadow #18C886
Tints of Mountain Meadow #18C886
RGB
CMYK
RGB Variations
Color information
#18C886 (or 0x18C886) is known color: Mountain Meadow. HEX triplet: 18, C8 and 86. RGB value is (24,200,134). Sum of RGB (Red+Green+Blue) = 24+200+134=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #18C886 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C886 is #E73779. Grayscale: #8B8B8B. Windows color (decimal): -15153018 or 8833048. OLE color: 8833048.
HSL color Cylindrical-coordinate representation of color #18C886: hue angle of 157.5º degrees, saturation: 0.79, 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 #18C886 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 200 | 134 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.22 |
| HSL | 157.5º | 0.79% | 0.44% | - |
| HSV(B) | 157.5º | 0.88% | 0.78% | - |
| XYZ | 25.33 | 43.22 | 29.56 | - |
| YUV | 139.85 | 124.69 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 134 | 0.88 | 0 | 0.33 | 0.22 | 157.5 | 0.79 | 0.44 |
| Hex | 18 | C8 | 86 | 58 | 0 | 21 | 16 | 9E | 4F | 2C |
| Octal | 30 | 310 | 206 | 130 | 0 | 41 | 26 | 236 | 117 | 54 |
| Binary | 11000 | 11001000 | 10000110 | 1011000 | 0 | 100001 | 10110 | 10011110 | 1001111 | 101100 |
Color Harmonies of #18C886
Complementary color
Monochromatic Colors of #18C886
Black with #18C886
Text Example
Text Example
White with #18C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C886; }
p { color: rgb(24,200,134); }
H1.HeaderClassName
{
color: #18C886;
}
.AnyTagClassName
{
color: #18C886;
}
</style>
background-color css
<style>
a { background-color: #18C886; }
a { background-color: rgb(24,200,134); }
div.DivClassName
{
background-color: #18C886;
}
.BgClassName
{
background-color: #18C886;
}
</style>
border-color css
<style>
span { border-color: #18C886; }
span { border-color: rgb(24,200,134); }
td.TdClassName
{
border-color: #18C886;
}
.TagClassName
{
border-color: #18C886;
}
</style>