Shades of Mountain Meadow #19BA7D
Tints of Mountain Meadow #19BA7D
RGB
CMYK
RGB Variations
Color information
#19BA7D (or 0x19BA7D) is known color: Mountain Meadow. HEX triplet: 19, BA and 7D. RGB value is (25,186,125). Sum of RGB (Red+Green+Blue) = 25+186+125=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA7D is #E64582. Grayscale: #828282. Windows color (decimal): -15091075 or 8239641. OLE color: 8239641.
HSL color Cylindrical-coordinate representation of color #19BA7D: hue angle of 157.27º degrees, saturation: 0.76, 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 #19BA7D is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 125 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.27 |
| HSL | 157.27º | 0.76% | 0.41% | - |
| HSV(B) | 157.27º | 0.87% | 0.73% | - |
| XYZ | 21.66 | 36.81 | 25.36 | - |
| YUV | 130.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 125 | 0.87 | 0 | 0.33 | 0.27 | 157.27 | 0.76 | 0.41 |
| Hex | 19 | BA | 7D | 57 | 0 | 21 | 1B | 9D | 4C | 29 |
| Octal | 31 | 272 | 175 | 127 | 0 | 41 | 33 | 235 | 114 | 51 |
| Binary | 11001 | 10111010 | 1111101 | 1010111 | 0 | 100001 | 11011 | 10011101 | 1001100 | 101001 |
Color Harmonies of #19BA7D
Complementary color
Monochromatic Colors of #19BA7D
Black with #19BA7D
Text Example
Text Example
White with #19BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA7D; }
p { color: rgb(25,186,125); }
H1.HeaderClassName
{
color: #19BA7D;
}
.AnyTagClassName
{
color: #19BA7D;
}
</style>
background-color css
<style>
a { background-color: #19BA7D; }
a { background-color: rgb(25,186,125); }
div.DivClassName
{
background-color: #19BA7D;
}
.BgClassName
{
background-color: #19BA7D;
}
</style>
border-color css
<style>
span { border-color: #19BA7D; }
span { border-color: rgb(25,186,125); }
td.TdClassName
{
border-color: #19BA7D;
}
.TagClassName
{
border-color: #19BA7D;
}
</style>