Shades of Mountain Meadow #18B992
Tints of Mountain Meadow #18B992
RGB
CMYK
RGB Variations
Color information
#18B992 (or 0x18B992) is known color: Mountain Meadow. HEX triplet: 18, B9 and 92. RGB value is (24,185,146). Sum of RGB (Red+Green+Blue) = 24+185+146=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #18B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B992 is #E7466D. Grayscale: #848484. Windows color (decimal): -15156846 or 9615640. OLE color: 9615640.
HSL color Cylindrical-coordinate representation of color #18B992: hue angle of 165.47º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B992 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 185 | 146 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.27 |
| HSL | 165.47º | 0.77% | 0.41% | - |
| HSV(B) | 165.47º | 0.87% | 0.73% | - |
| XYZ | 22.91 | 36.97 | 33.12 | - |
| YUV | 132.42 | 135.66 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 185 | 146 | 0.87 | 0 | 0.21 | 0.27 | 165.47 | 0.77 | 0.41 |
| Hex | 18 | B9 | 92 | 57 | 0 | 15 | 1B | A5 | 4D | 29 |
| Octal | 30 | 271 | 222 | 127 | 0 | 25 | 33 | 245 | 115 | 51 |
| Binary | 11000 | 10111001 | 10010010 | 1010111 | 0 | 10101 | 11011 | 10100101 | 1001101 | 101001 |
Color Harmonies of #18B992
Complementary color
Monochromatic Colors of #18B992
Black with #18B992
Text Example
Text Example
White with #18B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B992; }
p { color: rgb(24,185,146); }
H1.HeaderClassName
{
color: #18B992;
}
.AnyTagClassName
{
color: #18B992;
}
</style>
background-color css
<style>
a { background-color: #18B992; }
a { background-color: rgb(24,185,146); }
div.DivClassName
{
background-color: #18B992;
}
.BgClassName
{
background-color: #18B992;
}
</style>
border-color css
<style>
span { border-color: #18B992; }
span { border-color: rgb(24,185,146); }
td.TdClassName
{
border-color: #18B992;
}
.TagClassName
{
border-color: #18B992;
}
</style>