Shades of Mountain Meadow #13C978
Tints of Mountain Meadow #13C978
RGB
CMYK
RGB Variations
Color information
#13C978 (or 0x13C978) is known color: Mountain Meadow. HEX triplet: 13, C9 and 78. RGB value is (19,201,120). Sum of RGB (Red+Green+Blue) = 19+201+120=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #13C978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C978 is #EC3687. Grayscale: #898989. Windows color (decimal): -15480456 or 7915795. OLE color: 7915795.
HSL color Cylindrical-coordinate representation of color #13C978: hue angle of 153.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C978 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 120 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.21 |
| HSL | 153.3º | 0.83% | 0.43% | - |
| HSV(B) | 153.3º | 0.91% | 0.79% | - |
| XYZ | 24.55 | 43.27 | 24.83 | - |
| YUV | 137.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 120 | 0.91 | 0 | 0.40 | 0.21 | 153.3 | 0.83 | 0.43 |
| Hex | 13 | C9 | 78 | 5B | 0 | 28 | 15 | 99 | 53 | 2B |
| Octal | 23 | 311 | 170 | 133 | 0 | 50 | 25 | 231 | 123 | 53 |
| Binary | 10011 | 11001001 | 1111000 | 1011011 | 0 | 101000 | 10101 | 10011001 | 1010011 | 101011 |
Color Harmonies of #13C978
Complementary color
Monochromatic Colors of #13C978
Black with #13C978
Text Example
Text Example
White with #13C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C978; }
p { color: rgb(19,201,120); }
H1.HeaderClassName
{
color: #13C978;
}
.AnyTagClassName
{
color: #13C978;
}
</style>
background-color css
<style>
a { background-color: #13C978; }
a { background-color: rgb(19,201,120); }
div.DivClassName
{
background-color: #13C978;
}
.BgClassName
{
background-color: #13C978;
}
</style>
border-color css
<style>
span { border-color: #13C978; }
span { border-color: rgb(19,201,120); }
td.TdClassName
{
border-color: #13C978;
}
.TagClassName
{
border-color: #13C978;
}
</style>