Shades of Mountain Meadow #13C78B
Tints of Mountain Meadow #13C78B
RGB
CMYK
RGB Variations
Color information
#13C78B (or 0x13C78B) is known color: Mountain Meadow. HEX triplet: 13, C7 and 8B. RGB value is (19,199,139). Sum of RGB (Red+Green+Blue) = 19+199+139=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #13C78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C78B is #EC3874. Grayscale: #8A8A8A. Windows color (decimal): -15480949 or 9160467. OLE color: 9160467.
HSL color Cylindrical-coordinate representation of color #13C78B: hue angle of 160º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C78B is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 199 | 139 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.22 |
| HSL | 160º | 0.83% | 0.43% | - |
| HSV(B) | 160º | 0.9% | 0.78% | - |
| XYZ | 25.35 | 42.85 | 31.36 | - |
| YUV | 138.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 199 | 139 | 0.90 | 0 | 0.30 | 0.22 | 160 | 0.83 | 0.43 |
| Hex | 13 | C7 | 8B | 5A | 0 | 1E | 16 | A0 | 53 | 2B |
| Octal | 23 | 307 | 213 | 132 | 0 | 36 | 26 | 240 | 123 | 53 |
| Binary | 10011 | 11000111 | 10001011 | 1011010 | 0 | 11110 | 10110 | 10100000 | 1010011 | 101011 |
Color Harmonies of #13C78B
Complementary color
Monochromatic Colors of #13C78B
Black with #13C78B
Text Example
Text Example
White with #13C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C78B; }
p { color: rgb(19,199,139); }
H1.HeaderClassName
{
color: #13C78B;
}
.AnyTagClassName
{
color: #13C78B;
}
</style>
background-color css
<style>
a { background-color: #13C78B; }
a { background-color: rgb(19,199,139); }
div.DivClassName
{
background-color: #13C78B;
}
.BgClassName
{
background-color: #13C78B;
}
</style>
border-color css
<style>
span { border-color: #13C78B; }
span { border-color: rgb(19,199,139); }
td.TdClassName
{
border-color: #13C78B;
}
.TagClassName
{
border-color: #13C78B;
}
</style>