Shades of Mountain Meadow #18B17F
Tints of Mountain Meadow #18B17F
RGB
CMYK
RGB Variations
Color information
#18B17F (or 0x18B17F) is known color: Mountain Meadow. HEX triplet: 18, B1 and 7F. RGB value is (24,177,127). Sum of RGB (Red+Green+Blue) = 24+177+127=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #18B17F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B17F is #E74E80. Grayscale: #7D7D7D. Windows color (decimal): -15158913 or 8368408. OLE color: 8368408.
HSL color Cylindrical-coordinate representation of color #18B17F: hue angle of 160.39º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B17F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 177 | 127 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.31 |
| HSL | 160.39º | 0.76% | 0.39% | - |
| HSV(B) | 160.39º | 0.86% | 0.69% | - |
| XYZ | 19.93 | 33.17 | 25.43 | - |
| YUV | 125.55 | 128.81 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 127 | 0.86 | 0 | 0.28 | 0.31 | 160.39 | 0.76 | 0.39 |
| Hex | 18 | B1 | 7F | 56 | 0 | 1C | 1F | A0 | 4C | 27 |
| Octal | 30 | 261 | 177 | 126 | 0 | 34 | 37 | 240 | 114 | 47 |
| Binary | 11000 | 10110001 | 1111111 | 1010110 | 0 | 11100 | 11111 | 10100000 | 1001100 | 100111 |
Color Harmonies of #18B17F
Complementary color
Monochromatic Colors of #18B17F
Black with #18B17F
Text Example
Text Example
White with #18B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B17F; }
p { color: rgb(24,177,127); }
H1.HeaderClassName
{
color: #18B17F;
}
.AnyTagClassName
{
color: #18B17F;
}
</style>
background-color css
<style>
a { background-color: #18B17F; }
a { background-color: rgb(24,177,127); }
div.DivClassName
{
background-color: #18B17F;
}
.BgClassName
{
background-color: #18B17F;
}
</style>
border-color css
<style>
span { border-color: #18B17F; }
span { border-color: rgb(24,177,127); }
td.TdClassName
{
border-color: #18B17F;
}
.TagClassName
{
border-color: #18B17F;
}
</style>