Shades of Mountain Meadow #18AB91
Tints of Mountain Meadow #18AB91
RGB
CMYK
RGB Variations
Color information
#18AB91 (or 0x18AB91) is known color: Mountain Meadow. HEX triplet: 18, AB and 91. RGB value is (24,171,145). Sum of RGB (Red+Green+Blue) = 24+171+145=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB91 is #E7546E. Grayscale: #7C7C7C. Windows color (decimal): -15160431 or 9546520. OLE color: 9546520.
HSL color Cylindrical-coordinate representation of color #18AB91: hue angle of 169.39º 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 #18AB91 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 145 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.33 |
| HSL | 169.39º | 0.75% | 0.38% | - |
| HSV(B) | 169.39º | 0.86% | 0.67% | - |
| XYZ | 20.05 | 31.36 | 31.79 | - |
| YUV | 124.08 | 139.8 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 145 | 0.86 | 0 | 0.15 | 0.33 | 169.39 | 0.75 | 0.38 |
| Hex | 18 | AB | 91 | 56 | 0 | F | 21 | A9 | 4B | 26 |
| Octal | 30 | 253 | 221 | 126 | 0 | 17 | 41 | 251 | 113 | 46 |
| Binary | 11000 | 10101011 | 10010001 | 1010110 | 0 | 1111 | 100001 | 10101001 | 1001011 | 100110 |
Color Harmonies of #18AB91
Complementary color
Monochromatic Colors of #18AB91
Black with #18AB91
Text Example
Text Example
White with #18AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB91; }
p { color: rgb(24,171,145); }
H1.HeaderClassName
{
color: #18AB91;
}
.AnyTagClassName
{
color: #18AB91;
}
</style>
background-color css
<style>
a { background-color: #18AB91; }
a { background-color: rgb(24,171,145); }
div.DivClassName
{
background-color: #18AB91;
}
.BgClassName
{
background-color: #18AB91;
}
</style>
border-color css
<style>
span { border-color: #18AB91; }
span { border-color: rgb(24,171,145); }
td.TdClassName
{
border-color: #18AB91;
}
.TagClassName
{
border-color: #18AB91;
}
</style>