Shades of Mountain Meadow #13A27F
Tints of Mountain Meadow #13A27F
RGB
CMYK
RGB Variations
Color information
#13A27F (or 0x13A27F) is known color: Mountain Meadow. HEX triplet: 13, A2 and 7F. RGB value is (19,162,127). Sum of RGB (Red+Green+Blue) = 19+162+127=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #13A27F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A27F is #EC5D80. Grayscale: #737373. Windows color (decimal): -15490433 or 8364563. OLE color: 8364563.
HSL color Cylindrical-coordinate representation of color #13A27F: hue angle of 165.31º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A27F is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 127 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.36 |
| HSL | 165.31º | 0.79% | 0.35% | - |
| HSV(B) | 165.31º | 0.88% | 0.64% | - |
| XYZ | 17.02 | 27.51 | 24.49 | - |
| YUV | 115.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 127 | 0.88 | 0 | 0.22 | 0.36 | 165.31 | 0.79 | 0.35 |
| Hex | 13 | A2 | 7F | 58 | 0 | 16 | 24 | A5 | 4F | 23 |
| Octal | 23 | 242 | 177 | 130 | 0 | 26 | 44 | 245 | 117 | 43 |
| Binary | 10011 | 10100010 | 1111111 | 1011000 | 0 | 10110 | 100100 | 10100101 | 1001111 | 100011 |
Color Harmonies of #13A27F
Complementary color
Monochromatic Colors of #13A27F
Black with #13A27F
Text Example
Text Example
White with #13A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A27F; }
p { color: rgb(19,162,127); }
H1.HeaderClassName
{
color: #13A27F;
}
.AnyTagClassName
{
color: #13A27F;
}
</style>
background-color css
<style>
a { background-color: #13A27F; }
a { background-color: rgb(19,162,127); }
div.DivClassName
{
background-color: #13A27F;
}
.BgClassName
{
background-color: #13A27F;
}
</style>
border-color css
<style>
span { border-color: #13A27F; }
span { border-color: rgb(19,162,127); }
td.TdClassName
{
border-color: #13A27F;
}
.TagClassName
{
border-color: #13A27F;
}
</style>