Shades of Mountain Meadow #19BF7E
Tints of Mountain Meadow #19BF7E
RGB
CMYK
RGB Variations
Color information
#19BF7E (or 0x19BF7E) is known color: Mountain Meadow. HEX triplet: 19, BF and 7E. RGB value is (25,191,126). Sum of RGB (Red+Green+Blue) = 25+191+126=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BF7E is #E64081. Grayscale: #868686. Windows color (decimal): -15089794 or 8306457. OLE color: 8306457.
HSL color Cylindrical-coordinate representation of color #19BF7E: hue angle of 156.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BF7E is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 126 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.25 |
| HSL | 156.51º | 0.77% | 0.42% | - |
| HSV(B) | 156.51º | 0.87% | 0.75% | - |
| XYZ | 22.8 | 38.97 | 26.06 | - |
| YUV | 133.96 | 123.5 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 126 | 0.87 | 0 | 0.34 | 0.25 | 156.51 | 0.77 | 0.42 |
| Hex | 19 | BF | 7E | 57 | 0 | 22 | 19 | 9D | 4D | 2A |
| Octal | 31 | 277 | 176 | 127 | 0 | 42 | 31 | 235 | 115 | 52 |
| Binary | 11001 | 10111111 | 1111110 | 1010111 | 0 | 100010 | 11001 | 10011101 | 1001101 | 101010 |
Color Harmonies of #19BF7E
Complementary color
Monochromatic Colors of #19BF7E
Black with #19BF7E
Text Example
Text Example
White with #19BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BF7E; }
p { color: rgb(25,191,126); }
H1.HeaderClassName
{
color: #19BF7E;
}
.AnyTagClassName
{
color: #19BF7E;
}
</style>
background-color css
<style>
a { background-color: #19BF7E; }
a { background-color: rgb(25,191,126); }
div.DivClassName
{
background-color: #19BF7E;
}
.BgClassName
{
background-color: #19BF7E;
}
</style>
border-color css
<style>
span { border-color: #19BF7E; }
span { border-color: rgb(25,191,126); }
td.TdClassName
{
border-color: #19BF7E;
}
.TagClassName
{
border-color: #19BF7E;
}
</style>