Shades of Mountain Meadow #18AC90
Tints of Mountain Meadow #18AC90
RGB
CMYK
RGB Variations
Color information
#18AC90 (or 0x18AC90) is known color: Mountain Meadow. HEX triplet: 18, AC and 90. RGB value is (24,172,144). Sum of RGB (Red+Green+Blue) = 24+172+144=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC90 is #E7536F. Grayscale: #7C7C7C. Windows color (decimal): -15160176 or 9481240. OLE color: 9481240.
HSL color Cylindrical-coordinate representation of color #18AC90: hue angle of 168.65º degrees, saturation: 0.76, 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 #18AC90 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 172 | 144 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.33 |
| HSL | 168.65º | 0.76% | 0.38% | - |
| HSV(B) | 168.65º | 0.86% | 0.67% | - |
| XYZ | 20.16 | 31.71 | 31.44 | - |
| YUV | 124.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 144 | 0.86 | 0 | 0.16 | 0.33 | 168.65 | 0.76 | 0.38 |
| Hex | 18 | AC | 90 | 56 | 0 | 10 | 21 | A9 | 4C | 26 |
| Octal | 30 | 254 | 220 | 126 | 0 | 20 | 41 | 251 | 114 | 46 |
| Binary | 11000 | 10101100 | 10010000 | 1010110 | 0 | 10000 | 100001 | 10101001 | 1001100 | 100110 |
Color Harmonies of #18AC90
Complementary color
Monochromatic Colors of #18AC90
Black with #18AC90
Text Example
Text Example
White with #18AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AC90; }
p { color: rgb(24,172,144); }
H1.HeaderClassName
{
color: #18AC90;
}
.AnyTagClassName
{
color: #18AC90;
}
</style>
background-color css
<style>
a { background-color: #18AC90; }
a { background-color: rgb(24,172,144); }
div.DivClassName
{
background-color: #18AC90;
}
.BgClassName
{
background-color: #18AC90;
}
</style>
border-color css
<style>
span { border-color: #18AC90; }
span { border-color: rgb(24,172,144); }
td.TdClassName
{
border-color: #18AC90;
}
.TagClassName
{
border-color: #18AC90;
}
</style>