Shades of Mountain Meadow #19CE73
Tints of Mountain Meadow #19CE73
RGB
CMYK
RGB Variations
Color information
#19CE73 (or 0x19CE73) is known color: Mountain Meadow. HEX triplet: 19, CE and 73. RGB value is (25,206,115). Sum of RGB (Red+Green+Blue) = 25+206+115=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #19CE73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CE73 is #E6318C. Grayscale: #8D8D8D. Windows color (decimal): -15085965 or 7589401. OLE color: 7589401.
HSL color Cylindrical-coordinate representation of color #19CE73: hue angle of 149.83º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CE73 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 206 | 115 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.19 |
| HSL | 149.83º | 0.78% | 0.45% | - |
| HSV(B) | 149.83º | 0.88% | 0.81% | - |
| XYZ | 25.57 | 45.59 | 23.67 | - |
| YUV | 141.51 | 113.03 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 115 | 0.88 | 0 | 0.44 | 0.19 | 149.83 | 0.78 | 0.45 |
| Hex | 19 | CE | 73 | 58 | 0 | 2C | 13 | 96 | 4E | 2D |
| Octal | 31 | 316 | 163 | 130 | 0 | 54 | 23 | 226 | 116 | 55 |
| Binary | 11001 | 11001110 | 1110011 | 1011000 | 0 | 101100 | 10011 | 10010110 | 1001110 | 101101 |
Color Harmonies of #19CE73
Complementary color
Monochromatic Colors of #19CE73
Black with #19CE73
Text Example
Text Example
White with #19CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CE73; }
p { color: rgb(25,206,115); }
H1.HeaderClassName
{
color: #19CE73;
}
.AnyTagClassName
{
color: #19CE73;
}
</style>
background-color css
<style>
a { background-color: #19CE73; }
a { background-color: rgb(25,206,115); }
div.DivClassName
{
background-color: #19CE73;
}
.BgClassName
{
background-color: #19CE73;
}
</style>
border-color css
<style>
span { border-color: #19CE73; }
span { border-color: rgb(25,206,115); }
td.TdClassName
{
border-color: #19CE73;
}
.TagClassName
{
border-color: #19CE73;
}
</style>