Shades of Mountain Meadow #18A775
Tints of Mountain Meadow #18A775
RGB
CMYK
RGB Variations
Color information
#18A775 (or 0x18A775) is known color: Mountain Meadow. HEX triplet: 18, A7 and 75. RGB value is (24,167,117). Sum of RGB (Red+Green+Blue) = 24+167+117=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #18A775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A775 is #E7588A. Grayscale: #767676. Windows color (decimal): -15161483 or 7710488. OLE color: 7710488.
HSL color Cylindrical-coordinate representation of color #18A775: hue angle of 159.02º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A775 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 167 | 117 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.35 |
| HSL | 159.02º | 0.75% | 0.37% | - |
| HSV(B) | 159.02º | 0.86% | 0.65% | - |
| XYZ | 17.41 | 29.12 | 21.53 | - |
| YUV | 118.54 | 127.12 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 167 | 117 | 0.86 | 0 | 0.30 | 0.35 | 159.02 | 0.75 | 0.37 |
| Hex | 18 | A7 | 75 | 56 | 0 | 1E | 23 | 9F | 4B | 25 |
| Octal | 30 | 247 | 165 | 126 | 0 | 36 | 43 | 237 | 113 | 45 |
| Binary | 11000 | 10100111 | 1110101 | 1010110 | 0 | 11110 | 100011 | 10011111 | 1001011 | 100101 |
Color Harmonies of #18A775
Complementary color
Monochromatic Colors of #18A775
Black with #18A775
Text Example
Text Example
White with #18A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A775; }
p { color: rgb(24,167,117); }
H1.HeaderClassName
{
color: #18A775;
}
.AnyTagClassName
{
color: #18A775;
}
</style>
background-color css
<style>
a { background-color: #18A775; }
a { background-color: rgb(24,167,117); }
div.DivClassName
{
background-color: #18A775;
}
.BgClassName
{
background-color: #18A775;
}
</style>
border-color css
<style>
span { border-color: #18A775; }
span { border-color: rgb(24,167,117); }
td.TdClassName
{
border-color: #18A775;
}
.TagClassName
{
border-color: #18A775;
}
</style>