Shades of Mountain Meadow #01C07D
Tints of Mountain Meadow #01C07D
RGB
CMYK
RGB Variations
Color information
#01C07D (or 0x01C07D) is known color: Mountain Meadow. HEX triplet: 01, C0 and 7D. RGB value is (1,192,125). Sum of RGB (Red+Green+Blue) = 1+192+125=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #01C07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C07D is #FE3F82. Grayscale: #7F7F7F. Windows color (decimal): -16662403 or 8241153. OLE color: 8241153.
HSL color Cylindrical-coordinate representation of color #01C07D: hue angle of 158.95º 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 #01C07D is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 125 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.25 |
| HSL | 158.95º | 0.99% | 0.38% | - |
| HSV(B) | 158.95º | 0.99% | 0.75% | - |
| XYZ | 22.56 | 39.19 | 25.78 | - |
| YUV | 127.25 | 126.72 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 125 | 0.99 | 0 | 0.35 | 0.25 | 158.95 | 0.99 | 0.38 |
| Hex | 1 | C0 | 7D | 63 | 0 | 23 | 19 | 9F | 63 | 26 |
| Octal | 1 | 300 | 175 | 143 | 0 | 43 | 31 | 237 | 143 | 46 |
| Binary | 1 | 11000000 | 1111101 | 1100011 | 0 | 100011 | 11001 | 10011111 | 1100011 | 100110 |
Color Harmonies of #01C07D
Complementary color
Monochromatic Colors of #01C07D
Black with #01C07D
Text Example
Text Example
White with #01C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C07D; }
p { color: rgb(1,192,125); }
H1.HeaderClassName
{
color: #01C07D;
}
.AnyTagClassName
{
color: #01C07D;
}
</style>
background-color css
<style>
a { background-color: #01C07D; }
a { background-color: rgb(1,192,125); }
div.DivClassName
{
background-color: #01C07D;
}
.BgClassName
{
background-color: #01C07D;
}
</style>
border-color css
<style>
span { border-color: #01C07D; }
span { border-color: rgb(1,192,125); }
td.TdClassName
{
border-color: #01C07D;
}
.TagClassName
{
border-color: #01C07D;
}
</style>