Shades of Mountain Meadow #01BC7F
Tints of Mountain Meadow #01BC7F
RGB
CMYK
RGB Variations
Color information
#01BC7F (or 0x01BC7F) is known color: Mountain Meadow. HEX triplet: 01, BC and 7F. RGB value is (1,188,127). Sum of RGB (Red+Green+Blue) = 1+188+127=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC7F is #FE4380. Grayscale: #7D7D7D. Windows color (decimal): -16663425 or 8371201. OLE color: 8371201.
HSL color Cylindrical-coordinate representation of color #01BC7F: hue angle of 160.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC7F is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 127 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.26 |
| HSL | 160.43º | 0.99% | 0.37% | - |
| HSV(B) | 160.43º | 0.99% | 0.74% | - |
| XYZ | 21.83 | 37.51 | 26.17 | - |
| YUV | 125.13 | 129.05 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 127 | 0.99 | 0 | 0.32 | 0.26 | 160.43 | 0.99 | 0.37 |
| Hex | 1 | BC | 7F | 63 | 0 | 20 | 1A | A0 | 63 | 25 |
| Octal | 1 | 274 | 177 | 143 | 0 | 40 | 32 | 240 | 143 | 45 |
| Binary | 1 | 10111100 | 1111111 | 1100011 | 0 | 100000 | 11010 | 10100000 | 1100011 | 100101 |
Color Harmonies of #01BC7F
Complementary color
Monochromatic Colors of #01BC7F
Black with #01BC7F
Text Example
Text Example
White with #01BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC7F; }
p { color: rgb(1,188,127); }
H1.HeaderClassName
{
color: #01BC7F;
}
.AnyTagClassName
{
color: #01BC7F;
}
</style>
background-color css
<style>
a { background-color: #01BC7F; }
a { background-color: rgb(1,188,127); }
div.DivClassName
{
background-color: #01BC7F;
}
.BgClassName
{
background-color: #01BC7F;
}
</style>
border-color css
<style>
span { border-color: #01BC7F; }
span { border-color: rgb(1,188,127); }
td.TdClassName
{
border-color: #01BC7F;
}
.TagClassName
{
border-color: #01BC7F;
}
</style>