Shades of Mountain Meadow #18B071
Tints of Mountain Meadow #18B071
RGB
CMYK
RGB Variations
Color information
#18B071 (or 0x18B071) is known color: Mountain Meadow. HEX triplet: 18, B0 and 71. RGB value is (24,176,113). Sum of RGB (Red+Green+Blue) = 24+176+113=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #18B071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B071 is #E74F8E. Grayscale: #7B7B7B. Windows color (decimal): -15159183 or 7450648. OLE color: 7450648.
HSL color Cylindrical-coordinate representation of color #18B071: hue angle of 155.13º 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 #18B071 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 176 | 113 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.31 |
| HSL | 155.13º | 0.76% | 0.39% | - |
| HSV(B) | 155.13º | 0.86% | 0.69% | - |
| XYZ | 18.88 | 32.44 | 20.89 | - |
| YUV | 123.37 | 122.14 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 113 | 0.86 | 0 | 0.36 | 0.31 | 155.13 | 0.76 | 0.39 |
| Hex | 18 | B0 | 71 | 56 | 0 | 24 | 1F | 9B | 4C | 27 |
| Octal | 30 | 260 | 161 | 126 | 0 | 44 | 37 | 233 | 114 | 47 |
| Binary | 11000 | 10110000 | 1110001 | 1010110 | 0 | 100100 | 11111 | 10011011 | 1001100 | 100111 |
Color Harmonies of #18B071
Complementary color
Monochromatic Colors of #18B071
Black with #18B071
Text Example
Text Example
White with #18B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B071; }
p { color: rgb(24,176,113); }
H1.HeaderClassName
{
color: #18B071;
}
.AnyTagClassName
{
color: #18B071;
}
</style>
background-color css
<style>
a { background-color: #18B071; }
a { background-color: rgb(24,176,113); }
div.DivClassName
{
background-color: #18B071;
}
.BgClassName
{
background-color: #18B071;
}
</style>
border-color css
<style>
span { border-color: #18B071; }
span { border-color: rgb(24,176,113); }
td.TdClassName
{
border-color: #18B071;
}
.TagClassName
{
border-color: #18B071;
}
</style>