Shades of Mountain Meadow #18AB80
Tints of Mountain Meadow #18AB80
RGB
CMYK
RGB Variations
Color information
#18AB80 (or 0x18AB80) is known color: Mountain Meadow. HEX triplet: 18, AB and 80. RGB value is (24,171,128). Sum of RGB (Red+Green+Blue) = 24+171+128=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB80 is #E7547F. Grayscale: #7A7A7A. Windows color (decimal): -15160448 or 8432408. OLE color: 8432408.
HSL color Cylindrical-coordinate representation of color #18AB80: hue angle of 162.45º 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 #18AB80 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 128 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.33 |
| HSL | 162.45º | 0.75% | 0.38% | - |
| HSV(B) | 162.45º | 0.86% | 0.67% | - |
| XYZ | 18.84 | 30.88 | 25.39 | - |
| YUV | 122.15 | 131.3 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 128 | 0.86 | 0 | 0.25 | 0.33 | 162.45 | 0.75 | 0.38 |
| Hex | 18 | AB | 80 | 56 | 0 | 19 | 21 | A2 | 4B | 26 |
| Octal | 30 | 253 | 200 | 126 | 0 | 31 | 41 | 242 | 113 | 46 |
| Binary | 11000 | 10101011 | 10000000 | 1010110 | 0 | 11001 | 100001 | 10100010 | 1001011 | 100110 |
Color Harmonies of #18AB80
Complementary color
Monochromatic Colors of #18AB80
Black with #18AB80
Text Example
Text Example
White with #18AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB80; }
p { color: rgb(24,171,128); }
H1.HeaderClassName
{
color: #18AB80;
}
.AnyTagClassName
{
color: #18AB80;
}
</style>
background-color css
<style>
a { background-color: #18AB80; }
a { background-color: rgb(24,171,128); }
div.DivClassName
{
background-color: #18AB80;
}
.BgClassName
{
background-color: #18AB80;
}
</style>
border-color css
<style>
span { border-color: #18AB80; }
span { border-color: rgb(24,171,128); }
td.TdClassName
{
border-color: #18AB80;
}
.TagClassName
{
border-color: #18AB80;
}
</style>