Shades of Mountain Meadow #19C48C
Tints of Mountain Meadow #19C48C
RGB
CMYK
RGB Variations
Color information
#19C48C (or 0x19C48C) is known color: Mountain Meadow. HEX triplet: 19, C4 and 8C. RGB value is (25,196,140). Sum of RGB (Red+Green+Blue) = 25+196+140=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #19C48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C48C is #E63B73. Grayscale: #8A8A8A. Windows color (decimal): -15088500 or 9225241. OLE color: 9225241.
HSL color Cylindrical-coordinate representation of color #19C48C: hue angle of 160.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C48C is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 196 | 140 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.23 |
| HSL | 160.35º | 0.77% | 0.43% | - |
| HSV(B) | 160.35º | 0.87% | 0.77% | - |
| XYZ | 24.87 | 41.58 | 31.53 | - |
| YUV | 138.49 | 128.85 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 196 | 140 | 0.87 | 0 | 0.29 | 0.23 | 160.35 | 0.77 | 0.43 |
| Hex | 19 | C4 | 8C | 57 | 0 | 1D | 17 | A0 | 4D | 2B |
| Octal | 31 | 304 | 214 | 127 | 0 | 35 | 27 | 240 | 115 | 53 |
| Binary | 11001 | 11000100 | 10001100 | 1010111 | 0 | 11101 | 10111 | 10100000 | 1001101 | 101011 |
Color Harmonies of #19C48C
Complementary color
Monochromatic Colors of #19C48C
Black with #19C48C
Text Example
Text Example
White with #19C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C48C; }
p { color: rgb(25,196,140); }
H1.HeaderClassName
{
color: #19C48C;
}
.AnyTagClassName
{
color: #19C48C;
}
</style>
background-color css
<style>
a { background-color: #19C48C; }
a { background-color: rgb(25,196,140); }
div.DivClassName
{
background-color: #19C48C;
}
.BgClassName
{
background-color: #19C48C;
}
</style>
border-color css
<style>
span { border-color: #19C48C; }
span { border-color: rgb(25,196,140); }
td.TdClassName
{
border-color: #19C48C;
}
.TagClassName
{
border-color: #19C48C;
}
</style>