Shades of Mountain Meadow #18A474
Tints of Mountain Meadow #18A474
RGB
CMYK
RGB Variations
Color information
#18A474 (or 0x18A474) is known color: Mountain Meadow. HEX triplet: 18, A4 and 74. RGB value is (24,164,116). Sum of RGB (Red+Green+Blue) = 24+164+116=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #18A474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A474 is #E75B8B. Grayscale: #747474. Windows color (decimal): -15162252 or 7644184. OLE color: 7644184.
HSL color Cylindrical-coordinate representation of color #18A474: hue angle of 159.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A474 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 116 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.36 |
| HSL | 159.43º | 0.74% | 0.37% | - |
| HSV(B) | 159.43º | 0.85% | 0.64% | - |
| XYZ | 16.8 | 28.01 | 21.04 | - |
| YUV | 116.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 116 | 0.85 | 0 | 0.29 | 0.36 | 159.43 | 0.74 | 0.37 |
| Hex | 18 | A4 | 74 | 55 | 0 | 1D | 24 | 9F | 4A | 25 |
| Octal | 30 | 244 | 164 | 125 | 0 | 35 | 44 | 237 | 112 | 45 |
| Binary | 11000 | 10100100 | 1110100 | 1010101 | 0 | 11101 | 100100 | 10011111 | 1001010 | 100101 |
Color Harmonies of #18A474
Complementary color
Monochromatic Colors of #18A474
Black with #18A474
Text Example
Text Example
White with #18A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A474; }
p { color: rgb(24,164,116); }
H1.HeaderClassName
{
color: #18A474;
}
.AnyTagClassName
{
color: #18A474;
}
</style>
background-color css
<style>
a { background-color: #18A474; }
a { background-color: rgb(24,164,116); }
div.DivClassName
{
background-color: #18A474;
}
.BgClassName
{
background-color: #18A474;
}
</style>
border-color css
<style>
span { border-color: #18A474; }
span { border-color: rgb(24,164,116); }
td.TdClassName
{
border-color: #18A474;
}
.TagClassName
{
border-color: #18A474;
}
</style>