Shades of Mountain Meadow #13C095
Tints of Mountain Meadow #13C095
RGB
CMYK
RGB Variations
Color information
#13C095 (or 0x13C095) is known color: Mountain Meadow. HEX triplet: 13, C0 and 95. RGB value is (19,192,149). Sum of RGB (Red+Green+Blue) = 19+192+149=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #13C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C095 is #EC3F6A. Grayscale: #878787. Windows color (decimal): -15482731 or 9814035. OLE color: 9814035.
HSL color Cylindrical-coordinate representation of color #13C095: hue angle of 165.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C095 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 149 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.25 |
| HSL | 165.09º | 0.82% | 0.41% | - |
| HSV(B) | 165.09º | 0.9% | 0.75% | - |
| XYZ | 24.54 | 40.01 | 34.86 | - |
| YUV | 135.37 | 135.69 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 149 | 0.90 | 0 | 0.22 | 0.25 | 165.09 | 0.82 | 0.41 |
| Hex | 13 | C0 | 95 | 5A | 0 | 16 | 19 | A5 | 52 | 29 |
| Octal | 23 | 300 | 225 | 132 | 0 | 26 | 31 | 245 | 122 | 51 |
| Binary | 10011 | 11000000 | 10010101 | 1011010 | 0 | 10110 | 11001 | 10100101 | 1010010 | 101001 |
Color Harmonies of #13C095
Complementary color
Monochromatic Colors of #13C095
Black with #13C095
Text Example
Text Example
White with #13C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C095; }
p { color: rgb(19,192,149); }
H1.HeaderClassName
{
color: #13C095;
}
.AnyTagClassName
{
color: #13C095;
}
</style>
background-color css
<style>
a { background-color: #13C095; }
a { background-color: rgb(19,192,149); }
div.DivClassName
{
background-color: #13C095;
}
.BgClassName
{
background-color: #13C095;
}
</style>
border-color css
<style>
span { border-color: #13C095; }
span { border-color: rgb(19,192,149); }
td.TdClassName
{
border-color: #13C095;
}
.TagClassName
{
border-color: #13C095;
}
</style>