Shades of Mountain Meadow #13C08D
Tints of Mountain Meadow #13C08D
RGB
CMYK
RGB Variations
Color information
#13C08D (or 0x13C08D) is known color: Mountain Meadow. HEX triplet: 13, C0 and 8D. RGB value is (19,192,141). Sum of RGB (Red+Green+Blue) = 19+192+141=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #13C08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C08D is #EC3F72. Grayscale: #868686. Windows color (decimal): -15482739 or 9289747. OLE color: 9289747.
HSL color Cylindrical-coordinate representation of color #13C08D: hue angle of 162.31º 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 #13C08D is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 141 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.25 |
| HSL | 162.31º | 0.82% | 0.41% | - |
| HSV(B) | 162.31º | 0.9% | 0.75% | - |
| XYZ | 23.93 | 39.76 | 31.61 | - |
| YUV | 134.46 | 131.69 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 141 | 0.90 | 0 | 0.27 | 0.25 | 162.31 | 0.82 | 0.41 |
| Hex | 13 | C0 | 8D | 5A | 0 | 1B | 19 | A2 | 52 | 29 |
| Octal | 23 | 300 | 215 | 132 | 0 | 33 | 31 | 242 | 122 | 51 |
| Binary | 10011 | 11000000 | 10001101 | 1011010 | 0 | 11011 | 11001 | 10100010 | 1010010 | 101001 |
Color Harmonies of #13C08D
Complementary color
Monochromatic Colors of #13C08D
Black with #13C08D
Text Example
Text Example
White with #13C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C08D; }
p { color: rgb(19,192,141); }
H1.HeaderClassName
{
color: #13C08D;
}
.AnyTagClassName
{
color: #13C08D;
}
</style>
background-color css
<style>
a { background-color: #13C08D; }
a { background-color: rgb(19,192,141); }
div.DivClassName
{
background-color: #13C08D;
}
.BgClassName
{
background-color: #13C08D;
}
</style>
border-color css
<style>
span { border-color: #13C08D; }
span { border-color: rgb(19,192,141); }
td.TdClassName
{
border-color: #13C08D;
}
.TagClassName
{
border-color: #13C08D;
}
</style>