Shades of Mountain Meadow #18B694
Tints of Mountain Meadow #18B694
RGB
CMYK
RGB Variations
Color information
#18B694 (or 0x18B694) is known color: Mountain Meadow. HEX triplet: 18, B6 and 94. RGB value is (24,182,148). Sum of RGB (Red+Green+Blue) = 24+182+148=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #18B694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B694 is #E7496B. Grayscale: #828282. Windows color (decimal): -15157612 or 9745944. OLE color: 9745944.
HSL color Cylindrical-coordinate representation of color #18B694: hue angle of 167.09º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B694 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 148 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.29 |
| HSL | 167.09º | 0.77% | 0.4% | - |
| HSV(B) | 167.09º | 0.87% | 0.71% | - |
| XYZ | 22.45 | 35.79 | 33.74 | - |
| YUV | 130.88 | 137.65 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 148 | 0.87 | 0 | 0.19 | 0.29 | 167.09 | 0.77 | 0.4 |
| Hex | 18 | B6 | 94 | 57 | 0 | 13 | 1D | A7 | 4D | 28 |
| Octal | 30 | 266 | 224 | 127 | 0 | 23 | 35 | 247 | 115 | 50 |
| Binary | 11000 | 10110110 | 10010100 | 1010111 | 0 | 10011 | 11101 | 10100111 | 1001101 | 101000 |
Color Harmonies of #18B694
Complementary color
Monochromatic Colors of #18B694
Black with #18B694
Text Example
Text Example
White with #18B694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B694; }
p { color: rgb(24,182,148); }
H1.HeaderClassName
{
color: #18B694;
}
.AnyTagClassName
{
color: #18B694;
}
</style>
background-color css
<style>
a { background-color: #18B694; }
a { background-color: rgb(24,182,148); }
div.DivClassName
{
background-color: #18B694;
}
.BgClassName
{
background-color: #18B694;
}
</style>
border-color css
<style>
span { border-color: #18B694; }
span { border-color: rgb(24,182,148); }
td.TdClassName
{
border-color: #18B694;
}
.TagClassName
{
border-color: #18B694;
}
</style>