Shades of Mountain Meadow #19B770
Tints of Mountain Meadow #19B770
RGB
CMYK
RGB Variations
Color information
#19B770 (or 0x19B770) is known color: Mountain Meadow. HEX triplet: 19, B7 and 70. RGB value is (25,183,112). Sum of RGB (Red+Green+Blue) = 25+183+112=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #19B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B770 is #E6488F. Grayscale: #7F7F7F. Windows color (decimal): -15091856 or 7386905. OLE color: 7386905.
HSL color Cylindrical-coordinate representation of color #19B770: hue angle of 153.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B770 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 183 | 112 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.28 |
| HSL | 153.04º | 0.76% | 0.41% | - |
| HSV(B) | 153.04º | 0.86% | 0.72% | - |
| XYZ | 20.26 | 35.24 | 21.06 | - |
| YUV | 127.66 | 119.15 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 183 | 112 | 0.86 | 0 | 0.39 | 0.28 | 153.04 | 0.76 | 0.41 |
| Hex | 19 | B7 | 70 | 56 | 0 | 27 | 1C | 99 | 4C | 29 |
| Octal | 31 | 267 | 160 | 126 | 0 | 47 | 34 | 231 | 114 | 51 |
| Binary | 11001 | 10110111 | 1110000 | 1010110 | 0 | 100111 | 11100 | 10011001 | 1001100 | 101001 |
Color Harmonies of #19B770
Complementary color
Monochromatic Colors of #19B770
Black with #19B770
Text Example
Text Example
White with #19B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B770; }
p { color: rgb(25,183,112); }
H1.HeaderClassName
{
color: #19B770;
}
.AnyTagClassName
{
color: #19B770;
}
</style>
background-color css
<style>
a { background-color: #19B770; }
a { background-color: rgb(25,183,112); }
div.DivClassName
{
background-color: #19B770;
}
.BgClassName
{
background-color: #19B770;
}
</style>
border-color css
<style>
span { border-color: #19B770; }
span { border-color: rgb(25,183,112); }
td.TdClassName
{
border-color: #19B770;
}
.TagClassName
{
border-color: #19B770;
}
</style>