Shades of Mountain Meadow #19CB84
Tints of Mountain Meadow #19CB84
RGB
CMYK
RGB Variations
Color information
#19CB84 (or 0x19CB84) is known color: Mountain Meadow. HEX triplet: 19, CB and 84. RGB value is (25,203,132). Sum of RGB (Red+Green+Blue) = 25+203+132=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CB84 is #E6347B. Grayscale: #8D8D8D. Windows color (decimal): -15086716 or 8702745. OLE color: 8702745.
HSL color Cylindrical-coordinate representation of color #19CB84: hue angle of 156.07º 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 #19CB84 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 132 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.20 |
| HSL | 156.07º | 0.78% | 0.45% | - |
| HSV(B) | 156.07º | 0.88% | 0.8% | - |
| XYZ | 25.92 | 44.58 | 29.07 | - |
| YUV | 141.68 | 122.53 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 132 | 0.88 | 0 | 0.35 | 0.20 | 156.07 | 0.78 | 0.45 |
| Hex | 19 | CB | 84 | 58 | 0 | 23 | 14 | 9C | 4E | 2D |
| Octal | 31 | 313 | 204 | 130 | 0 | 43 | 24 | 234 | 116 | 55 |
| Binary | 11001 | 11001011 | 10000100 | 1011000 | 0 | 100011 | 10100 | 10011100 | 1001110 | 101101 |
Color Harmonies of #19CB84
Complementary color
Monochromatic Colors of #19CB84
Black with #19CB84
Text Example
Text Example
White with #19CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB84; }
p { color: rgb(25,203,132); }
H1.HeaderClassName
{
color: #19CB84;
}
.AnyTagClassName
{
color: #19CB84;
}
</style>
background-color css
<style>
a { background-color: #19CB84; }
a { background-color: rgb(25,203,132); }
div.DivClassName
{
background-color: #19CB84;
}
.BgClassName
{
background-color: #19CB84;
}
</style>
border-color css
<style>
span { border-color: #19CB84; }
span { border-color: rgb(25,203,132); }
td.TdClassName
{
border-color: #19CB84;
}
.TagClassName
{
border-color: #19CB84;
}
</style>