Shades of Mountain Meadow #0CC87C
Tints of Mountain Meadow #0CC87C
RGB
CMYK
RGB Variations
Color information
#0CC87C (or 0x0CC87C) is known color: Mountain Meadow. HEX triplet: 0C, C8 and 7C. RGB value is (12,200,124). Sum of RGB (Red+Green+Blue) = 12+200+124=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 200 (78.52% from 255 or 59.52% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC87C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC87C is #F33783. Grayscale: #878787. Windows color (decimal): -15939460 or 8177676. OLE color: 8177676.
HSL color Cylindrical-coordinate representation of color #0CC87C: hue angle of 155.74º 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 #0CC87C is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 124 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.22 |
| HSL | 155.74º | 0.89% | 0.42% | - |
| HSV(B) | 155.74º | 0.94% | 0.78% | - |
| XYZ | 24.44 | 42.84 | 26.05 | - |
| YUV | 135.12 | 121.72 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 124 | 0.94 | 0 | 0.38 | 0.22 | 155.74 | 0.89 | 0.42 |
| Hex | C | C8 | 7C | 5E | 0 | 26 | 16 | 9C | 59 | 2A |
| Octal | 14 | 310 | 174 | 136 | 0 | 46 | 26 | 234 | 131 | 52 |
| Binary | 1100 | 11001000 | 1111100 | 1011110 | 0 | 100110 | 10110 | 10011100 | 1011001 | 101010 |
Color Harmonies of #0CC87C
Complementary color
Monochromatic Colors of #0CC87C
Black with #0CC87C
Text Example
Text Example
White with #0CC87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC87C; }
p { color: rgb(12,200,124); }
H1.HeaderClassName
{
color: #0CC87C;
}
.AnyTagClassName
{
color: #0CC87C;
}
</style>
background-color css
<style>
a { background-color: #0CC87C; }
a { background-color: rgb(12,200,124); }
div.DivClassName
{
background-color: #0CC87C;
}
.BgClassName
{
background-color: #0CC87C;
}
</style>
border-color css
<style>
span { border-color: #0CC87C; }
span { border-color: rgb(12,200,124); }
td.TdClassName
{
border-color: #0CC87C;
}
.TagClassName
{
border-color: #0CC87C;
}
</style>