Shades of Mountain Meadow #19C582
Tints of Mountain Meadow #19C582
RGB
CMYK
RGB Variations
Color information
#19C582 (or 0x19C582) is known color: Mountain Meadow. HEX triplet: 19, C5 and 82. RGB value is (25,197,130). Sum of RGB (Red+Green+Blue) = 25+197+130=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #19C582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C582 is #E63A7D. Grayscale: #8A8A8A. Windows color (decimal): -15088254 or 8570137. OLE color: 8570137.
HSL color Cylindrical-coordinate representation of color #19C582: hue angle of 156.63º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C582 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 130 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.23 |
| HSL | 156.63º | 0.77% | 0.44% | - |
| HSV(B) | 156.63º | 0.87% | 0.77% | - |
| XYZ | 24.4 | 41.75 | 27.89 | - |
| YUV | 137.93 | 123.52 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 130 | 0.87 | 0 | 0.34 | 0.23 | 156.63 | 0.77 | 0.44 |
| Hex | 19 | C5 | 82 | 57 | 0 | 22 | 17 | 9D | 4D | 2C |
| Octal | 31 | 305 | 202 | 127 | 0 | 42 | 27 | 235 | 115 | 54 |
| Binary | 11001 | 11000101 | 10000010 | 1010111 | 0 | 100010 | 10111 | 10011101 | 1001101 | 101100 |
Color Harmonies of #19C582
Complementary color
Monochromatic Colors of #19C582
Black with #19C582
Text Example
Text Example
White with #19C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C582; }
p { color: rgb(25,197,130); }
H1.HeaderClassName
{
color: #19C582;
}
.AnyTagClassName
{
color: #19C582;
}
</style>
background-color css
<style>
a { background-color: #19C582; }
a { background-color: rgb(25,197,130); }
div.DivClassName
{
background-color: #19C582;
}
.BgClassName
{
background-color: #19C582;
}
</style>
border-color css
<style>
span { border-color: #19C582; }
span { border-color: rgb(25,197,130); }
td.TdClassName
{
border-color: #19C582;
}
.TagClassName
{
border-color: #19C582;
}
</style>