Shades of Mountain Meadow #10BC7C
Tints of Mountain Meadow #10BC7C
RGB
CMYK
RGB Variations
Color information
#10BC7C (or 0x10BC7C) is known color: Mountain Meadow. HEX triplet: 10, BC and 7C. RGB value is (16,188,124). Sum of RGB (Red+Green+Blue) = 16+188+124=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC7C is #EF4383. Grayscale: #818181. Windows color (decimal): -15680388 or 8174608. OLE color: 8174608.
HSL color Cylindrical-coordinate representation of color #10BC7C: hue angle of 157.67º 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 #10BC7C is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 124 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.26 |
| HSL | 157.67º | 0.84% | 0.4% | - |
| HSV(B) | 157.67º | 0.91% | 0.74% | - |
| XYZ | 21.84 | 37.53 | 25.16 | - |
| YUV | 129.28 | 125.02 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 124 | 0.91 | 0 | 0.34 | 0.26 | 157.67 | 0.84 | 0.4 |
| Hex | 10 | BC | 7C | 5B | 0 | 22 | 1A | 9E | 54 | 28 |
| Octal | 20 | 274 | 174 | 133 | 0 | 42 | 32 | 236 | 124 | 50 |
| Binary | 10000 | 10111100 | 1111100 | 1011011 | 0 | 100010 | 11010 | 10011110 | 1010100 | 101000 |
Color Harmonies of #10BC7C
Complementary color
Monochromatic Colors of #10BC7C
Black with #10BC7C
Text Example
Text Example
White with #10BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC7C; }
p { color: rgb(16,188,124); }
H1.HeaderClassName
{
color: #10BC7C;
}
.AnyTagClassName
{
color: #10BC7C;
}
</style>
background-color css
<style>
a { background-color: #10BC7C; }
a { background-color: rgb(16,188,124); }
div.DivClassName
{
background-color: #10BC7C;
}
.BgClassName
{
background-color: #10BC7C;
}
</style>
border-color css
<style>
span { border-color: #10BC7C; }
span { border-color: rgb(16,188,124); }
td.TdClassName
{
border-color: #10BC7C;
}
.TagClassName
{
border-color: #10BC7C;
}
</style>