Shades of Mountain Meadow #13C56E
Tints of Mountain Meadow #13C56E
RGB
CMYK
RGB Variations
Color information
#13C56E (or 0x13C56E) is known color: Mountain Meadow. HEX triplet: 13, C5 and 6E. RGB value is (19,197,110). Sum of RGB (Red+Green+Blue) = 19+197+110=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #13C56E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C56E is #EC3A91. Grayscale: #868686. Windows color (decimal): -15481490 or 7259411. OLE color: 7259411.
HSL color Cylindrical-coordinate representation of color #13C56E: hue angle of 150.67º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C56E is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 110 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.23 |
| HSL | 150.67º | 0.82% | 0.42% | - |
| HSV(B) | 150.67º | 0.9% | 0.77% | - |
| XYZ | 23.05 | 41.2 | 21.49 | - |
| YUV | 133.86 | 114.53 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 110 | 0.90 | 0 | 0.44 | 0.23 | 150.67 | 0.82 | 0.42 |
| Hex | 13 | C5 | 6E | 5A | 0 | 2C | 17 | 97 | 52 | 2A |
| Octal | 23 | 305 | 156 | 132 | 0 | 54 | 27 | 227 | 122 | 52 |
| Binary | 10011 | 11000101 | 1101110 | 1011010 | 0 | 101100 | 10111 | 10010111 | 1010010 | 101010 |
Color Harmonies of #13C56E
Complementary color
Monochromatic Colors of #13C56E
Black with #13C56E
Text Example
Text Example
White with #13C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C56E; }
p { color: rgb(19,197,110); }
H1.HeaderClassName
{
color: #13C56E;
}
.AnyTagClassName
{
color: #13C56E;
}
</style>
background-color css
<style>
a { background-color: #13C56E; }
a { background-color: rgb(19,197,110); }
div.DivClassName
{
background-color: #13C56E;
}
.BgClassName
{
background-color: #13C56E;
}
</style>
border-color css
<style>
span { border-color: #13C56E; }
span { border-color: rgb(19,197,110); }
td.TdClassName
{
border-color: #13C56E;
}
.TagClassName
{
border-color: #13C56E;
}
</style>