Shades of Mountain Meadow #18A87B
Tints of Mountain Meadow #18A87B
RGB
CMYK
RGB Variations
Color information
#18A87B (or 0x18A87B) is known color: Mountain Meadow. HEX triplet: 18, A8 and 7B. RGB value is (24,168,123). Sum of RGB (Red+Green+Blue) = 24+168+123=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #18A87B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A87B is #E75784. Grayscale: #777777. Windows color (decimal): -15161221 or 8103960. OLE color: 8103960.
HSL color Cylindrical-coordinate representation of color #18A87B: hue angle of 161.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A87B is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 168 | 123 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.34 |
| HSL | 161.25º | 0.75% | 0.38% | - |
| HSV(B) | 161.25º | 0.86% | 0.66% | - |
| XYZ | 17.95 | 29.63 | 23.51 | - |
| YUV | 119.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 123 | 0.86 | 0 | 0.27 | 0.34 | 161.25 | 0.75 | 0.38 |
| Hex | 18 | A8 | 7B | 56 | 0 | 1B | 22 | A1 | 4B | 26 |
| Octal | 30 | 250 | 173 | 126 | 0 | 33 | 42 | 241 | 113 | 46 |
| Binary | 11000 | 10101000 | 1111011 | 1010110 | 0 | 11011 | 100010 | 10100001 | 1001011 | 100110 |
Color Harmonies of #18A87B
Complementary color
Monochromatic Colors of #18A87B
Black with #18A87B
Text Example
Text Example
White with #18A87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A87B; }
p { color: rgb(24,168,123); }
H1.HeaderClassName
{
color: #18A87B;
}
.AnyTagClassName
{
color: #18A87B;
}
</style>
background-color css
<style>
a { background-color: #18A87B; }
a { background-color: rgb(24,168,123); }
div.DivClassName
{
background-color: #18A87B;
}
.BgClassName
{
background-color: #18A87B;
}
</style>
border-color css
<style>
span { border-color: #18A87B; }
span { border-color: rgb(24,168,123); }
td.TdClassName
{
border-color: #18A87B;
}
.TagClassName
{
border-color: #18A87B;
}
</style>