Shades of Mountain Meadow #19CB80
Tints of Mountain Meadow #19CB80
RGB
CMYK
RGB Variations
Color information
#19CB80 (or 0x19CB80) is known color: Mountain Meadow. HEX triplet: 19, CB and 80. RGB value is (25,203,128). Sum of RGB (Red+Green+Blue) = 25+203+128=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CB80 is #E6347F. Grayscale: #8D8D8D. Windows color (decimal): -15086720 or 8440601. OLE color: 8440601.
HSL color Cylindrical-coordinate representation of color #19CB80: hue angle of 154.72º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CB80 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 128 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.20 |
| HSL | 154.72º | 0.78% | 0.45% | - |
| HSV(B) | 154.72º | 0.88% | 0.8% | - |
| XYZ | 25.65 | 44.48 | 27.65 | - |
| YUV | 141.23 | 120.53 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 128 | 0.88 | 0 | 0.37 | 0.20 | 154.72 | 0.78 | 0.45 |
| Hex | 19 | CB | 80 | 58 | 0 | 25 | 14 | 9B | 4E | 2D |
| Octal | 31 | 313 | 200 | 130 | 0 | 45 | 24 | 233 | 116 | 55 |
| Binary | 11001 | 11001011 | 10000000 | 1011000 | 0 | 100101 | 10100 | 10011011 | 1001110 | 101101 |
Color Harmonies of #19CB80
Complementary color
Monochromatic Colors of #19CB80
Black with #19CB80
Text Example
Text Example
White with #19CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB80; }
p { color: rgb(25,203,128); }
H1.HeaderClassName
{
color: #19CB80;
}
.AnyTagClassName
{
color: #19CB80;
}
</style>
background-color css
<style>
a { background-color: #19CB80; }
a { background-color: rgb(25,203,128); }
div.DivClassName
{
background-color: #19CB80;
}
.BgClassName
{
background-color: #19CB80;
}
</style>
border-color css
<style>
span { border-color: #19CB80; }
span { border-color: rgb(25,203,128); }
td.TdClassName
{
border-color: #19CB80;
}
.TagClassName
{
border-color: #19CB80;
}
</style>