Shades of Mountain Meadow #19BD89
Tints of Mountain Meadow #19BD89
RGB
CMYK
RGB Variations
Color information
#19BD89 (or 0x19BD89) is known color: Mountain Meadow. HEX triplet: 19, BD and 89. RGB value is (25,189,137). Sum of RGB (Red+Green+Blue) = 25+189+137=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BD89 is #E64276. Grayscale: #868686. Windows color (decimal): -15090295 or 9026841. OLE color: 9026841.
HSL color Cylindrical-coordinate representation of color #19BD89: hue angle of 160.98º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BD89 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 137 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.26 |
| HSL | 160.98º | 0.77% | 0.42% | - |
| HSV(B) | 160.98º | 0.87% | 0.74% | - |
| XYZ | 23.11 | 38.41 | 29.86 | - |
| YUV | 134.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 137 | 0.87 | 0 | 0.28 | 0.26 | 160.98 | 0.77 | 0.42 |
| Hex | 19 | BD | 89 | 57 | 0 | 1C | 1A | A1 | 4D | 2A |
| Octal | 31 | 275 | 211 | 127 | 0 | 34 | 32 | 241 | 115 | 52 |
| Binary | 11001 | 10111101 | 10001001 | 1010111 | 0 | 11100 | 11010 | 10100001 | 1001101 | 101010 |
Color Harmonies of #19BD89
Complementary color
Monochromatic Colors of #19BD89
Black with #19BD89
Text Example
Text Example
White with #19BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BD89; }
p { color: rgb(25,189,137); }
H1.HeaderClassName
{
color: #19BD89;
}
.AnyTagClassName
{
color: #19BD89;
}
</style>
background-color css
<style>
a { background-color: #19BD89; }
a { background-color: rgb(25,189,137); }
div.DivClassName
{
background-color: #19BD89;
}
.BgClassName
{
background-color: #19BD89;
}
</style>
border-color css
<style>
span { border-color: #19BD89; }
span { border-color: rgb(25,189,137); }
td.TdClassName
{
border-color: #19BD89;
}
.TagClassName
{
border-color: #19BD89;
}
</style>