Shades of Mountain Meadow #18D089
Tints of Mountain Meadow #18D089
RGB
CMYK
RGB Variations
Color information
#18D089 (or 0x18D089) is known color: Mountain Meadow. HEX triplet: 18, D0 and 89. RGB value is (24,208,137). Sum of RGB (Red+Green+Blue) = 24+208+137=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #18D089 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D089 is #E72F76. Grayscale: #909090. Windows color (decimal): -15150967 or 9031704. OLE color: 9031704.
HSL color Cylindrical-coordinate representation of color #18D089: hue angle of 156.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D089 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 137 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.18 |
| HSL | 156.85º | 0.79% | 0.45% | - |
| HSV(B) | 156.85º | 0.88% | 0.82% | - |
| XYZ | 27.45 | 47.11 | 31.31 | - |
| YUV | 144.89 | 123.54 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 137 | 0.88 | 0 | 0.34 | 0.18 | 156.85 | 0.79 | 0.45 |
| Hex | 18 | D0 | 89 | 58 | 0 | 22 | 12 | 9D | 4F | 2D |
| Octal | 30 | 320 | 211 | 130 | 0 | 42 | 22 | 235 | 117 | 55 |
| Binary | 11000 | 11010000 | 10001001 | 1011000 | 0 | 100010 | 10010 | 10011101 | 1001111 | 101101 |
Color Harmonies of #18D089
Complementary color
Monochromatic Colors of #18D089
Black with #18D089
Text Example
Text Example
White with #18D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D089; }
p { color: rgb(24,208,137); }
H1.HeaderClassName
{
color: #18D089;
}
.AnyTagClassName
{
color: #18D089;
}
</style>
background-color css
<style>
a { background-color: #18D089; }
a { background-color: rgb(24,208,137); }
div.DivClassName
{
background-color: #18D089;
}
.BgClassName
{
background-color: #18D089;
}
</style>
border-color css
<style>
span { border-color: #18D089; }
span { border-color: rgb(24,208,137); }
td.TdClassName
{
border-color: #18D089;
}
.TagClassName
{
border-color: #18D089;
}
</style>