Shades of Mountain Meadow #18B875
Tints of Mountain Meadow #18B875
RGB
CMYK
RGB Variations
Color information
#18B875 (or 0x18B875) is known color: Mountain Meadow. HEX triplet: 18, B8 and 75. RGB value is (24,184,117). Sum of RGB (Red+Green+Blue) = 24+184+117=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #18B875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B875 is #E7478A. Grayscale: #808080. Windows color (decimal): -15157131 or 7714840. OLE color: 7714840.
HSL color Cylindrical-coordinate representation of color #18B875: hue angle of 154.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B875 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 184 | 117 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.28 |
| HSL | 154.88º | 0.77% | 0.41% | - |
| HSV(B) | 154.88º | 0.87% | 0.72% | - |
| XYZ | 20.73 | 35.76 | 22.64 | - |
| YUV | 128.52 | 121.49 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 117 | 0.87 | 0 | 0.36 | 0.28 | 154.88 | 0.77 | 0.41 |
| Hex | 18 | B8 | 75 | 57 | 0 | 24 | 1C | 9B | 4D | 29 |
| Octal | 30 | 270 | 165 | 127 | 0 | 44 | 34 | 233 | 115 | 51 |
| Binary | 11000 | 10111000 | 1110101 | 1010111 | 0 | 100100 | 11100 | 10011011 | 1001101 | 101001 |
Color Harmonies of #18B875
Complementary color
Monochromatic Colors of #18B875
Black with #18B875
Text Example
Text Example
White with #18B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B875; }
p { color: rgb(24,184,117); }
H1.HeaderClassName
{
color: #18B875;
}
.AnyTagClassName
{
color: #18B875;
}
</style>
background-color css
<style>
a { background-color: #18B875; }
a { background-color: rgb(24,184,117); }
div.DivClassName
{
background-color: #18B875;
}
.BgClassName
{
background-color: #18B875;
}
</style>
border-color css
<style>
span { border-color: #18B875; }
span { border-color: rgb(24,184,117); }
td.TdClassName
{
border-color: #18B875;
}
.TagClassName
{
border-color: #18B875;
}
</style>