Shades of Mountain Meadow #13BC72
Tints of Mountain Meadow #13BC72
RGB
CMYK
RGB Variations
Color information
#13BC72 (or 0x13BC72) is known color: Mountain Meadow. HEX triplet: 13, BC and 72. RGB value is (19,188,114). Sum of RGB (Red+Green+Blue) = 19+188+114=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC72 is #EC438D. Grayscale: #818181. Windows color (decimal): -15483790 or 7519251. OLE color: 7519251.
HSL color Cylindrical-coordinate representation of color #13BC72: hue angle of 153.73º 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 #13BC72 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 114 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.26 |
| HSL | 153.73º | 0.82% | 0.41% | - |
| HSV(B) | 153.73º | 0.9% | 0.74% | - |
| XYZ | 21.29 | 37.32 | 22 | - |
| YUV | 129.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 114 | 0.90 | 0 | 0.39 | 0.26 | 153.73 | 0.82 | 0.41 |
| Hex | 13 | BC | 72 | 5A | 0 | 27 | 1A | 9A | 52 | 29 |
| Octal | 23 | 274 | 162 | 132 | 0 | 47 | 32 | 232 | 122 | 51 |
| Binary | 10011 | 10111100 | 1110010 | 1011010 | 0 | 100111 | 11010 | 10011010 | 1010010 | 101001 |
Color Harmonies of #13BC72
Complementary color
Monochromatic Colors of #13BC72
Black with #13BC72
Text Example
Text Example
White with #13BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC72; }
p { color: rgb(19,188,114); }
H1.HeaderClassName
{
color: #13BC72;
}
.AnyTagClassName
{
color: #13BC72;
}
</style>
background-color css
<style>
a { background-color: #13BC72; }
a { background-color: rgb(19,188,114); }
div.DivClassName
{
background-color: #13BC72;
}
.BgClassName
{
background-color: #13BC72;
}
</style>
border-color css
<style>
span { border-color: #13BC72; }
span { border-color: rgb(19,188,114); }
td.TdClassName
{
border-color: #13BC72;
}
.TagClassName
{
border-color: #13BC72;
}
</style>