Shades of Mountain Meadow #19C372
Tints of Mountain Meadow #19C372
RGB
CMYK
RGB Variations
Color information
#19C372 (or 0x19C372) is known color: Mountain Meadow. HEX triplet: 19, C3 and 72. RGB value is (25,195,114). Sum of RGB (Red+Green+Blue) = 25+195+114=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #19C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C372 is #E63C8D. Grayscale: #878787. Windows color (decimal): -15088782 or 7521049. OLE color: 7521049.
HSL color Cylindrical-coordinate representation of color #19C372: hue angle of 151.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C372 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 195 | 114 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.24 |
| HSL | 151.41º | 0.77% | 0.43% | - |
| HSV(B) | 151.41º | 0.87% | 0.76% | - |
| XYZ | 22.95 | 40.45 | 22.52 | - |
| YUV | 134.94 | 116.18 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 195 | 114 | 0.87 | 0 | 0.42 | 0.24 | 151.41 | 0.77 | 0.43 |
| Hex | 19 | C3 | 72 | 57 | 0 | 2A | 18 | 97 | 4D | 2B |
| Octal | 31 | 303 | 162 | 127 | 0 | 52 | 30 | 227 | 115 | 53 |
| Binary | 11001 | 11000011 | 1110010 | 1010111 | 0 | 101010 | 11000 | 10010111 | 1001101 | 101011 |
Color Harmonies of #19C372
Complementary color
Monochromatic Colors of #19C372
Black with #19C372
Text Example
Text Example
White with #19C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C372; }
p { color: rgb(25,195,114); }
H1.HeaderClassName
{
color: #19C372;
}
.AnyTagClassName
{
color: #19C372;
}
</style>
background-color css
<style>
a { background-color: #19C372; }
a { background-color: rgb(25,195,114); }
div.DivClassName
{
background-color: #19C372;
}
.BgClassName
{
background-color: #19C372;
}
</style>
border-color css
<style>
span { border-color: #19C372; }
span { border-color: rgb(25,195,114); }
td.TdClassName
{
border-color: #19C372;
}
.TagClassName
{
border-color: #19C372;
}
</style>