Shades of Mountain Meadow #18AB78
Tints of Mountain Meadow #18AB78
RGB
CMYK
RGB Variations
Color information
#18AB78 (or 0x18AB78) is known color: Mountain Meadow. HEX triplet: 18, AB and 78. RGB value is (24,171,120). Sum of RGB (Red+Green+Blue) = 24+171+120=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB78 is #E75487. Grayscale: #797979. Windows color (decimal): -15160456 or 7908120. OLE color: 7908120.
HSL color Cylindrical-coordinate representation of color #18AB78: hue angle of 159.18º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB78 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 120 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.33 |
| HSL | 159.18º | 0.75% | 0.38% | - |
| HSV(B) | 159.18º | 0.86% | 0.67% | - |
| XYZ | 18.33 | 30.68 | 22.72 | - |
| YUV | 121.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 120 | 0.86 | 0 | 0.30 | 0.33 | 159.18 | 0.75 | 0.38 |
| Hex | 18 | AB | 78 | 56 | 0 | 1E | 21 | 9F | 4B | 26 |
| Octal | 30 | 253 | 170 | 126 | 0 | 36 | 41 | 237 | 113 | 46 |
| Binary | 11000 | 10101011 | 1111000 | 1010110 | 0 | 11110 | 100001 | 10011111 | 1001011 | 100110 |
Color Harmonies of #18AB78
Complementary color
Monochromatic Colors of #18AB78
Black with #18AB78
Text Example
Text Example
White with #18AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB78; }
p { color: rgb(24,171,120); }
H1.HeaderClassName
{
color: #18AB78;
}
.AnyTagClassName
{
color: #18AB78;
}
</style>
background-color css
<style>
a { background-color: #18AB78; }
a { background-color: rgb(24,171,120); }
div.DivClassName
{
background-color: #18AB78;
}
.BgClassName
{
background-color: #18AB78;
}
</style>
border-color css
<style>
span { border-color: #18AB78; }
span { border-color: rgb(24,171,120); }
td.TdClassName
{
border-color: #18AB78;
}
.TagClassName
{
border-color: #18AB78;
}
</style>