Shades of Mountain Meadow #0CCC7B
Tints of Mountain Meadow #0CCC7B
RGB
CMYK
RGB Variations
Color information
#0CCC7B (or 0x0CCC7B) is known color: Mountain Meadow. HEX triplet: 0C, CC and 7B. RGB value is (12,204,123). Sum of RGB (Red+Green+Blue) = 12+204+123=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC7B is #F33384. Grayscale: #898989. Windows color (decimal): -15938437 or 8113164. OLE color: 8113164.
HSL color Cylindrical-coordinate representation of color #0CCC7B: hue angle of 154.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC7B is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 123 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.2 |
| HSL | 154.69º | 0.89% | 0.42% | - |
| HSV(B) | 154.69º | 0.94% | 0.8% | - |
| XYZ | 25.32 | 44.69 | 26.03 | - |
| YUV | 137.36 | 119.89 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 123 | 0.94 | 0 | 0.40 | 0.2 | 154.69 | 0.89 | 0.42 |
| Hex | C | CC | 7B | 5E | 0 | 28 | 14 | 9B | 59 | 2A |
| Octal | 14 | 314 | 173 | 136 | 0 | 50 | 24 | 233 | 131 | 52 |
| Binary | 1100 | 11001100 | 1111011 | 1011110 | 0 | 101000 | 10100 | 10011011 | 1011001 | 101010 |
Color Harmonies of #0CCC7B
Complementary color
Monochromatic Colors of #0CCC7B
Black with #0CCC7B
Text Example
Text Example
White with #0CCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC7B; }
p { color: rgb(12,204,123); }
H1.HeaderClassName
{
color: #0CCC7B;
}
.AnyTagClassName
{
color: #0CCC7B;
}
</style>
background-color css
<style>
a { background-color: #0CCC7B; }
a { background-color: rgb(12,204,123); }
div.DivClassName
{
background-color: #0CCC7B;
}
.BgClassName
{
background-color: #0CCC7B;
}
</style>
border-color css
<style>
span { border-color: #0CCC7B; }
span { border-color: rgb(12,204,123); }
td.TdClassName
{
border-color: #0CCC7B;
}
.TagClassName
{
border-color: #0CCC7B;
}
</style>