Shades of Mountain Meadow #18B398
Tints of Mountain Meadow #18B398
RGB
CMYK
RGB Variations
Color information
#18B398 (or 0x18B398) is known color: Mountain Meadow. HEX triplet: 18, B3 and 98. RGB value is (24,179,152). Sum of RGB (Red+Green+Blue) = 24+179+152=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #18B398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B398 is #E74C67. Grayscale: #818181. Windows color (decimal): -15158376 or 10007320. OLE color: 10007320.
HSL color Cylindrical-coordinate representation of color #18B398: hue angle of 169.55º 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 #18B398 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 152 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.30 |
| HSL | 169.55º | 0.76% | 0.4% | - |
| HSV(B) | 169.55º | 0.87% | 0.7% | - |
| XYZ | 22.16 | 34.7 | 35.24 | - |
| YUV | 129.58 | 140.65 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 152 | 0.87 | 0 | 0.15 | 0.30 | 169.55 | 0.76 | 0.4 |
| Hex | 18 | B3 | 98 | 57 | 0 | F | 1E | AA | 4C | 28 |
| Octal | 30 | 263 | 230 | 127 | 0 | 17 | 36 | 252 | 114 | 50 |
| Binary | 11000 | 10110011 | 10011000 | 1010111 | 0 | 1111 | 11110 | 10101010 | 1001100 | 101000 |
Color Harmonies of #18B398
Complementary color
Monochromatic Colors of #18B398
Black with #18B398
Text Example
Text Example
White with #18B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B398; }
p { color: rgb(24,179,152); }
H1.HeaderClassName
{
color: #18B398;
}
.AnyTagClassName
{
color: #18B398;
}
</style>
background-color css
<style>
a { background-color: #18B398; }
a { background-color: rgb(24,179,152); }
div.DivClassName
{
background-color: #18B398;
}
.BgClassName
{
background-color: #18B398;
}
</style>
border-color css
<style>
span { border-color: #18B398; }
span { border-color: rgb(24,179,152); }
td.TdClassName
{
border-color: #18B398;
}
.TagClassName
{
border-color: #18B398;
}
</style>