Shades of Mountain Meadow #13C570
Tints of Mountain Meadow #13C570
RGB
CMYK
RGB Variations
Color information
#13C570 (or 0x13C570) is known color: Mountain Meadow. HEX triplet: 13, C5 and 70. RGB value is (19,197,112). Sum of RGB (Red+Green+Blue) = 19+197+112=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #13C570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C570 is #EC3A8F. Grayscale: #868686. Windows color (decimal): -15481488 or 7390483. OLE color: 7390483.
HSL color Cylindrical-coordinate representation of color #13C570: hue angle of 151.35º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C570 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 112 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.23 |
| HSL | 151.35º | 0.82% | 0.42% | - |
| HSV(B) | 151.35º | 0.9% | 0.77% | - |
| XYZ | 23.16 | 41.24 | 22.07 | - |
| YUV | 134.09 | 115.53 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 112 | 0.90 | 0 | 0.43 | 0.23 | 151.35 | 0.82 | 0.42 |
| Hex | 13 | C5 | 70 | 5A | 0 | 2B | 17 | 97 | 52 | 2A |
| Octal | 23 | 305 | 160 | 132 | 0 | 53 | 27 | 227 | 122 | 52 |
| Binary | 10011 | 11000101 | 1110000 | 1011010 | 0 | 101011 | 10111 | 10010111 | 1010010 | 101010 |
Color Harmonies of #13C570
Complementary color
Monochromatic Colors of #13C570
Black with #13C570
Text Example
Text Example
White with #13C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C570; }
p { color: rgb(19,197,112); }
H1.HeaderClassName
{
color: #13C570;
}
.AnyTagClassName
{
color: #13C570;
}
</style>
background-color css
<style>
a { background-color: #13C570; }
a { background-color: rgb(19,197,112); }
div.DivClassName
{
background-color: #13C570;
}
.BgClassName
{
background-color: #13C570;
}
</style>
border-color css
<style>
span { border-color: #13C570; }
span { border-color: rgb(19,197,112); }
td.TdClassName
{
border-color: #13C570;
}
.TagClassName
{
border-color: #13C570;
}
</style>