Shades of Mountain Meadow #19C982
Tints of Mountain Meadow #19C982
RGB
CMYK
RGB Variations
Color information
#19C982 (or 0x19C982) is known color: Mountain Meadow. HEX triplet: 19, C9 and 82. RGB value is (25,201,130). Sum of RGB (Red+Green+Blue) = 25+201+130=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #19C982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C982 is #E6367D. Grayscale: #8C8C8C. Windows color (decimal): -15087230 or 8571161. OLE color: 8571161.
HSL color Cylindrical-coordinate representation of color #19C982: hue angle of 155.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C982 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 130 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.21 |
| HSL | 155.8º | 0.78% | 0.44% | - |
| HSV(B) | 155.8º | 0.88% | 0.79% | - |
| XYZ | 25.32 | 43.59 | 28.2 | - |
| YUV | 140.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 130 | 0.88 | 0 | 0.35 | 0.21 | 155.8 | 0.78 | 0.44 |
| Hex | 19 | C9 | 82 | 58 | 0 | 23 | 15 | 9C | 4E | 2C |
| Octal | 31 | 311 | 202 | 130 | 0 | 43 | 25 | 234 | 116 | 54 |
| Binary | 11001 | 11001001 | 10000010 | 1011000 | 0 | 100011 | 10101 | 10011100 | 1001110 | 101100 |
Color Harmonies of #19C982
Complementary color
Monochromatic Colors of #19C982
Black with #19C982
Text Example
Text Example
White with #19C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C982; }
p { color: rgb(25,201,130); }
H1.HeaderClassName
{
color: #19C982;
}
.AnyTagClassName
{
color: #19C982;
}
</style>
background-color css
<style>
a { background-color: #19C982; }
a { background-color: rgb(25,201,130); }
div.DivClassName
{
background-color: #19C982;
}
.BgClassName
{
background-color: #19C982;
}
</style>
border-color css
<style>
span { border-color: #19C982; }
span { border-color: rgb(25,201,130); }
td.TdClassName
{
border-color: #19C982;
}
.TagClassName
{
border-color: #19C982;
}
</style>