Shades of Mountain Meadow #18AB81
Tints of Mountain Meadow #18AB81
RGB
CMYK
RGB Variations
Color information
#18AB81 (or 0x18AB81) is known color: Mountain Meadow. HEX triplet: 18, AB and 81. RGB value is (24,171,129). Sum of RGB (Red+Green+Blue) = 24+171+129=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB81 is #E7547E. Grayscale: #7A7A7A. Windows color (decimal): -15160447 or 8497944. OLE color: 8497944.
HSL color Cylindrical-coordinate representation of color #18AB81: hue angle of 162.86º 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 #18AB81 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 129 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.33 |
| HSL | 162.86º | 0.75% | 0.38% | - |
| HSV(B) | 162.86º | 0.86% | 0.67% | - |
| XYZ | 18.9 | 30.9 | 25.74 | - |
| YUV | 122.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 129 | 0.86 | 0 | 0.25 | 0.33 | 162.86 | 0.75 | 0.38 |
| Hex | 18 | AB | 81 | 56 | 0 | 19 | 21 | A3 | 4B | 26 |
| Octal | 30 | 253 | 201 | 126 | 0 | 31 | 41 | 243 | 113 | 46 |
| Binary | 11000 | 10101011 | 10000001 | 1010110 | 0 | 11001 | 100001 | 10100011 | 1001011 | 100110 |
Color Harmonies of #18AB81
Complementary color
Monochromatic Colors of #18AB81
Black with #18AB81
Text Example
Text Example
White with #18AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB81; }
p { color: rgb(24,171,129); }
H1.HeaderClassName
{
color: #18AB81;
}
.AnyTagClassName
{
color: #18AB81;
}
</style>
background-color css
<style>
a { background-color: #18AB81; }
a { background-color: rgb(24,171,129); }
div.DivClassName
{
background-color: #18AB81;
}
.BgClassName
{
background-color: #18AB81;
}
</style>
border-color css
<style>
span { border-color: #18AB81; }
span { border-color: rgb(24,171,129); }
td.TdClassName
{
border-color: #18AB81;
}
.TagClassName
{
border-color: #18AB81;
}
</style>