Shades of Mountain Meadow #19C093
Tints of Mountain Meadow #19C093
RGB
CMYK
RGB Variations
Color information
#19C093 (or 0x19C093) is known color: Mountain Meadow. HEX triplet: 19, C0 and 93. RGB value is (25,192,147). Sum of RGB (Red+Green+Blue) = 25+192+147=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #19C093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C093 is #E63F6C. Grayscale: #888888. Windows color (decimal): -15089517 or 9682969. OLE color: 9682969.
HSL color Cylindrical-coordinate representation of color #19C093: hue angle of 163.83º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C093 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 147 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.25 |
| HSL | 163.83º | 0.77% | 0.43% | - |
| HSV(B) | 163.83º | 0.87% | 0.75% | - |
| XYZ | 24.52 | 40.01 | 34.03 | - |
| YUV | 136.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 147 | 0.87 | 0 | 0.23 | 0.25 | 163.83 | 0.77 | 0.43 |
| Hex | 19 | C0 | 93 | 57 | 0 | 17 | 19 | A4 | 4D | 2B |
| Octal | 31 | 300 | 223 | 127 | 0 | 27 | 31 | 244 | 115 | 53 |
| Binary | 11001 | 11000000 | 10010011 | 1010111 | 0 | 10111 | 11001 | 10100100 | 1001101 | 101011 |
Color Harmonies of #19C093
Complementary color
Monochromatic Colors of #19C093
Black with #19C093
Text Example
Text Example
White with #19C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C093; }
p { color: rgb(25,192,147); }
H1.HeaderClassName
{
color: #19C093;
}
.AnyTagClassName
{
color: #19C093;
}
</style>
background-color css
<style>
a { background-color: #19C093; }
a { background-color: rgb(25,192,147); }
div.DivClassName
{
background-color: #19C093;
}
.BgClassName
{
background-color: #19C093;
}
</style>
border-color css
<style>
span { border-color: #19C093; }
span { border-color: rgb(25,192,147); }
td.TdClassName
{
border-color: #19C093;
}
.TagClassName
{
border-color: #19C093;
}
</style>