Shades of Mountain Meadow #13C08E
Tints of Mountain Meadow #13C08E
RGB
CMYK
RGB Variations
Color information
#13C08E (or 0x13C08E) is known color: Mountain Meadow. HEX triplet: 13, C0 and 8E. RGB value is (19,192,142). Sum of RGB (Red+Green+Blue) = 19+192+142=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #13C08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C08E is #EC3F71. Grayscale: #868686. Windows color (decimal): -15482738 or 9355283. OLE color: 9355283.
HSL color Cylindrical-coordinate representation of color #13C08E: hue angle of 162.66º 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 #13C08E is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 142 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.25 |
| HSL | 162.66º | 0.82% | 0.41% | - |
| HSV(B) | 162.66º | 0.9% | 0.75% | - |
| XYZ | 24 | 39.79 | 32.01 | - |
| YUV | 134.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 142 | 0.90 | 0 | 0.26 | 0.25 | 162.66 | 0.82 | 0.41 |
| Hex | 13 | C0 | 8E | 5A | 0 | 1A | 19 | A3 | 52 | 29 |
| Octal | 23 | 300 | 216 | 132 | 0 | 32 | 31 | 243 | 122 | 51 |
| Binary | 10011 | 11000000 | 10001110 | 1011010 | 0 | 11010 | 11001 | 10100011 | 1010010 | 101001 |
Color Harmonies of #13C08E
Complementary color
Monochromatic Colors of #13C08E
Black with #13C08E
Text Example
Text Example
White with #13C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C08E; }
p { color: rgb(19,192,142); }
H1.HeaderClassName
{
color: #13C08E;
}
.AnyTagClassName
{
color: #13C08E;
}
</style>
background-color css
<style>
a { background-color: #13C08E; }
a { background-color: rgb(19,192,142); }
div.DivClassName
{
background-color: #13C08E;
}
.BgClassName
{
background-color: #13C08E;
}
</style>
border-color css
<style>
span { border-color: #13C08E; }
span { border-color: rgb(19,192,142); }
td.TdClassName
{
border-color: #13C08E;
}
.TagClassName
{
border-color: #13C08E;
}
</style>