Shades of Mountain Meadow #19BE80
Tints of Mountain Meadow #19BE80
RGB
CMYK
RGB Variations
Color information
#19BE80 (or 0x19BE80) is known color: Mountain Meadow. HEX triplet: 19, BE and 80. RGB value is (25,190,128). Sum of RGB (Red+Green+Blue) = 25+190+128=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #19BE80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BE80 is #E6417F. Grayscale: #858585. Windows color (decimal): -15090048 or 8437273. OLE color: 8437273.
HSL color Cylindrical-coordinate representation of color #19BE80: hue angle of 157.45º 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 #19BE80 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 190 | 128 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.25 |
| HSL | 157.45º | 0.77% | 0.42% | - |
| HSV(B) | 157.45º | 0.87% | 0.75% | - |
| XYZ | 22.71 | 38.59 | 26.67 | - |
| YUV | 133.6 | 124.84 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 190 | 128 | 0.87 | 0 | 0.33 | 0.25 | 157.45 | 0.77 | 0.42 |
| Hex | 19 | BE | 80 | 57 | 0 | 21 | 19 | 9D | 4D | 2A |
| Octal | 31 | 276 | 200 | 127 | 0 | 41 | 31 | 235 | 115 | 52 |
| Binary | 11001 | 10111110 | 10000000 | 1010111 | 0 | 100001 | 11001 | 10011101 | 1001101 | 101010 |
Color Harmonies of #19BE80
Complementary color
Monochromatic Colors of #19BE80
Black with #19BE80
Text Example
Text Example
White with #19BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BE80; }
p { color: rgb(25,190,128); }
H1.HeaderClassName
{
color: #19BE80;
}
.AnyTagClassName
{
color: #19BE80;
}
</style>
background-color css
<style>
a { background-color: #19BE80; }
a { background-color: rgb(25,190,128); }
div.DivClassName
{
background-color: #19BE80;
}
.BgClassName
{
background-color: #19BE80;
}
</style>
border-color css
<style>
span { border-color: #19BE80; }
span { border-color: rgb(25,190,128); }
td.TdClassName
{
border-color: #19BE80;
}
.TagClassName
{
border-color: #19BE80;
}
</style>