Shades of Mountain Meadow #13C87E
Tints of Mountain Meadow #13C87E
RGB
CMYK
RGB Variations
Color information
#13C87E (or 0x13C87E) is known color: Mountain Meadow. HEX triplet: 13, C8 and 7E. RGB value is (19,200,126). Sum of RGB (Red+Green+Blue) = 19+200+126=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #13C87E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C87E is #EC3781. Grayscale: #898989. Windows color (decimal): -15480706 or 8308755. OLE color: 8308755.
HSL color Cylindrical-coordinate representation of color #13C87E: hue angle of 155.47º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C87E is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 126 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.22 |
| HSL | 155.47º | 0.83% | 0.43% | - |
| HSV(B) | 155.47º | 0.91% | 0.78% | - |
| XYZ | 24.69 | 42.95 | 26.73 | - |
| YUV | 137.45 | 121.53 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 126 | 0.90 | 0 | 0.37 | 0.22 | 155.47 | 0.83 | 0.43 |
| Hex | 13 | C8 | 7E | 5A | 0 | 25 | 16 | 9B | 53 | 2B |
| Octal | 23 | 310 | 176 | 132 | 0 | 45 | 26 | 233 | 123 | 53 |
| Binary | 10011 | 11001000 | 1111110 | 1011010 | 0 | 100101 | 10110 | 10011011 | 1010011 | 101011 |
Color Harmonies of #13C87E
Complementary color
Monochromatic Colors of #13C87E
Black with #13C87E
Text Example
Text Example
White with #13C87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C87E; }
p { color: rgb(19,200,126); }
H1.HeaderClassName
{
color: #13C87E;
}
.AnyTagClassName
{
color: #13C87E;
}
</style>
background-color css
<style>
a { background-color: #13C87E; }
a { background-color: rgb(19,200,126); }
div.DivClassName
{
background-color: #13C87E;
}
.BgClassName
{
background-color: #13C87E;
}
</style>
border-color css
<style>
span { border-color: #13C87E; }
span { border-color: rgb(19,200,126); }
td.TdClassName
{
border-color: #13C87E;
}
.TagClassName
{
border-color: #13C87E;
}
</style>