Shades of Mountain Meadow #19BC81
Tints of Mountain Meadow #19BC81
RGB
CMYK
RGB Variations
Color information
#19BC81 (or 0x19BC81) is known color: Mountain Meadow. HEX triplet: 19, BC and 81. RGB value is (25,188,129). Sum of RGB (Red+Green+Blue) = 25+188+129=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BC81 is #E6437E. Grayscale: #848484. Windows color (decimal): -15090559 or 8502297. OLE color: 8502297.
HSL color Cylindrical-coordinate representation of color #19BC81: hue angle of 158.28º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BC81 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 188 | 129 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.26 |
| HSL | 158.28º | 0.77% | 0.42% | - |
| HSV(B) | 158.28º | 0.87% | 0.74% | - |
| XYZ | 22.35 | 37.76 | 26.88 | - |
| YUV | 132.54 | 126 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 129 | 0.87 | 0 | 0.31 | 0.26 | 158.28 | 0.77 | 0.42 |
| Hex | 19 | BC | 81 | 57 | 0 | 1F | 1A | 9E | 4D | 2A |
| Octal | 31 | 274 | 201 | 127 | 0 | 37 | 32 | 236 | 115 | 52 |
| Binary | 11001 | 10111100 | 10000001 | 1010111 | 0 | 11111 | 11010 | 10011110 | 1001101 | 101010 |
Color Harmonies of #19BC81
Complementary color
Monochromatic Colors of #19BC81
Black with #19BC81
Text Example
Text Example
White with #19BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BC81; }
p { color: rgb(25,188,129); }
H1.HeaderClassName
{
color: #19BC81;
}
.AnyTagClassName
{
color: #19BC81;
}
</style>
background-color css
<style>
a { background-color: #19BC81; }
a { background-color: rgb(25,188,129); }
div.DivClassName
{
background-color: #19BC81;
}
.BgClassName
{
background-color: #19BC81;
}
</style>
border-color css
<style>
span { border-color: #19BC81; }
span { border-color: rgb(25,188,129); }
td.TdClassName
{
border-color: #19BC81;
}
.TagClassName
{
border-color: #19BC81;
}
</style>