Shades of Mountain Meadow #13AF81
Tints of Mountain Meadow #13AF81
RGB
CMYK
RGB Variations
Color information
#13AF81 (or 0x13AF81) is known color: Mountain Meadow. HEX triplet: 13, AF and 81. RGB value is (19,175,129). Sum of RGB (Red+Green+Blue) = 19+175+129=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AF81 is #EC507E. Grayscale: #7B7B7B. Windows color (decimal): -15487103 or 8498963. OLE color: 8498963.
HSL color Cylindrical-coordinate representation of color #13AF81: hue angle of 162.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF81 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 129 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.31 |
| HSL | 162.31º | 0.8% | 0.38% | - |
| HSV(B) | 162.31º | 0.89% | 0.69% | - |
| XYZ | 19.56 | 32.38 | 25.99 | - |
| YUV | 123.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 129 | 0.89 | 0 | 0.26 | 0.31 | 162.31 | 0.8 | 0.38 |
| Hex | 13 | AF | 81 | 59 | 0 | 1A | 1F | A2 | 50 | 26 |
| Octal | 23 | 257 | 201 | 131 | 0 | 32 | 37 | 242 | 120 | 46 |
| Binary | 10011 | 10101111 | 10000001 | 1011001 | 0 | 11010 | 11111 | 10100010 | 1010000 | 100110 |
Color Harmonies of #13AF81
Complementary color
Monochromatic Colors of #13AF81
Black with #13AF81
Text Example
Text Example
White with #13AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF81; }
p { color: rgb(19,175,129); }
H1.HeaderClassName
{
color: #13AF81;
}
.AnyTagClassName
{
color: #13AF81;
}
</style>
background-color css
<style>
a { background-color: #13AF81; }
a { background-color: rgb(19,175,129); }
div.DivClassName
{
background-color: #13AF81;
}
.BgClassName
{
background-color: #13AF81;
}
</style>
border-color css
<style>
span { border-color: #13AF81; }
span { border-color: rgb(19,175,129); }
td.TdClassName
{
border-color: #13AF81;
}
.TagClassName
{
border-color: #13AF81;
}
</style>