Shades of Mountain Meadow #10C585
Tints of Mountain Meadow #10C585
RGB
CMYK
RGB Variations
Color information
#10C585 (or 0x10C585) is known color: Mountain Meadow. HEX triplet: 10, C5 and 85. RGB value is (16,197,133). Sum of RGB (Red+Green+Blue) = 16+197+133=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #10C585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C585 is #EF3A7A. Grayscale: #878787. Windows color (decimal): -15678075 or 8766736. OLE color: 8766736.
HSL color Cylindrical-coordinate representation of color #10C585: hue angle of 158.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C585 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 133 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.23 |
| HSL | 158.78º | 0.85% | 0.42% | - |
| HSV(B) | 158.78º | 0.92% | 0.77% | - |
| XYZ | 24.41 | 41.74 | 28.96 | - |
| YUV | 135.59 | 126.53 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 133 | 0.92 | 0 | 0.32 | 0.23 | 158.78 | 0.85 | 0.42 |
| Hex | 10 | C5 | 85 | 5C | 0 | 20 | 17 | 9F | 55 | 2A |
| Octal | 20 | 305 | 205 | 134 | 0 | 40 | 27 | 237 | 125 | 52 |
| Binary | 10000 | 11000101 | 10000101 | 1011100 | 0 | 100000 | 10111 | 10011111 | 1010101 | 101010 |
Color Harmonies of #10C585
Complementary color
Monochromatic Colors of #10C585
Black with #10C585
Text Example
Text Example
White with #10C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C585; }
p { color: rgb(16,197,133); }
H1.HeaderClassName
{
color: #10C585;
}
.AnyTagClassName
{
color: #10C585;
}
</style>
background-color css
<style>
a { background-color: #10C585; }
a { background-color: rgb(16,197,133); }
div.DivClassName
{
background-color: #10C585;
}
.BgClassName
{
background-color: #10C585;
}
</style>
border-color css
<style>
span { border-color: #10C585; }
span { border-color: rgb(16,197,133); }
td.TdClassName
{
border-color: #10C585;
}
.TagClassName
{
border-color: #10C585;
}
</style>