Shades of Mountain Meadow #18B38B
Tints of Mountain Meadow #18B38B
RGB
CMYK
RGB Variations
Color information
#18B38B (or 0x18B38B) is known color: Mountain Meadow. HEX triplet: 18, B3 and 8B. RGB value is (24,179,139). Sum of RGB (Red+Green+Blue) = 24+179+139=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #18B38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B38B is #E74C74. Grayscale: #808080. Windows color (decimal): -15158389 or 9155352. OLE color: 9155352.
HSL color Cylindrical-coordinate representation of color #18B38B: hue angle of 164.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B38B is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 139 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.30 |
| HSL | 164.52º | 0.76% | 0.4% | - |
| HSV(B) | 164.52º | 0.87% | 0.7% | - |
| XYZ | 21.16 | 34.3 | 29.93 | - |
| YUV | 128.1 | 134.15 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 139 | 0.87 | 0 | 0.22 | 0.30 | 164.52 | 0.76 | 0.4 |
| Hex | 18 | B3 | 8B | 57 | 0 | 16 | 1E | A5 | 4C | 28 |
| Octal | 30 | 263 | 213 | 127 | 0 | 26 | 36 | 245 | 114 | 50 |
| Binary | 11000 | 10110011 | 10001011 | 1010111 | 0 | 10110 | 11110 | 10100101 | 1001100 | 101000 |
Color Harmonies of #18B38B
Complementary color
Monochromatic Colors of #18B38B
Black with #18B38B
Text Example
Text Example
White with #18B38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B38B; }
p { color: rgb(24,179,139); }
H1.HeaderClassName
{
color: #18B38B;
}
.AnyTagClassName
{
color: #18B38B;
}
</style>
background-color css
<style>
a { background-color: #18B38B; }
a { background-color: rgb(24,179,139); }
div.DivClassName
{
background-color: #18B38B;
}
.BgClassName
{
background-color: #18B38B;
}
</style>
border-color css
<style>
span { border-color: #18B38B; }
span { border-color: rgb(24,179,139); }
td.TdClassName
{
border-color: #18B38B;
}
.TagClassName
{
border-color: #18B38B;
}
</style>