Shades of Mountain Meadow #13D176
Tints of Mountain Meadow #13D176
RGB
CMYK
RGB Variations
Color information
#13D176 (or 0x13D176) is known color: Mountain Meadow. HEX triplet: 13, D1 and 76. RGB value is (19,209,118). Sum of RGB (Red+Green+Blue) = 19+209+118=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #13D176 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D176 is #EC2E89. Grayscale: #8D8D8D. Windows color (decimal): -15478410 or 7786771. OLE color: 7786771.
HSL color Cylindrical-coordinate representation of color #13D176: hue angle of 151.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D176 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 118 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.18 |
| HSL | 151.26º | 0.83% | 0.45% | - |
| HSV(B) | 151.26º | 0.91% | 0.82% | - |
| XYZ | 26.34 | 47.05 | 24.83 | - |
| YUV | 141.82 | 114.55 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 118 | 0.91 | 0 | 0.44 | 0.18 | 151.26 | 0.83 | 0.45 |
| Hex | 13 | D1 | 76 | 5B | 0 | 2C | 12 | 97 | 53 | 2D |
| Octal | 23 | 321 | 166 | 133 | 0 | 54 | 22 | 227 | 123 | 55 |
| Binary | 10011 | 11010001 | 1110110 | 1011011 | 0 | 101100 | 10010 | 10010111 | 1010011 | 101101 |
Color Harmonies of #13D176
Complementary color
Monochromatic Colors of #13D176
Black with #13D176
Text Example
Text Example
White with #13D176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D176; }
p { color: rgb(19,209,118); }
H1.HeaderClassName
{
color: #13D176;
}
.AnyTagClassName
{
color: #13D176;
}
</style>
background-color css
<style>
a { background-color: #13D176; }
a { background-color: rgb(19,209,118); }
div.DivClassName
{
background-color: #13D176;
}
.BgClassName
{
background-color: #13D176;
}
</style>
border-color css
<style>
span { border-color: #13D176; }
span { border-color: rgb(19,209,118); }
td.TdClassName
{
border-color: #13D176;
}
.TagClassName
{
border-color: #13D176;
}
</style>