Shades of Mountain Meadow #19BE92
Tints of Mountain Meadow #19BE92
RGB
CMYK
RGB Variations
Color information
#19BE92 (or 0x19BE92) is known color: Mountain Meadow. HEX triplet: 19, BE and 92. RGB value is (25,190,146). Sum of RGB (Red+Green+Blue) = 25+190+146=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #19BE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BE92 is #E6416D. Grayscale: #878787. Windows color (decimal): -15090030 or 9616921. OLE color: 9616921.
HSL color Cylindrical-coordinate representation of color #19BE92: hue angle of 164º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BE92 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 190 | 146 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.25 |
| HSL | 164º | 0.77% | 0.42% | - |
| HSV(B) | 164º | 0.87% | 0.75% | - |
| XYZ | 24 | 39.11 | 33.48 | - |
| YUV | 135.65 | 133.84 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 190 | 146 | 0.87 | 0 | 0.23 | 0.25 | 164 | 0.77 | 0.42 |
| Hex | 19 | BE | 92 | 57 | 0 | 17 | 19 | A4 | 4D | 2A |
| Octal | 31 | 276 | 222 | 127 | 0 | 27 | 31 | 244 | 115 | 52 |
| Binary | 11001 | 10111110 | 10010010 | 1010111 | 0 | 10111 | 11001 | 10100100 | 1001101 | 101010 |
Color Harmonies of #19BE92
Complementary color
Monochromatic Colors of #19BE92
Black with #19BE92
Text Example
Text Example
White with #19BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BE92; }
p { color: rgb(25,190,146); }
H1.HeaderClassName
{
color: #19BE92;
}
.AnyTagClassName
{
color: #19BE92;
}
</style>
background-color css
<style>
a { background-color: #19BE92; }
a { background-color: rgb(25,190,146); }
div.DivClassName
{
background-color: #19BE92;
}
.BgClassName
{
background-color: #19BE92;
}
</style>
border-color css
<style>
span { border-color: #19BE92; }
span { border-color: rgb(25,190,146); }
td.TdClassName
{
border-color: #19BE92;
}
.TagClassName
{
border-color: #19BE92;
}
</style>