Shades of Mountain Meadow #13AD83
Tints of Mountain Meadow #13AD83
RGB
CMYK
RGB Variations
Color information
#13AD83 (or 0x13AD83) is known color: Mountain Meadow. HEX triplet: 13, AD and 83. RGB value is (19,173,131). Sum of RGB (Red+Green+Blue) = 19+173+131=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD83 is #EC527C. Grayscale: #7A7A7A. Windows color (decimal): -15487613 or 8629523. OLE color: 8629523.
HSL color Cylindrical-coordinate representation of color #13AD83: hue angle of 163.64º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD83 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 131 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.32 |
| HSL | 163.64º | 0.8% | 0.38% | - |
| HSV(B) | 163.64º | 0.89% | 0.68% | - |
| XYZ | 19.31 | 31.66 | 26.57 | - |
| YUV | 122.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 131 | 0.89 | 0 | 0.24 | 0.32 | 163.64 | 0.8 | 0.38 |
| Hex | 13 | AD | 83 | 59 | 0 | 18 | 20 | A4 | 50 | 26 |
| Octal | 23 | 255 | 203 | 131 | 0 | 30 | 40 | 244 | 120 | 46 |
| Binary | 10011 | 10101101 | 10000011 | 1011001 | 0 | 11000 | 100000 | 10100100 | 1010000 | 100110 |
Color Harmonies of #13AD83
Complementary color
Monochromatic Colors of #13AD83
Black with #13AD83
Text Example
Text Example
White with #13AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD83; }
p { color: rgb(19,173,131); }
H1.HeaderClassName
{
color: #13AD83;
}
.AnyTagClassName
{
color: #13AD83;
}
</style>
background-color css
<style>
a { background-color: #13AD83; }
a { background-color: rgb(19,173,131); }
div.DivClassName
{
background-color: #13AD83;
}
.BgClassName
{
background-color: #13AD83;
}
</style>
border-color css
<style>
span { border-color: #13AD83; }
span { border-color: rgb(19,173,131); }
td.TdClassName
{
border-color: #13AD83;
}
.TagClassName
{
border-color: #13AD83;
}
</style>