Shades of Mountain Meadow #19BE82
Tints of Mountain Meadow #19BE82
RGB
CMYK
RGB Variations
Color information
#19BE82 (or 0x19BE82) is known color: Mountain Meadow. HEX triplet: 19, BE and 82. RGB value is (25,190,130). Sum of RGB (Red+Green+Blue) = 25+190+130=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #19BE82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BE82 is #E6417D. Grayscale: #858585. Windows color (decimal): -15090046 or 8568345. OLE color: 8568345.
HSL color Cylindrical-coordinate representation of color #19BE82: hue angle of 158.18º 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 #19BE82 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 190 | 130 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.25 |
| HSL | 158.18º | 0.77% | 0.42% | - |
| HSV(B) | 158.18º | 0.87% | 0.75% | - |
| XYZ | 22.84 | 38.65 | 27.37 | - |
| YUV | 133.83 | 125.84 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 190 | 130 | 0.87 | 0 | 0.32 | 0.25 | 158.18 | 0.77 | 0.42 |
| Hex | 19 | BE | 82 | 57 | 0 | 20 | 19 | 9E | 4D | 2A |
| Octal | 31 | 276 | 202 | 127 | 0 | 40 | 31 | 236 | 115 | 52 |
| Binary | 11001 | 10111110 | 10000010 | 1010111 | 0 | 100000 | 11001 | 10011110 | 1001101 | 101010 |
Color Harmonies of #19BE82
Complementary color
Monochromatic Colors of #19BE82
Black with #19BE82
Text Example
Text Example
White with #19BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BE82; }
p { color: rgb(25,190,130); }
H1.HeaderClassName
{
color: #19BE82;
}
.AnyTagClassName
{
color: #19BE82;
}
</style>
background-color css
<style>
a { background-color: #19BE82; }
a { background-color: rgb(25,190,130); }
div.DivClassName
{
background-color: #19BE82;
}
.BgClassName
{
background-color: #19BE82;
}
</style>
border-color css
<style>
span { border-color: #19BE82; }
span { border-color: rgb(25,190,130); }
td.TdClassName
{
border-color: #19BE82;
}
.TagClassName
{
border-color: #19BE82;
}
</style>