Shades of Mountain Meadow #13D181
Tints of Mountain Meadow #13D181
RGB
CMYK
RGB Variations
Color information
#13D181 (or 0x13D181) is known color: Mountain Meadow. HEX triplet: 13, D1 and 81. RGB value is (19,209,129). Sum of RGB (Red+Green+Blue) = 19+209+129=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #13D181 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D181 is #EC2E7E. Grayscale: #8F8F8F. Windows color (decimal): -15478399 or 8507667. OLE color: 8507667.
HSL color Cylindrical-coordinate representation of color #13D181: hue angle of 154.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D181 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 129 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.18 |
| HSL | 154.74º | 0.83% | 0.45% | - |
| HSV(B) | 154.74º | 0.91% | 0.82% | - |
| XYZ | 27.03 | 47.32 | 28.48 | - |
| YUV | 143.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 129 | 0.91 | 0 | 0.38 | 0.18 | 154.74 | 0.83 | 0.45 |
| Hex | 13 | D1 | 81 | 5B | 0 | 26 | 12 | 9B | 53 | 2D |
| Octal | 23 | 321 | 201 | 133 | 0 | 46 | 22 | 233 | 123 | 55 |
| Binary | 10011 | 11010001 | 10000001 | 1011011 | 0 | 100110 | 10010 | 10011011 | 1010011 | 101101 |
Color Harmonies of #13D181
Complementary color
Monochromatic Colors of #13D181
Black with #13D181
Text Example
Text Example
White with #13D181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D181; }
p { color: rgb(19,209,129); }
H1.HeaderClassName
{
color: #13D181;
}
.AnyTagClassName
{
color: #13D181;
}
</style>
background-color css
<style>
a { background-color: #13D181; }
a { background-color: rgb(19,209,129); }
div.DivClassName
{
background-color: #13D181;
}
.BgClassName
{
background-color: #13D181;
}
</style>
border-color css
<style>
span { border-color: #13D181; }
span { border-color: rgb(19,209,129); }
td.TdClassName
{
border-color: #13D181;
}
.TagClassName
{
border-color: #13D181;
}
</style>