Shades of Mountain Meadow #10BC7F
Tints of Mountain Meadow #10BC7F
RGB
CMYK
RGB Variations
Color information
#10BC7F (or 0x10BC7F) is known color: Mountain Meadow. HEX triplet: 10, BC and 7F. RGB value is (16,188,127). Sum of RGB (Red+Green+Blue) = 16+188+127=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC7F is #EF4380. Grayscale: #818181. Windows color (decimal): -15680385 or 8371216. OLE color: 8371216.
HSL color Cylindrical-coordinate representation of color #10BC7F: hue angle of 158.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC7F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 127 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.26 |
| HSL | 158.72º | 0.84% | 0.4% | - |
| HSV(B) | 158.72º | 0.91% | 0.74% | - |
| XYZ | 22.03 | 37.61 | 26.18 | - |
| YUV | 129.62 | 126.52 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 127 | 0.91 | 0 | 0.32 | 0.26 | 158.72 | 0.84 | 0.4 |
| Hex | 10 | BC | 7F | 5B | 0 | 20 | 1A | 9F | 54 | 28 |
| Octal | 20 | 274 | 177 | 133 | 0 | 40 | 32 | 237 | 124 | 50 |
| Binary | 10000 | 10111100 | 1111111 | 1011011 | 0 | 100000 | 11010 | 10011111 | 1010100 | 101000 |
Color Harmonies of #10BC7F
Complementary color
Monochromatic Colors of #10BC7F
Black with #10BC7F
Text Example
Text Example
White with #10BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC7F; }
p { color: rgb(16,188,127); }
H1.HeaderClassName
{
color: #10BC7F;
}
.AnyTagClassName
{
color: #10BC7F;
}
</style>
background-color css
<style>
a { background-color: #10BC7F; }
a { background-color: rgb(16,188,127); }
div.DivClassName
{
background-color: #10BC7F;
}
.BgClassName
{
background-color: #10BC7F;
}
</style>
border-color css
<style>
span { border-color: #10BC7F; }
span { border-color: rgb(16,188,127); }
td.TdClassName
{
border-color: #10BC7F;
}
.TagClassName
{
border-color: #10BC7F;
}
</style>