Shades of Mountain Meadow #19C090
Tints of Mountain Meadow #19C090
RGB
CMYK
RGB Variations
Color information
#19C090 (or 0x19C090) is known color: Mountain Meadow. HEX triplet: 19, C0 and 90. RGB value is (25,192,144). Sum of RGB (Red+Green+Blue) = 25+192+144=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #19C090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C090 is #E63F6F. Grayscale: #888888. Windows color (decimal): -15089520 or 9486361. OLE color: 9486361.
HSL color Cylindrical-coordinate representation of color #19C090: hue angle of 162.75º 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 #19C090 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 144 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.25 |
| HSL | 162.75º | 0.77% | 0.43% | - |
| HSV(B) | 162.75º | 0.87% | 0.75% | - |
| XYZ | 24.28 | 39.92 | 32.81 | - |
| YUV | 136.6 | 132.17 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 144 | 0.87 | 0 | 0.25 | 0.25 | 162.75 | 0.77 | 0.43 |
| Hex | 19 | C0 | 90 | 57 | 0 | 19 | 19 | A3 | 4D | 2B |
| Octal | 31 | 300 | 220 | 127 | 0 | 31 | 31 | 243 | 115 | 53 |
| Binary | 11001 | 11000000 | 10010000 | 1010111 | 0 | 11001 | 11001 | 10100011 | 1001101 | 101011 |
Color Harmonies of #19C090
Complementary color
Monochromatic Colors of #19C090
Black with #19C090
Text Example
Text Example
White with #19C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C090; }
p { color: rgb(25,192,144); }
H1.HeaderClassName
{
color: #19C090;
}
.AnyTagClassName
{
color: #19C090;
}
</style>
background-color css
<style>
a { background-color: #19C090; }
a { background-color: rgb(25,192,144); }
div.DivClassName
{
background-color: #19C090;
}
.BgClassName
{
background-color: #19C090;
}
</style>
border-color css
<style>
span { border-color: #19C090; }
span { border-color: rgb(25,192,144); }
td.TdClassName
{
border-color: #19C090;
}
.TagClassName
{
border-color: #19C090;
}
</style>