Shades of Mountain Meadow #18AA81
Tints of Mountain Meadow #18AA81
RGB
CMYK
RGB Variations
Color information
#18AA81 (or 0x18AA81) is known color: Mountain Meadow. HEX triplet: 18, AA and 81. RGB value is (24,170,129). Sum of RGB (Red+Green+Blue) = 24+170+129=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AA81 is #E7557E. Grayscale: #797979. Windows color (decimal): -15160703 or 8497688. OLE color: 8497688.
HSL color Cylindrical-coordinate representation of color #18AA81: hue angle of 163.15º 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 #18AA81 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 129 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.33 |
| HSL | 163.15º | 0.75% | 0.38% | - |
| HSV(B) | 163.15º | 0.86% | 0.67% | - |
| XYZ | 18.71 | 30.53 | 25.68 | - |
| YUV | 121.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 129 | 0.86 | 0 | 0.24 | 0.33 | 163.15 | 0.75 | 0.38 |
| Hex | 18 | AA | 81 | 56 | 0 | 18 | 21 | A3 | 4B | 26 |
| Octal | 30 | 252 | 201 | 126 | 0 | 30 | 41 | 243 | 113 | 46 |
| Binary | 11000 | 10101010 | 10000001 | 1010110 | 0 | 11000 | 100001 | 10100011 | 1001011 | 100110 |
Color Harmonies of #18AA81
Complementary color
Monochromatic Colors of #18AA81
Black with #18AA81
Text Example
Text Example
White with #18AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA81; }
p { color: rgb(24,170,129); }
H1.HeaderClassName
{
color: #18AA81;
}
.AnyTagClassName
{
color: #18AA81;
}
</style>
background-color css
<style>
a { background-color: #18AA81; }
a { background-color: rgb(24,170,129); }
div.DivClassName
{
background-color: #18AA81;
}
.BgClassName
{
background-color: #18AA81;
}
</style>
border-color css
<style>
span { border-color: #18AA81; }
span { border-color: rgb(24,170,129); }
td.TdClassName
{
border-color: #18AA81;
}
.TagClassName
{
border-color: #18AA81;
}
</style>