Shades of Mountain Meadow #19D682
Tints of Mountain Meadow #19D682
RGB
CMYK
RGB Variations
Color information
#19D682 (or 0x19D682) is known color: Mountain Meadow. HEX triplet: 19, D6 and 82. RGB value is (25,214,130). Sum of RGB (Red+Green+Blue) = 25+214+130=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #19D682 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D682 is #E6297D. Grayscale: #949494. Windows color (decimal): -15083902 or 8574489. OLE color: 8574489.
HSL color Cylindrical-coordinate representation of color #19D682: hue angle of 153.33º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D682 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 214 | 130 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.16 |
| HSL | 153.33º | 0.79% | 0.47% | - |
| HSV(B) | 153.33º | 0.88% | 0.84% | - |
| XYZ | 28.48 | 49.91 | 29.25 | - |
| YUV | 147.91 | 117.88 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 214 | 130 | 0.88 | 0 | 0.39 | 0.16 | 153.33 | 0.79 | 0.47 |
| Hex | 19 | D6 | 82 | 58 | 0 | 27 | 10 | 99 | 4F | 2F |
| Octal | 31 | 326 | 202 | 130 | 0 | 47 | 20 | 231 | 117 | 57 |
| Binary | 11001 | 11010110 | 10000010 | 1011000 | 0 | 100111 | 10000 | 10011001 | 1001111 | 101111 |
Color Harmonies of #19D682
Complementary color
Monochromatic Colors of #19D682
Black with #19D682
Text Example
Text Example
White with #19D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D682; }
p { color: rgb(25,214,130); }
H1.HeaderClassName
{
color: #19D682;
}
.AnyTagClassName
{
color: #19D682;
}
</style>
background-color css
<style>
a { background-color: #19D682; }
a { background-color: rgb(25,214,130); }
div.DivClassName
{
background-color: #19D682;
}
.BgClassName
{
background-color: #19D682;
}
</style>
border-color css
<style>
span { border-color: #19D682; }
span { border-color: rgb(25,214,130); }
td.TdClassName
{
border-color: #19D682;
}
.TagClassName
{
border-color: #19D682;
}
</style>