Shades of Mountain Meadow #01C07F
Tints of Mountain Meadow #01C07F
RGB
CMYK
RGB Variations
Color information
#01C07F (or 0x01C07F) is known color: Mountain Meadow. HEX triplet: 01, C0 and 7F. RGB value is (1,192,127). Sum of RGB (Red+Green+Blue) = 1+192+127=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #01C07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C07F is #FE3F80. Grayscale: #7F7F7F. Windows color (decimal): -16662401 or 8372225. OLE color: 8372225.
HSL color Cylindrical-coordinate representation of color #01C07F: hue angle of 159.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C07F is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 127 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.25 |
| HSL | 159.58º | 0.99% | 0.38% | - |
| HSV(B) | 159.58º | 0.99% | 0.75% | - |
| XYZ | 22.69 | 39.24 | 26.46 | - |
| YUV | 127.48 | 127.72 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 127 | 0.99 | 0 | 0.34 | 0.25 | 159.58 | 0.99 | 0.38 |
| Hex | 1 | C0 | 7F | 63 | 0 | 22 | 19 | A0 | 63 | 26 |
| Octal | 1 | 300 | 177 | 143 | 0 | 42 | 31 | 240 | 143 | 46 |
| Binary | 1 | 11000000 | 1111111 | 1100011 | 0 | 100010 | 11001 | 10100000 | 1100011 | 100110 |
Color Harmonies of #01C07F
Complementary color
Monochromatic Colors of #01C07F
Black with #01C07F
Text Example
Text Example
White with #01C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C07F; }
p { color: rgb(1,192,127); }
H1.HeaderClassName
{
color: #01C07F;
}
.AnyTagClassName
{
color: #01C07F;
}
</style>
background-color css
<style>
a { background-color: #01C07F; }
a { background-color: rgb(1,192,127); }
div.DivClassName
{
background-color: #01C07F;
}
.BgClassName
{
background-color: #01C07F;
}
</style>
border-color css
<style>
span { border-color: #01C07F; }
span { border-color: rgb(1,192,127); }
td.TdClassName
{
border-color: #01C07F;
}
.TagClassName
{
border-color: #01C07F;
}
</style>