Shades of Mountain Meadow #10C685
Tints of Mountain Meadow #10C685
RGB
CMYK
RGB Variations
Color information
#10C685 (or 0x10C685) is known color: Mountain Meadow. HEX triplet: 10, C6 and 85. RGB value is (16,198,133). Sum of RGB (Red+Green+Blue) = 16+198+133=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 198 (77.73% from 255 or 57.06% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 198 - color contains mainly: green. Hex color #10C685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C685 is #EF397A. Grayscale: #888888. Windows color (decimal): -15677819 or 8766992. OLE color: 8766992.
HSL color Cylindrical-coordinate representation of color #10C685: hue angle of 158.57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C685 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 133 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.22 |
| HSL | 158.57º | 0.85% | 0.42% | - |
| HSV(B) | 158.57º | 0.92% | 0.78% | - |
| XYZ | 24.64 | 42.19 | 29.04 | - |
| YUV | 136.17 | 126.2 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 133 | 0.92 | 0 | 0.33 | 0.22 | 158.57 | 0.85 | 0.42 |
| Hex | 10 | C6 | 85 | 5C | 0 | 21 | 16 | 9F | 55 | 2A |
| Octal | 20 | 306 | 205 | 134 | 0 | 41 | 26 | 237 | 125 | 52 |
| Binary | 10000 | 11000110 | 10000101 | 1011100 | 0 | 100001 | 10110 | 10011111 | 1010101 | 101010 |
Color Harmonies of #10C685
Complementary color
Monochromatic Colors of #10C685
Black with #10C685
Text Example
Text Example
White with #10C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C685; }
p { color: rgb(16,198,133); }
H1.HeaderClassName
{
color: #10C685;
}
.AnyTagClassName
{
color: #10C685;
}
</style>
background-color css
<style>
a { background-color: #10C685; }
a { background-color: rgb(16,198,133); }
div.DivClassName
{
background-color: #10C685;
}
.BgClassName
{
background-color: #10C685;
}
</style>
border-color css
<style>
span { border-color: #10C685; }
span { border-color: rgb(16,198,133); }
td.TdClassName
{
border-color: #10C685;
}
.TagClassName
{
border-color: #10C685;
}
</style>