Shades of Mountain Meadow #13C489
Tints of Mountain Meadow #13C489
RGB
CMYK
RGB Variations
Color information
#13C489 (or 0x13C489) is known color: Mountain Meadow. HEX triplet: 13, C4 and 89. RGB value is (19,196,137). Sum of RGB (Red+Green+Blue) = 19+196+137=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #13C489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C489 is #EC3B76. Grayscale: #888888. Windows color (decimal): -15481719 or 9028627. OLE color: 9028627.
HSL color Cylindrical-coordinate representation of color #13C489: hue angle of 160º 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 #13C489 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 137 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.23 |
| HSL | 160º | 0.82% | 0.42% | - |
| HSV(B) | 160º | 0.9% | 0.77% | - |
| XYZ | 24.52 | 41.42 | 30.37 | - |
| YUV | 136.35 | 128.36 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 137 | 0.90 | 0 | 0.30 | 0.23 | 160 | 0.82 | 0.42 |
| Hex | 13 | C4 | 89 | 5A | 0 | 1E | 17 | A0 | 52 | 2A |
| Octal | 23 | 304 | 211 | 132 | 0 | 36 | 27 | 240 | 122 | 52 |
| Binary | 10011 | 11000100 | 10001001 | 1011010 | 0 | 11110 | 10111 | 10100000 | 1010010 | 101010 |
Color Harmonies of #13C489
Complementary color
Monochromatic Colors of #13C489
Black with #13C489
Text Example
Text Example
White with #13C489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C489; }
p { color: rgb(19,196,137); }
H1.HeaderClassName
{
color: #13C489;
}
.AnyTagClassName
{
color: #13C489;
}
</style>
background-color css
<style>
a { background-color: #13C489; }
a { background-color: rgb(19,196,137); }
div.DivClassName
{
background-color: #13C489;
}
.BgClassName
{
background-color: #13C489;
}
</style>
border-color css
<style>
span { border-color: #13C489; }
span { border-color: rgb(19,196,137); }
td.TdClassName
{
border-color: #13C489;
}
.TagClassName
{
border-color: #13C489;
}
</style>