Shades of Mountain Meadow #19BF9A
Tints of Mountain Meadow #19BF9A
RGB
CMYK
RGB Variations
Color information
#19BF9A (or 0x19BF9A) is known color: Mountain Meadow. HEX triplet: 19, BF and 9A. RGB value is (25,191,154). Sum of RGB (Red+Green+Blue) = 25+191+154=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BF9A is #E64065. Grayscale: #898989. Windows color (decimal): -15089766 or 10141465. OLE color: 10141465.
HSL color Cylindrical-coordinate representation of color #19BF9A: hue angle of 166.63º 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 #19BF9A is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 154 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.25 |
| HSL | 166.63º | 0.77% | 0.42% | - |
| HSV(B) | 166.63º | 0.87% | 0.75% | - |
| XYZ | 24.86 | 39.8 | 36.94 | - |
| YUV | 137.15 | 137.5 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 154 | 0.87 | 0 | 0.19 | 0.25 | 166.63 | 0.77 | 0.42 |
| Hex | 19 | BF | 9A | 57 | 0 | 13 | 19 | A7 | 4D | 2A |
| Octal | 31 | 277 | 232 | 127 | 0 | 23 | 31 | 247 | 115 | 52 |
| Binary | 11001 | 10111111 | 10011010 | 1010111 | 0 | 10011 | 11001 | 10100111 | 1001101 | 101010 |
Color Harmonies of #19BF9A
Complementary color
Monochromatic Colors of #19BF9A
Black with #19BF9A
Text Example
Text Example
White with #19BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BF9A; }
p { color: rgb(25,191,154); }
H1.HeaderClassName
{
color: #19BF9A;
}
.AnyTagClassName
{
color: #19BF9A;
}
</style>
background-color css
<style>
a { background-color: #19BF9A; }
a { background-color: rgb(25,191,154); }
div.DivClassName
{
background-color: #19BF9A;
}
.BgClassName
{
background-color: #19BF9A;
}
</style>
border-color css
<style>
span { border-color: #19BF9A; }
span { border-color: rgb(25,191,154); }
td.TdClassName
{
border-color: #19BF9A;
}
.TagClassName
{
border-color: #19BF9A;
}
</style>