Shades of Mountain Meadow #13C17B
Tints of Mountain Meadow #13C17B
RGB
CMYK
RGB Variations
Color information
#13C17B (or 0x13C17B) is known color: Mountain Meadow. HEX triplet: 13, C1 and 7B. RGB value is (19,193,123). Sum of RGB (Red+Green+Blue) = 19+193+123=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #13C17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C17B is #EC3E84. Grayscale: #858585. Windows color (decimal): -15482501 or 8110355. OLE color: 8110355.
HSL color Cylindrical-coordinate representation of color #13C17B: hue angle of 155.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C17B is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 123 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.24 |
| HSL | 155.86º | 0.82% | 0.42% | - |
| HSV(B) | 155.86º | 0.9% | 0.76% | - |
| XYZ | 22.91 | 39.71 | 25.2 | - |
| YUV | 132.99 | 122.35 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 123 | 0.90 | 0 | 0.36 | 0.24 | 155.86 | 0.82 | 0.42 |
| Hex | 13 | C1 | 7B | 5A | 0 | 24 | 18 | 9C | 52 | 2A |
| Octal | 23 | 301 | 173 | 132 | 0 | 44 | 30 | 234 | 122 | 52 |
| Binary | 10011 | 11000001 | 1111011 | 1011010 | 0 | 100100 | 11000 | 10011100 | 1010010 | 101010 |
Color Harmonies of #13C17B
Complementary color
Monochromatic Colors of #13C17B
Black with #13C17B
Text Example
Text Example
White with #13C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C17B; }
p { color: rgb(19,193,123); }
H1.HeaderClassName
{
color: #13C17B;
}
.AnyTagClassName
{
color: #13C17B;
}
</style>
background-color css
<style>
a { background-color: #13C17B; }
a { background-color: rgb(19,193,123); }
div.DivClassName
{
background-color: #13C17B;
}
.BgClassName
{
background-color: #13C17B;
}
</style>
border-color css
<style>
span { border-color: #13C17B; }
span { border-color: rgb(19,193,123); }
td.TdClassName
{
border-color: #13C17B;
}
.TagClassName
{
border-color: #13C17B;
}
</style>