Shades of Mountain Meadow #13C46C
Tints of Mountain Meadow #13C46C
RGB
CMYK
RGB Variations
Color information
#13C46C (or 0x13C46C) is known color: Mountain Meadow. HEX triplet: 13, C4 and 6C. RGB value is (19,196,108). Sum of RGB (Red+Green+Blue) = 19+196+108=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #13C46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C46C is #EC3B93. Grayscale: #858585. Windows color (decimal): -15481748 or 7128083. OLE color: 7128083.
HSL color Cylindrical-coordinate representation of color #13C46C: hue angle of 150.17º 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 #13C46C is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 108 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.23 |
| HSL | 150.17º | 0.82% | 0.42% | - |
| HSV(B) | 150.17º | 0.9% | 0.77% | - |
| XYZ | 22.72 | 40.7 | 20.85 | - |
| YUV | 133.05 | 113.86 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 108 | 0.90 | 0 | 0.45 | 0.23 | 150.17 | 0.82 | 0.42 |
| Hex | 13 | C4 | 6C | 5A | 0 | 2D | 17 | 96 | 52 | 2A |
| Octal | 23 | 304 | 154 | 132 | 0 | 55 | 27 | 226 | 122 | 52 |
| Binary | 10011 | 11000100 | 1101100 | 1011010 | 0 | 101101 | 10111 | 10010110 | 1010010 | 101010 |
Color Harmonies of #13C46C
Complementary color
Monochromatic Colors of #13C46C
Black with #13C46C
Text Example
Text Example
White with #13C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C46C; }
p { color: rgb(19,196,108); }
H1.HeaderClassName
{
color: #13C46C;
}
.AnyTagClassName
{
color: #13C46C;
}
</style>
background-color css
<style>
a { background-color: #13C46C; }
a { background-color: rgb(19,196,108); }
div.DivClassName
{
background-color: #13C46C;
}
.BgClassName
{
background-color: #13C46C;
}
</style>
border-color css
<style>
span { border-color: #13C46C; }
span { border-color: rgb(19,196,108); }
td.TdClassName
{
border-color: #13C46C;
}
.TagClassName
{
border-color: #13C46C;
}
</style>