Shades of Mountain Meadow #19B58A
Tints of Mountain Meadow #19B58A
RGB
CMYK
RGB Variations
Color information
#19B58A (or 0x19B58A) is known color: Mountain Meadow. HEX triplet: 19, B5 and 8A. RGB value is (25,181,138). Sum of RGB (Red+Green+Blue) = 25+181+138=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #19B58A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B58A is #E64A75. Grayscale: #818181. Windows color (decimal): -15092342 or 9090329. OLE color: 9090329.
HSL color Cylindrical-coordinate representation of color #19B58A: hue angle of 163.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B58A is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 181 | 138 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.29 |
| HSL | 163.46º | 0.76% | 0.4% | - |
| HSV(B) | 163.46º | 0.86% | 0.71% | - |
| XYZ | 21.51 | 35.09 | 29.68 | - |
| YUV | 129.45 | 132.82 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 138 | 0.86 | 0 | 0.24 | 0.29 | 163.46 | 0.76 | 0.4 |
| Hex | 19 | B5 | 8A | 56 | 0 | 18 | 1D | A3 | 4C | 28 |
| Octal | 31 | 265 | 212 | 126 | 0 | 30 | 35 | 243 | 114 | 50 |
| Binary | 11001 | 10110101 | 10001010 | 1010110 | 0 | 11000 | 11101 | 10100011 | 1001100 | 101000 |
Color Harmonies of #19B58A
Complementary color
Monochromatic Colors of #19B58A
Black with #19B58A
Text Example
Text Example
White with #19B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B58A; }
p { color: rgb(25,181,138); }
H1.HeaderClassName
{
color: #19B58A;
}
.AnyTagClassName
{
color: #19B58A;
}
</style>
background-color css
<style>
a { background-color: #19B58A; }
a { background-color: rgb(25,181,138); }
div.DivClassName
{
background-color: #19B58A;
}
.BgClassName
{
background-color: #19B58A;
}
</style>
border-color css
<style>
span { border-color: #19B58A; }
span { border-color: rgb(25,181,138); }
td.TdClassName
{
border-color: #19B58A;
}
.TagClassName
{
border-color: #19B58A;
}
</style>