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