Shades of Mountain Meadow #10C671
Tints of Mountain Meadow #10C671
RGB
CMYK
RGB Variations
Color information
#10C671 (or 0x10C671) is known color: Mountain Meadow. HEX triplet: 10, C6 and 71. RGB value is (16,198,113). Sum of RGB (Red+Green+Blue) = 16+198+113=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #10C671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C671 is #EF398E. Grayscale: #868686. Windows color (decimal): -15677839 or 7456272. OLE color: 7456272.
HSL color Cylindrical-coordinate representation of color #10C671: hue angle of 151.98º 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 #10C671 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 113 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.22 |
| HSL | 151.98º | 0.85% | 0.42% | - |
| HSV(B) | 151.98º | 0.92% | 0.78% | - |
| XYZ | 23.39 | 41.69 | 22.44 | - |
| YUV | 133.89 | 116.2 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 113 | 0.92 | 0 | 0.43 | 0.22 | 151.98 | 0.85 | 0.42 |
| Hex | 10 | C6 | 71 | 5C | 0 | 2B | 16 | 98 | 55 | 2A |
| Octal | 20 | 306 | 161 | 134 | 0 | 53 | 26 | 230 | 125 | 52 |
| Binary | 10000 | 11000110 | 1110001 | 1011100 | 0 | 101011 | 10110 | 10011000 | 1010101 | 101010 |
Color Harmonies of #10C671
Complementary color
Monochromatic Colors of #10C671
Black with #10C671
Text Example
Text Example
White with #10C671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C671; }
p { color: rgb(16,198,113); }
H1.HeaderClassName
{
color: #10C671;
}
.AnyTagClassName
{
color: #10C671;
}
</style>
background-color css
<style>
a { background-color: #10C671; }
a { background-color: rgb(16,198,113); }
div.DivClassName
{
background-color: #10C671;
}
.BgClassName
{
background-color: #10C671;
}
</style>
border-color css
<style>
span { border-color: #10C671; }
span { border-color: rgb(16,198,113); }
td.TdClassName
{
border-color: #10C671;
}
.TagClassName
{
border-color: #10C671;
}
</style>