Shades of Mountain Meadow #10C875
Tints of Mountain Meadow #10C875
RGB
CMYK
RGB Variations
Color information
#10C875 (or 0x10C875) is known color: Mountain Meadow. HEX triplet: 10, C8 and 75. RGB value is (16,200,117). Sum of RGB (Red+Green+Blue) = 16+200+117=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #10C875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C875 is #EF378A. Grayscale: #878787. Windows color (decimal): -15677323 or 7718928. OLE color: 7718928.
HSL color Cylindrical-coordinate representation of color #10C875: hue angle of 152.93º 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 #10C875 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 117 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.22 |
| HSL | 152.93º | 0.85% | 0.42% | - |
| HSV(B) | 152.93º | 0.92% | 0.78% | - |
| XYZ | 24.08 | 42.7 | 23.8 | - |
| YUV | 135.52 | 117.54 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 117 | 0.92 | 0 | 0.42 | 0.22 | 152.93 | 0.85 | 0.42 |
| Hex | 10 | C8 | 75 | 5C | 0 | 2A | 16 | 99 | 55 | 2A |
| Octal | 20 | 310 | 165 | 134 | 0 | 52 | 26 | 231 | 125 | 52 |
| Binary | 10000 | 11001000 | 1110101 | 1011100 | 0 | 101010 | 10110 | 10011001 | 1010101 | 101010 |
Color Harmonies of #10C875
Complementary color
Monochromatic Colors of #10C875
Black with #10C875
Text Example
Text Example
White with #10C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C875; }
p { color: rgb(16,200,117); }
H1.HeaderClassName
{
color: #10C875;
}
.AnyTagClassName
{
color: #10C875;
}
</style>
background-color css
<style>
a { background-color: #10C875; }
a { background-color: rgb(16,200,117); }
div.DivClassName
{
background-color: #10C875;
}
.BgClassName
{
background-color: #10C875;
}
</style>
border-color css
<style>
span { border-color: #10C875; }
span { border-color: rgb(16,200,117); }
td.TdClassName
{
border-color: #10C875;
}
.TagClassName
{
border-color: #10C875;
}
</style>