Shades of Mountain Meadow #0CC07F
Tints of Mountain Meadow #0CC07F
RGB
CMYK
RGB Variations
Color information
#0CC07F (or 0x0CC07F) is known color: Mountain Meadow. HEX triplet: 0C, C0 and 7F. RGB value is (12,192,127). Sum of RGB (Red+Green+Blue) = 12+192+127=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC07F is #F33F80. Grayscale: #828282. Windows color (decimal): -15941505 or 8372236. OLE color: 8372236.
HSL color Cylindrical-coordinate representation of color #0CC07F: hue angle of 158.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC07F is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 127 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.25 |
| HSL | 158.33º | 0.88% | 0.4% | - |
| HSV(B) | 158.33º | 0.94% | 0.75% | - |
| XYZ | 22.83 | 39.31 | 26.46 | - |
| YUV | 130.77 | 125.87 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 127 | 0.94 | 0 | 0.34 | 0.25 | 158.33 | 0.88 | 0.4 |
| Hex | C | C0 | 7F | 5E | 0 | 22 | 19 | 9E | 58 | 28 |
| Octal | 14 | 300 | 177 | 136 | 0 | 42 | 31 | 236 | 130 | 50 |
| Binary | 1100 | 11000000 | 1111111 | 1011110 | 0 | 100010 | 11001 | 10011110 | 1011000 | 101000 |
Color Harmonies of #0CC07F
Complementary color
Monochromatic Colors of #0CC07F
Black with #0CC07F
Text Example
Text Example
White with #0CC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC07F; }
p { color: rgb(12,192,127); }
H1.HeaderClassName
{
color: #0CC07F;
}
.AnyTagClassName
{
color: #0CC07F;
}
</style>
background-color css
<style>
a { background-color: #0CC07F; }
a { background-color: rgb(12,192,127); }
div.DivClassName
{
background-color: #0CC07F;
}
.BgClassName
{
background-color: #0CC07F;
}
</style>
border-color css
<style>
span { border-color: #0CC07F; }
span { border-color: rgb(12,192,127); }
td.TdClassName
{
border-color: #0CC07F;
}
.TagClassName
{
border-color: #0CC07F;
}
</style>