Shades of Mountain Meadow #13C58C
Tints of Mountain Meadow #13C58C
RGB
CMYK
RGB Variations
Color information
#13C58C (or 0x13C58C) is known color: Mountain Meadow. HEX triplet: 13, C5 and 8C. RGB value is (19,197,140). Sum of RGB (Red+Green+Blue) = 19+197+140=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #13C58C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C58C is #EC3A73. Grayscale: #898989. Windows color (decimal): -15481460 or 9225491. OLE color: 9225491.
HSL color Cylindrical-coordinate representation of color #13C58C: hue angle of 160.79º 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 #13C58C is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 140 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.23 |
| HSL | 160.79º | 0.82% | 0.42% | - |
| HSV(B) | 160.79º | 0.9% | 0.77% | - |
| XYZ | 24.97 | 41.96 | 31.59 | - |
| YUV | 137.28 | 129.53 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 140 | 0.90 | 0 | 0.29 | 0.23 | 160.79 | 0.82 | 0.42 |
| Hex | 13 | C5 | 8C | 5A | 0 | 1D | 17 | A1 | 52 | 2A |
| Octal | 23 | 305 | 214 | 132 | 0 | 35 | 27 | 241 | 122 | 52 |
| Binary | 10011 | 11000101 | 10001100 | 1011010 | 0 | 11101 | 10111 | 10100001 | 1010010 | 101010 |
Color Harmonies of #13C58C
Complementary color
Monochromatic Colors of #13C58C
Black with #13C58C
Text Example
Text Example
White with #13C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C58C; }
p { color: rgb(19,197,140); }
H1.HeaderClassName
{
color: #13C58C;
}
.AnyTagClassName
{
color: #13C58C;
}
</style>
background-color css
<style>
a { background-color: #13C58C; }
a { background-color: rgb(19,197,140); }
div.DivClassName
{
background-color: #13C58C;
}
.BgClassName
{
background-color: #13C58C;
}
</style>
border-color css
<style>
span { border-color: #13C58C; }
span { border-color: rgb(19,197,140); }
td.TdClassName
{
border-color: #13C58C;
}
.TagClassName
{
border-color: #13C58C;
}
</style>