Shades of Mountain Meadow #13C490
Tints of Mountain Meadow #13C490
RGB
CMYK
RGB Variations
Color information
#13C490 (or 0x13C490) is known color: Mountain Meadow. HEX triplet: 13, C4 and 90. RGB value is (19,196,144). Sum of RGB (Red+Green+Blue) = 19+196+144=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #13C490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C490 is #EC3B6F. Grayscale: #898989. Windows color (decimal): -15481712 or 9487379. OLE color: 9487379.
HSL color Cylindrical-coordinate representation of color #13C490: hue angle of 162.37º 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 #13C490 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 144 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.23 |
| HSL | 162.37º | 0.82% | 0.42% | - |
| HSV(B) | 162.37º | 0.9% | 0.77% | - |
| XYZ | 25.04 | 41.63 | 33.1 | - |
| YUV | 137.15 | 131.86 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 144 | 0.90 | 0 | 0.27 | 0.23 | 162.37 | 0.82 | 0.42 |
| Hex | 13 | C4 | 90 | 5A | 0 | 1B | 17 | A2 | 52 | 2A |
| Octal | 23 | 304 | 220 | 132 | 0 | 33 | 27 | 242 | 122 | 52 |
| Binary | 10011 | 11000100 | 10010000 | 1011010 | 0 | 11011 | 10111 | 10100010 | 1010010 | 101010 |
Color Harmonies of #13C490
Complementary color
Monochromatic Colors of #13C490
Black with #13C490
Text Example
Text Example
White with #13C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C490; }
p { color: rgb(19,196,144); }
H1.HeaderClassName
{
color: #13C490;
}
.AnyTagClassName
{
color: #13C490;
}
</style>
background-color css
<style>
a { background-color: #13C490; }
a { background-color: rgb(19,196,144); }
div.DivClassName
{
background-color: #13C490;
}
.BgClassName
{
background-color: #13C490;
}
</style>
border-color css
<style>
span { border-color: #13C490; }
span { border-color: rgb(19,196,144); }
td.TdClassName
{
border-color: #13C490;
}
.TagClassName
{
border-color: #13C490;
}
</style>