Shades of Mountain Meadow #18A37E
Tints of Mountain Meadow #18A37E
RGB
CMYK
RGB Variations
Color information
#18A37E (or 0x18A37E) is known color: Mountain Meadow. HEX triplet: 18, A3 and 7E. RGB value is (24,163,126). Sum of RGB (Red+Green+Blue) = 24+163+126=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #18A37E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A37E is #E75C81. Grayscale: #757575. Windows color (decimal): -15162498 or 8299288. OLE color: 8299288.
HSL color Cylindrical-coordinate representation of color #18A37E: hue angle of 164.03º 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 #18A37E is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 126 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.36 |
| HSL | 164.03º | 0.74% | 0.37% | - |
| HSV(B) | 164.03º | 0.85% | 0.64% | - |
| XYZ | 17.24 | 27.89 | 24.21 | - |
| YUV | 117.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 126 | 0.85 | 0 | 0.23 | 0.36 | 164.03 | 0.74 | 0.37 |
| Hex | 18 | A3 | 7E | 55 | 0 | 17 | 24 | A4 | 4A | 25 |
| Octal | 30 | 243 | 176 | 125 | 0 | 27 | 44 | 244 | 112 | 45 |
| Binary | 11000 | 10100011 | 1111110 | 1010101 | 0 | 10111 | 100100 | 10100100 | 1001010 | 100101 |
Color Harmonies of #18A37E
Complementary color
Monochromatic Colors of #18A37E
Black with #18A37E
Text Example
Text Example
White with #18A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A37E; }
p { color: rgb(24,163,126); }
H1.HeaderClassName
{
color: #18A37E;
}
.AnyTagClassName
{
color: #18A37E;
}
</style>
background-color css
<style>
a { background-color: #18A37E; }
a { background-color: rgb(24,163,126); }
div.DivClassName
{
background-color: #18A37E;
}
.BgClassName
{
background-color: #18A37E;
}
</style>
border-color css
<style>
span { border-color: #18A37E; }
span { border-color: rgb(24,163,126); }
td.TdClassName
{
border-color: #18A37E;
}
.TagClassName
{
border-color: #18A37E;
}
</style>