Shades of Mountain Meadow #19C670
Tints of Mountain Meadow #19C670
RGB
CMYK
RGB Variations
Color information
#19C670 (or 0x19C670) is known color: Mountain Meadow. HEX triplet: 19, C6 and 70. RGB value is (25,198,112). Sum of RGB (Red+Green+Blue) = 25+198+112=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #19C670 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C670 is #E6398F. Grayscale: #888888. Windows color (decimal): -15088016 or 7390745. OLE color: 7390745.
HSL color Cylindrical-coordinate representation of color #19C670: hue angle of 150.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C670 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 198 | 112 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.22 |
| HSL | 150.17º | 0.78% | 0.44% | - |
| HSV(B) | 150.17º | 0.87% | 0.78% | - |
| XYZ | 23.52 | 41.76 | 22.15 | - |
| YUV | 136.47 | 114.19 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 198 | 112 | 0.87 | 0 | 0.43 | 0.22 | 150.17 | 0.78 | 0.44 |
| Hex | 19 | C6 | 70 | 57 | 0 | 2B | 16 | 96 | 4E | 2C |
| Octal | 31 | 306 | 160 | 127 | 0 | 53 | 26 | 226 | 116 | 54 |
| Binary | 11001 | 11000110 | 1110000 | 1010111 | 0 | 101011 | 10110 | 10010110 | 1001110 | 101100 |
Color Harmonies of #19C670
Complementary color
Monochromatic Colors of #19C670
Black with #19C670
Text Example
Text Example
White with #19C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C670; }
p { color: rgb(25,198,112); }
H1.HeaderClassName
{
color: #19C670;
}
.AnyTagClassName
{
color: #19C670;
}
</style>
background-color css
<style>
a { background-color: #19C670; }
a { background-color: rgb(25,198,112); }
div.DivClassName
{
background-color: #19C670;
}
.BgClassName
{
background-color: #19C670;
}
</style>
border-color css
<style>
span { border-color: #19C670; }
span { border-color: rgb(25,198,112); }
td.TdClassName
{
border-color: #19C670;
}
.TagClassName
{
border-color: #19C670;
}
</style>