Shades of Mountain Meadow #19B96D
Tints of Mountain Meadow #19B96D
RGB
CMYK
RGB Variations
Color information
#19B96D (or 0x19B96D) is known color: Mountain Meadow. HEX triplet: 19, B9 and 6D. RGB value is (25,185,109). Sum of RGB (Red+Green+Blue) = 25+185+109=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #19B96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B96D is #E64692. Grayscale: #808080. Windows color (decimal): -15091347 or 7190809. OLE color: 7190809.
HSL color Cylindrical-coordinate representation of color #19B96D: hue angle of 151.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B96D is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 185 | 109 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.27 |
| HSL | 151.5º | 0.76% | 0.41% | - |
| HSV(B) | 151.5º | 0.86% | 0.73% | - |
| XYZ | 20.51 | 36.01 | 20.34 | - |
| YUV | 128.5 | 116.99 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 185 | 109 | 0.86 | 0 | 0.41 | 0.27 | 151.5 | 0.76 | 0.41 |
| Hex | 19 | B9 | 6D | 56 | 0 | 29 | 1B | 98 | 4C | 29 |
| Octal | 31 | 271 | 155 | 126 | 0 | 51 | 33 | 230 | 114 | 51 |
| Binary | 11001 | 10111001 | 1101101 | 1010110 | 0 | 101001 | 11011 | 10011000 | 1001100 | 101001 |
Color Harmonies of #19B96D
Complementary color
Monochromatic Colors of #19B96D
Black with #19B96D
Text Example
Text Example
White with #19B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B96D; }
p { color: rgb(25,185,109); }
H1.HeaderClassName
{
color: #19B96D;
}
.AnyTagClassName
{
color: #19B96D;
}
</style>
background-color css
<style>
a { background-color: #19B96D; }
a { background-color: rgb(25,185,109); }
div.DivClassName
{
background-color: #19B96D;
}
.BgClassName
{
background-color: #19B96D;
}
</style>
border-color css
<style>
span { border-color: #19B96D; }
span { border-color: rgb(25,185,109); }
td.TdClassName
{
border-color: #19B96D;
}
.TagClassName
{
border-color: #19B96D;
}
</style>