Shades of Mountain Meadow #13C881
Tints of Mountain Meadow #13C881
RGB
CMYK
RGB Variations
Color information
#13C881 (or 0x13C881) is known color: Mountain Meadow. HEX triplet: 13, C8 and 81. RGB value is (19,200,129). Sum of RGB (Red+Green+Blue) = 19+200+129=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #13C881 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C881 is #EC377E. Grayscale: #898989. Windows color (decimal): -15480703 or 8505363. OLE color: 8505363.
HSL color Cylindrical-coordinate representation of color #13C881: hue angle of 156.46º 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 #13C881 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 129 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.22 |
| HSL | 156.46º | 0.83% | 0.43% | - |
| HSV(B) | 156.46º | 0.91% | 0.78% | - |
| XYZ | 24.89 | 43.03 | 27.76 | - |
| YUV | 137.79 | 123.03 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 129 | 0.90 | 0 | 0.36 | 0.22 | 156.46 | 0.83 | 0.43 |
| Hex | 13 | C8 | 81 | 5A | 0 | 24 | 16 | 9C | 53 | 2B |
| Octal | 23 | 310 | 201 | 132 | 0 | 44 | 26 | 234 | 123 | 53 |
| Binary | 10011 | 11001000 | 10000001 | 1011010 | 0 | 100100 | 10110 | 10011100 | 1010011 | 101011 |
Color Harmonies of #13C881
Complementary color
Monochromatic Colors of #13C881
Black with #13C881
Text Example
Text Example
White with #13C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C881; }
p { color: rgb(19,200,129); }
H1.HeaderClassName
{
color: #13C881;
}
.AnyTagClassName
{
color: #13C881;
}
</style>
background-color css
<style>
a { background-color: #13C881; }
a { background-color: rgb(19,200,129); }
div.DivClassName
{
background-color: #13C881;
}
.BgClassName
{
background-color: #13C881;
}
</style>
border-color css
<style>
span { border-color: #13C881; }
span { border-color: rgb(19,200,129); }
td.TdClassName
{
border-color: #13C881;
}
.TagClassName
{
border-color: #13C881;
}
</style>