Shades of Mountain Meadow #18D084
Tints of Mountain Meadow #18D084
RGB
CMYK
RGB Variations
Color information
#18D084 (or 0x18D084) is known color: Mountain Meadow. HEX triplet: 18, D0 and 84. RGB value is (24,208,132). Sum of RGB (Red+Green+Blue) = 24+208+132=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #18D084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D084 is #E72F7B. Grayscale: #909090. Windows color (decimal): -15150972 or 8704024. OLE color: 8704024.
HSL color Cylindrical-coordinate representation of color #18D084: hue angle of 155.22º 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 #18D084 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 132 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.18 |
| HSL | 155.22º | 0.79% | 0.45% | - |
| HSV(B) | 155.22º | 0.88% | 0.82% | - |
| XYZ | 27.1 | 46.97 | 29.47 | - |
| YUV | 144.32 | 121.04 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 132 | 0.88 | 0 | 0.37 | 0.18 | 155.22 | 0.79 | 0.45 |
| Hex | 18 | D0 | 84 | 58 | 0 | 25 | 12 | 9B | 4F | 2D |
| Octal | 30 | 320 | 204 | 130 | 0 | 45 | 22 | 233 | 117 | 55 |
| Binary | 11000 | 11010000 | 10000100 | 1011000 | 0 | 100101 | 10010 | 10011011 | 1001111 | 101101 |
Color Harmonies of #18D084
Complementary color
Monochromatic Colors of #18D084
Black with #18D084
Text Example
Text Example
White with #18D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D084; }
p { color: rgb(24,208,132); }
H1.HeaderClassName
{
color: #18D084;
}
.AnyTagClassName
{
color: #18D084;
}
</style>
background-color css
<style>
a { background-color: #18D084; }
a { background-color: rgb(24,208,132); }
div.DivClassName
{
background-color: #18D084;
}
.BgClassName
{
background-color: #18D084;
}
</style>
border-color css
<style>
span { border-color: #18D084; }
span { border-color: rgb(24,208,132); }
td.TdClassName
{
border-color: #18D084;
}
.TagClassName
{
border-color: #18D084;
}
</style>