Shades of Mountain Meadow #18A586
Tints of Mountain Meadow #18A586
RGB
CMYK
RGB Variations
Color information
#18A586 (or 0x18A586) is known color: Mountain Meadow. HEX triplet: 18, A5 and 86. RGB value is (24,165,134). Sum of RGB (Red+Green+Blue) = 24+165+134=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #18A586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A586 is #E75A79. Grayscale: #777777. Windows color (decimal): -15161978 or 8824088. OLE color: 8824088.
HSL color Cylindrical-coordinate representation of color #18A586: hue angle of 166.81º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A586 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 134 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.35 |
| HSL | 166.81º | 0.75% | 0.37% | - |
| HSV(B) | 166.81º | 0.85% | 0.65% | - |
| XYZ | 18.13 | 28.83 | 27.16 | - |
| YUV | 119.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 134 | 0.85 | 0 | 0.19 | 0.35 | 166.81 | 0.75 | 0.37 |
| Hex | 18 | A5 | 86 | 55 | 0 | 13 | 23 | A7 | 4B | 25 |
| Octal | 30 | 245 | 206 | 125 | 0 | 23 | 43 | 247 | 113 | 45 |
| Binary | 11000 | 10100101 | 10000110 | 1010101 | 0 | 10011 | 100011 | 10100111 | 1001011 | 100101 |
Color Harmonies of #18A586
Complementary color
Monochromatic Colors of #18A586
Black with #18A586
Text Example
Text Example
White with #18A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A586; }
p { color: rgb(24,165,134); }
H1.HeaderClassName
{
color: #18A586;
}
.AnyTagClassName
{
color: #18A586;
}
</style>
background-color css
<style>
a { background-color: #18A586; }
a { background-color: rgb(24,165,134); }
div.DivClassName
{
background-color: #18A586;
}
.BgClassName
{
background-color: #18A586;
}
</style>
border-color css
<style>
span { border-color: #18A586; }
span { border-color: rgb(24,165,134); }
td.TdClassName
{
border-color: #18A586;
}
.TagClassName
{
border-color: #18A586;
}
</style>