Shades of Mountain Meadow #18A78B
Tints of Mountain Meadow #18A78B
RGB
CMYK
RGB Variations
Color information
#18A78B (or 0x18A78B) is known color: Mountain Meadow. HEX triplet: 18, A7 and 8B. RGB value is (24,167,139). Sum of RGB (Red+Green+Blue) = 24+167+139=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #18A78B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A78B is #E75874. Grayscale: #797979. Windows color (decimal): -15161461 or 9152280. OLE color: 9152280.
HSL color Cylindrical-coordinate representation of color #18A78B: hue angle of 168.25º 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 #18A78B is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 167 | 139 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.35 |
| HSL | 168.25º | 0.75% | 0.37% | - |
| HSV(B) | 168.25º | 0.86% | 0.65% | - |
| XYZ | 18.86 | 29.7 | 29.16 | - |
| YUV | 121.05 | 138.12 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 167 | 139 | 0.86 | 0 | 0.17 | 0.35 | 168.25 | 0.75 | 0.37 |
| Hex | 18 | A7 | 8B | 56 | 0 | 11 | 23 | A8 | 4B | 25 |
| Octal | 30 | 247 | 213 | 126 | 0 | 21 | 43 | 250 | 113 | 45 |
| Binary | 11000 | 10100111 | 10001011 | 1010110 | 0 | 10001 | 100011 | 10101000 | 1001011 | 100101 |
Color Harmonies of #18A78B
Complementary color
Monochromatic Colors of #18A78B
Black with #18A78B
Text Example
Text Example
White with #18A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A78B; }
p { color: rgb(24,167,139); }
H1.HeaderClassName
{
color: #18A78B;
}
.AnyTagClassName
{
color: #18A78B;
}
</style>
background-color css
<style>
a { background-color: #18A78B; }
a { background-color: rgb(24,167,139); }
div.DivClassName
{
background-color: #18A78B;
}
.BgClassName
{
background-color: #18A78B;
}
</style>
border-color css
<style>
span { border-color: #18A78B; }
span { border-color: rgb(24,167,139); }
td.TdClassName
{
border-color: #18A78B;
}
.TagClassName
{
border-color: #18A78B;
}
</style>