Shades of Mountain Meadow #0CC877
Tints of Mountain Meadow #0CC877
RGB
CMYK
RGB Variations
Color information
#0CC877 (or 0x0CC877) is known color: Mountain Meadow. HEX triplet: 0C, C8 and 77. RGB value is (12,200,119). Sum of RGB (Red+Green+Blue) = 12+200+119=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC877 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC877 is #F33788. Grayscale: #868686. Windows color (decimal): -15939465 or 7849996. OLE color: 7849996.
HSL color Cylindrical-coordinate representation of color #0CC877: hue angle of 154.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC877 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 119 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.22 |
| HSL | 154.15º | 0.89% | 0.42% | - |
| HSV(B) | 154.15º | 0.94% | 0.78% | - |
| XYZ | 24.14 | 42.72 | 24.43 | - |
| YUV | 134.55 | 119.22 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 119 | 0.94 | 0 | 0.40 | 0.22 | 154.15 | 0.89 | 0.42 |
| Hex | C | C8 | 77 | 5E | 0 | 28 | 16 | 9A | 59 | 2A |
| Octal | 14 | 310 | 167 | 136 | 0 | 50 | 26 | 232 | 131 | 52 |
| Binary | 1100 | 11001000 | 1110111 | 1011110 | 0 | 101000 | 10110 | 10011010 | 1011001 | 101010 |
Color Harmonies of #0CC877
Complementary color
Monochromatic Colors of #0CC877
Black with #0CC877
Text Example
Text Example
White with #0CC877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC877; }
p { color: rgb(12,200,119); }
H1.HeaderClassName
{
color: #0CC877;
}
.AnyTagClassName
{
color: #0CC877;
}
</style>
background-color css
<style>
a { background-color: #0CC877; }
a { background-color: rgb(12,200,119); }
div.DivClassName
{
background-color: #0CC877;
}
.BgClassName
{
background-color: #0CC877;
}
</style>
border-color css
<style>
span { border-color: #0CC877; }
span { border-color: rgb(12,200,119); }
td.TdClassName
{
border-color: #0CC877;
}
.TagClassName
{
border-color: #0CC877;
}
</style>