Shades of Mountain Meadow #10C876
Tints of Mountain Meadow #10C876
RGB
CMYK
RGB Variations
Color information
#10C876 (or 0x10C876) is known color: Mountain Meadow. HEX triplet: 10, C8 and 76. RGB value is (16,200,118). Sum of RGB (Red+Green+Blue) = 16+200+118=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #10C876 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C876 is #EF3789. Grayscale: #878787. Windows color (decimal): -15677322 or 7784464. OLE color: 7784464.
HSL color Cylindrical-coordinate representation of color #10C876: hue angle of 153.26º 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 #10C876 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 118 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.22 |
| HSL | 153.26º | 0.85% | 0.42% | - |
| HSV(B) | 153.26º | 0.92% | 0.78% | - |
| XYZ | 24.14 | 42.73 | 24.11 | - |
| YUV | 135.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 118 | 0.92 | 0 | 0.41 | 0.22 | 153.26 | 0.85 | 0.42 |
| Hex | 10 | C8 | 76 | 5C | 0 | 29 | 16 | 99 | 55 | 2A |
| Octal | 20 | 310 | 166 | 134 | 0 | 51 | 26 | 231 | 125 | 52 |
| Binary | 10000 | 11001000 | 1110110 | 1011100 | 0 | 101001 | 10110 | 10011001 | 1010101 | 101010 |
Color Harmonies of #10C876
Complementary color
Monochromatic Colors of #10C876
Black with #10C876
Text Example
Text Example
White with #10C876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C876; }
p { color: rgb(16,200,118); }
H1.HeaderClassName
{
color: #10C876;
}
.AnyTagClassName
{
color: #10C876;
}
</style>
background-color css
<style>
a { background-color: #10C876; }
a { background-color: rgb(16,200,118); }
div.DivClassName
{
background-color: #10C876;
}
.BgClassName
{
background-color: #10C876;
}
</style>
border-color css
<style>
span { border-color: #10C876; }
span { border-color: rgb(16,200,118); }
td.TdClassName
{
border-color: #10C876;
}
.TagClassName
{
border-color: #10C876;
}
</style>