Shades of Mountain Meadow #18B970
Tints of Mountain Meadow #18B970
RGB
CMYK
RGB Variations
Color information
#18B970 (or 0x18B970) is known color: Mountain Meadow. HEX triplet: 18, B9 and 70. RGB value is (24,185,112). Sum of RGB (Red+Green+Blue) = 24+185+112=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 185 (72.66% from 255 or 57.63% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 185 - color contains mainly: green. Hex color #18B970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B970 is #E7468F. Grayscale: #808080. Windows color (decimal): -15156880 or 7387416. OLE color: 7387416.
HSL color Cylindrical-coordinate representation of color #18B970: hue angle of 152.8º 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 #18B970 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 185 | 112 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.27 |
| HSL | 152.8º | 0.77% | 0.41% | - |
| HSV(B) | 152.8º | 0.87% | 0.73% | - |
| XYZ | 20.65 | 36.06 | 21.2 | - |
| YUV | 128.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 185 | 112 | 0.87 | 0 | 0.39 | 0.27 | 152.8 | 0.77 | 0.41 |
| Hex | 18 | B9 | 70 | 57 | 0 | 27 | 1B | 99 | 4D | 29 |
| Octal | 30 | 271 | 160 | 127 | 0 | 47 | 33 | 231 | 115 | 51 |
| Binary | 11000 | 10111001 | 1110000 | 1010111 | 0 | 100111 | 11011 | 10011001 | 1001101 | 101001 |
Color Harmonies of #18B970
Complementary color
Monochromatic Colors of #18B970
Black with #18B970
Text Example
Text Example
White with #18B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B970; }
p { color: rgb(24,185,112); }
H1.HeaderClassName
{
color: #18B970;
}
.AnyTagClassName
{
color: #18B970;
}
</style>
background-color css
<style>
a { background-color: #18B970; }
a { background-color: rgb(24,185,112); }
div.DivClassName
{
background-color: #18B970;
}
.BgClassName
{
background-color: #18B970;
}
</style>
border-color css
<style>
span { border-color: #18B970; }
span { border-color: rgb(24,185,112); }
td.TdClassName
{
border-color: #18B970;
}
.TagClassName
{
border-color: #18B970;
}
</style>