Shades of Mountain Meadow #13BD91
Tints of Mountain Meadow #13BD91
RGB
CMYK
RGB Variations
Color information
#13BD91 (or 0x13BD91) is known color: Mountain Meadow. HEX triplet: 13, BD and 91. RGB value is (19,189,145). Sum of RGB (Red+Green+Blue) = 19+189+145=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BD91 is #EC426E. Grayscale: #858585. Windows color (decimal): -15483503 or 9551123. OLE color: 9551123.
HSL color Cylindrical-coordinate representation of color #13BD91: hue angle of 164.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD91 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 145 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.26 |
| HSL | 164.47º | 0.82% | 0.41% | - |
| HSV(B) | 164.47º | 0.9% | 0.74% | - |
| XYZ | 23.58 | 38.58 | 32.99 | - |
| YUV | 133.15 | 134.68 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 145 | 0.90 | 0 | 0.23 | 0.26 | 164.47 | 0.82 | 0.41 |
| Hex | 13 | BD | 91 | 5A | 0 | 17 | 1A | A4 | 52 | 29 |
| Octal | 23 | 275 | 221 | 132 | 0 | 27 | 32 | 244 | 122 | 51 |
| Binary | 10011 | 10111101 | 10010001 | 1011010 | 0 | 10111 | 11010 | 10100100 | 1010010 | 101001 |
Color Harmonies of #13BD91
Complementary color
Monochromatic Colors of #13BD91
Black with #13BD91
Text Example
Text Example
White with #13BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD91; }
p { color: rgb(19,189,145); }
H1.HeaderClassName
{
color: #13BD91;
}
.AnyTagClassName
{
color: #13BD91;
}
</style>
background-color css
<style>
a { background-color: #13BD91; }
a { background-color: rgb(19,189,145); }
div.DivClassName
{
background-color: #13BD91;
}
.BgClassName
{
background-color: #13BD91;
}
</style>
border-color css
<style>
span { border-color: #13BD91; }
span { border-color: rgb(19,189,145); }
td.TdClassName
{
border-color: #13BD91;
}
.TagClassName
{
border-color: #13BD91;
}
</style>