Shades of Mountain Meadow #13D276
Tints of Mountain Meadow #13D276
RGB
CMYK
RGB Variations
Color information
#13D276 (or 0x13D276) is known color: Mountain Meadow. HEX triplet: 13, D2 and 76. RGB value is (19,210,118). Sum of RGB (Red+Green+Blue) = 19+210+118=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #13D276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D276 is #EC2D89. Grayscale: #8E8E8E. Windows color (decimal): -15478154 or 7787027. OLE color: 7787027.
HSL color Cylindrical-coordinate representation of color #13D276: hue angle of 151.1º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D276 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 118 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.18 |
| HSL | 151.1º | 0.83% | 0.45% | - |
| HSV(B) | 151.1º | 0.91% | 0.82% | - |
| XYZ | 26.59 | 47.54 | 24.91 | - |
| YUV | 142.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 118 | 0.91 | 0 | 0.44 | 0.18 | 151.1 | 0.83 | 0.45 |
| Hex | 13 | D2 | 76 | 5B | 0 | 2C | 12 | 97 | 53 | 2D |
| Octal | 23 | 322 | 166 | 133 | 0 | 54 | 22 | 227 | 123 | 55 |
| Binary | 10011 | 11010010 | 1110110 | 1011011 | 0 | 101100 | 10010 | 10010111 | 1010011 | 101101 |
Color Harmonies of #13D276
Complementary color
Monochromatic Colors of #13D276
Black with #13D276
Text Example
Text Example
White with #13D276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D276; }
p { color: rgb(19,210,118); }
H1.HeaderClassName
{
color: #13D276;
}
.AnyTagClassName
{
color: #13D276;
}
</style>
background-color css
<style>
a { background-color: #13D276; }
a { background-color: rgb(19,210,118); }
div.DivClassName
{
background-color: #13D276;
}
.BgClassName
{
background-color: #13D276;
}
</style>
border-color css
<style>
span { border-color: #13D276; }
span { border-color: rgb(19,210,118); }
td.TdClassName
{
border-color: #13D276;
}
.TagClassName
{
border-color: #13D276;
}
</style>