Shades of Mountain Meadow #01C07E
Tints of Mountain Meadow #01C07E
RGB
CMYK
RGB Variations
Color information
#01C07E (or 0x01C07E) is known color: Mountain Meadow. HEX triplet: 01, C0 and 7E. RGB value is (1,192,126). Sum of RGB (Red+Green+Blue) = 1+192+126=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #01C07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C07E is #FE3F81. Grayscale: #7F7F7F. Windows color (decimal): -16662402 or 8306689. OLE color: 8306689.
HSL color Cylindrical-coordinate representation of color #01C07E: hue angle of 159.27º 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 #01C07E is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 126 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.25 |
| HSL | 159.27º | 0.99% | 0.38% | - |
| HSV(B) | 159.27º | 0.99% | 0.75% | - |
| XYZ | 22.63 | 39.21 | 26.11 | - |
| YUV | 127.37 | 127.22 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 126 | 0.99 | 0 | 0.34 | 0.25 | 159.27 | 0.99 | 0.38 |
| Hex | 1 | C0 | 7E | 63 | 0 | 22 | 19 | 9F | 63 | 26 |
| Octal | 1 | 300 | 176 | 143 | 0 | 42 | 31 | 237 | 143 | 46 |
| Binary | 1 | 11000000 | 1111110 | 1100011 | 0 | 100010 | 11001 | 10011111 | 1100011 | 100110 |
Color Harmonies of #01C07E
Complementary color
Monochromatic Colors of #01C07E
Black with #01C07E
Text Example
Text Example
White with #01C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C07E; }
p { color: rgb(1,192,126); }
H1.HeaderClassName
{
color: #01C07E;
}
.AnyTagClassName
{
color: #01C07E;
}
</style>
background-color css
<style>
a { background-color: #01C07E; }
a { background-color: rgb(1,192,126); }
div.DivClassName
{
background-color: #01C07E;
}
.BgClassName
{
background-color: #01C07E;
}
</style>
border-color css
<style>
span { border-color: #01C07E; }
span { border-color: rgb(1,192,126); }
td.TdClassName
{
border-color: #01C07E;
}
.TagClassName
{
border-color: #01C07E;
}
</style>