Shades of Mountain Meadow #13C07E
Tints of Mountain Meadow #13C07E
RGB
CMYK
RGB Variations
Color information
#13C07E (or 0x13C07E) is known color: Mountain Meadow. HEX triplet: 13, C0 and 7E. RGB value is (19,192,126). Sum of RGB (Red+Green+Blue) = 19+192+126=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #13C07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C07E is #EC3F81. Grayscale: #848484. Windows color (decimal): -15482754 or 8306707. OLE color: 8306707.
HSL color Cylindrical-coordinate representation of color #13C07E: hue angle of 157.11º 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 #13C07E is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 126 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.25 |
| HSL | 157.11º | 0.82% | 0.41% | - |
| HSV(B) | 157.11º | 0.9% | 0.75% | - |
| XYZ | 22.88 | 39.34 | 26.13 | - |
| YUV | 132.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 126 | 0.90 | 0 | 0.34 | 0.25 | 157.11 | 0.82 | 0.41 |
| Hex | 13 | C0 | 7E | 5A | 0 | 22 | 19 | 9D | 52 | 29 |
| Octal | 23 | 300 | 176 | 132 | 0 | 42 | 31 | 235 | 122 | 51 |
| Binary | 10011 | 11000000 | 1111110 | 1011010 | 0 | 100010 | 11001 | 10011101 | 1010010 | 101001 |
Color Harmonies of #13C07E
Complementary color
Monochromatic Colors of #13C07E
Black with #13C07E
Text Example
Text Example
White with #13C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C07E; }
p { color: rgb(19,192,126); }
H1.HeaderClassName
{
color: #13C07E;
}
.AnyTagClassName
{
color: #13C07E;
}
</style>
background-color css
<style>
a { background-color: #13C07E; }
a { background-color: rgb(19,192,126); }
div.DivClassName
{
background-color: #13C07E;
}
.BgClassName
{
background-color: #13C07E;
}
</style>
border-color css
<style>
span { border-color: #13C07E; }
span { border-color: rgb(19,192,126); }
td.TdClassName
{
border-color: #13C07E;
}
.TagClassName
{
border-color: #13C07E;
}
</style>