Shades of Mountain Meadow #0CC77C
Tints of Mountain Meadow #0CC77C
RGB
CMYK
RGB Variations
Color information
#0CC77C (or 0x0CC77C) is known color: Mountain Meadow. HEX triplet: 0C, C7 and 7C. RGB value is (12,199,124). Sum of RGB (Red+Green+Blue) = 12+199+124=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC77C is #F33883. Grayscale: #868686. Windows color (decimal): -15939716 or 8177420. OLE color: 8177420.
HSL color Cylindrical-coordinate representation of color #0CC77C: hue angle of 155.94º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC77C is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 124 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.22 |
| HSL | 155.94º | 0.89% | 0.41% | - |
| HSV(B) | 155.94º | 0.94% | 0.78% | - |
| XYZ | 24.21 | 42.38 | 25.97 | - |
| YUV | 134.54 | 122.05 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 124 | 0.94 | 0 | 0.38 | 0.22 | 155.94 | 0.89 | 0.41 |
| Hex | C | C7 | 7C | 5E | 0 | 26 | 16 | 9C | 59 | 29 |
| Octal | 14 | 307 | 174 | 136 | 0 | 46 | 26 | 234 | 131 | 51 |
| Binary | 1100 | 11000111 | 1111100 | 1011110 | 0 | 100110 | 10110 | 10011100 | 1011001 | 101001 |
Color Harmonies of #0CC77C
Complementary color
Monochromatic Colors of #0CC77C
Black with #0CC77C
Text Example
Text Example
White with #0CC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC77C; }
p { color: rgb(12,199,124); }
H1.HeaderClassName
{
color: #0CC77C;
}
.AnyTagClassName
{
color: #0CC77C;
}
</style>
background-color css
<style>
a { background-color: #0CC77C; }
a { background-color: rgb(12,199,124); }
div.DivClassName
{
background-color: #0CC77C;
}
.BgClassName
{
background-color: #0CC77C;
}
</style>
border-color css
<style>
span { border-color: #0CC77C; }
span { border-color: rgb(12,199,124); }
td.TdClassName
{
border-color: #0CC77C;
}
.TagClassName
{
border-color: #0CC77C;
}
</style>