Shades of Mountain Meadow #18AB92
Tints of Mountain Meadow #18AB92
RGB
CMYK
RGB Variations
Color information
#18AB92 (or 0x18AB92) is known color: Mountain Meadow. HEX triplet: 18, AB and 92. RGB value is (24,171,146). Sum of RGB (Red+Green+Blue) = 24+171+146=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB92 is #E7546D. Grayscale: #7C7C7C. Windows color (decimal): -15160430 or 9612056. OLE color: 9612056.
HSL color Cylindrical-coordinate representation of color #18AB92: hue angle of 169.8º 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 #18AB92 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 146 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.33 |
| HSL | 169.8º | 0.75% | 0.38% | - |
| HSV(B) | 169.8º | 0.86% | 0.67% | - |
| XYZ | 20.13 | 31.4 | 32.19 | - |
| YUV | 124.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 146 | 0.86 | 0 | 0.15 | 0.33 | 169.8 | 0.75 | 0.38 |
| Hex | 18 | AB | 92 | 56 | 0 | F | 21 | AA | 4B | 26 |
| Octal | 30 | 253 | 222 | 126 | 0 | 17 | 41 | 252 | 113 | 46 |
| Binary | 11000 | 10101011 | 10010010 | 1010110 | 0 | 1111 | 100001 | 10101010 | 1001011 | 100110 |
Color Harmonies of #18AB92
Complementary color
Monochromatic Colors of #18AB92
Black with #18AB92
Text Example
Text Example
White with #18AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB92; }
p { color: rgb(24,171,146); }
H1.HeaderClassName
{
color: #18AB92;
}
.AnyTagClassName
{
color: #18AB92;
}
</style>
background-color css
<style>
a { background-color: #18AB92; }
a { background-color: rgb(24,171,146); }
div.DivClassName
{
background-color: #18AB92;
}
.BgClassName
{
background-color: #18AB92;
}
</style>
border-color css
<style>
span { border-color: #18AB92; }
span { border-color: rgb(24,171,146); }
td.TdClassName
{
border-color: #18AB92;
}
.TagClassName
{
border-color: #18AB92;
}
</style>