Shades of Mountain Meadow #13C56C
Tints of Mountain Meadow #13C56C
RGB
CMYK
RGB Variations
Color information
#13C56C (or 0x13C56C) is known color: Mountain Meadow. HEX triplet: 13, C5 and 6C. RGB value is (19,197,108). Sum of RGB (Red+Green+Blue) = 19+197+108=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #13C56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C56C is #EC3A93. Grayscale: #858585. Windows color (decimal): -15481492 or 7128339. OLE color: 7128339.
HSL color Cylindrical-coordinate representation of color #13C56C: hue angle of 150º 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 #13C56C is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 108 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.23 |
| HSL | 150º | 0.82% | 0.42% | - |
| HSV(B) | 150º | 0.9% | 0.77% | - |
| XYZ | 22.94 | 41.15 | 20.92 | - |
| YUV | 133.63 | 113.53 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 108 | 0.90 | 0 | 0.45 | 0.23 | 150 | 0.82 | 0.42 |
| Hex | 13 | C5 | 6C | 5A | 0 | 2D | 17 | 96 | 52 | 2A |
| Octal | 23 | 305 | 154 | 132 | 0 | 55 | 27 | 226 | 122 | 52 |
| Binary | 10011 | 11000101 | 1101100 | 1011010 | 0 | 101101 | 10111 | 10010110 | 1010010 | 101010 |
Color Harmonies of #13C56C
Complementary color
Monochromatic Colors of #13C56C
Black with #13C56C
Text Example
Text Example
White with #13C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C56C; }
p { color: rgb(19,197,108); }
H1.HeaderClassName
{
color: #13C56C;
}
.AnyTagClassName
{
color: #13C56C;
}
</style>
background-color css
<style>
a { background-color: #13C56C; }
a { background-color: rgb(19,197,108); }
div.DivClassName
{
background-color: #13C56C;
}
.BgClassName
{
background-color: #13C56C;
}
</style>
border-color css
<style>
span { border-color: #13C56C; }
span { border-color: rgb(19,197,108); }
td.TdClassName
{
border-color: #13C56C;
}
.TagClassName
{
border-color: #13C56C;
}
</style>