Shades of Mountain Meadow #18B874
Tints of Mountain Meadow #18B874
RGB
CMYK
RGB Variations
Color information
#18B874 (or 0x18B874) is known color: Mountain Meadow. HEX triplet: 18, B8 and 74. RGB value is (24,184,116). Sum of RGB (Red+Green+Blue) = 24+184+116=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #18B874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B874 is #E7478B. Grayscale: #808080. Windows color (decimal): -15157132 or 7649304. OLE color: 7649304.
HSL color Cylindrical-coordinate representation of color #18B874: hue angle of 154.5º 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 #18B874 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 184 | 116 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.28 |
| HSL | 154.5º | 0.77% | 0.41% | - |
| HSV(B) | 154.5º | 0.87% | 0.72% | - |
| XYZ | 20.67 | 35.74 | 22.33 | - |
| YUV | 128.41 | 120.99 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 116 | 0.87 | 0 | 0.37 | 0.28 | 154.5 | 0.77 | 0.41 |
| Hex | 18 | B8 | 74 | 57 | 0 | 25 | 1C | 9A | 4D | 29 |
| Octal | 30 | 270 | 164 | 127 | 0 | 45 | 34 | 232 | 115 | 51 |
| Binary | 11000 | 10111000 | 1110100 | 1010111 | 0 | 100101 | 11100 | 10011010 | 1001101 | 101001 |
Color Harmonies of #18B874
Complementary color
Monochromatic Colors of #18B874
Black with #18B874
Text Example
Text Example
White with #18B874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B874; }
p { color: rgb(24,184,116); }
H1.HeaderClassName
{
color: #18B874;
}
.AnyTagClassName
{
color: #18B874;
}
</style>
background-color css
<style>
a { background-color: #18B874; }
a { background-color: rgb(24,184,116); }
div.DivClassName
{
background-color: #18B874;
}
.BgClassName
{
background-color: #18B874;
}
</style>
border-color css
<style>
span { border-color: #18B874; }
span { border-color: rgb(24,184,116); }
td.TdClassName
{
border-color: #18B874;
}
.TagClassName
{
border-color: #18B874;
}
</style>