Shades of Mountain Meadow #19C98E
Tints of Mountain Meadow #19C98E
RGB
CMYK
RGB Variations
Color information
#19C98E (or 0x19C98E) is known color: Mountain Meadow. HEX triplet: 19, C9 and 8E. RGB value is (25,201,142). Sum of RGB (Red+Green+Blue) = 25+201+142=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #19C98E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C98E is #E63671. Grayscale: #8D8D8D. Windows color (decimal): -15087218 or 9357593. OLE color: 9357593.
HSL color Cylindrical-coordinate representation of color #19C98E: hue angle of 159.89º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C98E is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 142 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.21 |
| HSL | 159.89º | 0.78% | 0.44% | - |
| HSV(B) | 159.89º | 0.88% | 0.79% | - |
| XYZ | 26.17 | 43.93 | 32.69 | - |
| YUV | 141.65 | 128.19 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 142 | 0.88 | 0 | 0.29 | 0.21 | 159.89 | 0.78 | 0.44 |
| Hex | 19 | C9 | 8E | 58 | 0 | 1D | 15 | A0 | 4E | 2C |
| Octal | 31 | 311 | 216 | 130 | 0 | 35 | 25 | 240 | 116 | 54 |
| Binary | 11001 | 11001001 | 10001110 | 1011000 | 0 | 11101 | 10101 | 10100000 | 1001110 | 101100 |
Color Harmonies of #19C98E
Complementary color
Monochromatic Colors of #19C98E
Black with #19C98E
Text Example
Text Example
White with #19C98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C98E; }
p { color: rgb(25,201,142); }
H1.HeaderClassName
{
color: #19C98E;
}
.AnyTagClassName
{
color: #19C98E;
}
</style>
background-color css
<style>
a { background-color: #19C98E; }
a { background-color: rgb(25,201,142); }
div.DivClassName
{
background-color: #19C98E;
}
.BgClassName
{
background-color: #19C98E;
}
</style>
border-color css
<style>
span { border-color: #19C98E; }
span { border-color: rgb(25,201,142); }
td.TdClassName
{
border-color: #19C98E;
}
.TagClassName
{
border-color: #19C98E;
}
</style>