Shades of Mountain Meadow #0CBC7E
Tints of Mountain Meadow #0CBC7E
RGB
CMYK
RGB Variations
Color information
#0CBC7E (or 0x0CBC7E) is known color: Mountain Meadow. HEX triplet: 0C, BC and 7E. RGB value is (12,188,126). Sum of RGB (Red+Green+Blue) = 12+188+126=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBC7E is #F34381. Grayscale: #808080. Windows color (decimal): -15942530 or 8305676. OLE color: 8305676.
HSL color Cylindrical-coordinate representation of color #0CBC7E: hue angle of 158.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC7E is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 126 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.26 |
| HSL | 158.86º | 0.88% | 0.39% | - |
| HSV(B) | 158.86º | 0.94% | 0.74% | - |
| XYZ | 21.9 | 37.55 | 25.83 | - |
| YUV | 128.31 | 126.69 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 126 | 0.94 | 0 | 0.33 | 0.26 | 158.86 | 0.88 | 0.39 |
| Hex | C | BC | 7E | 5E | 0 | 21 | 1A | 9F | 58 | 27 |
| Octal | 14 | 274 | 176 | 136 | 0 | 41 | 32 | 237 | 130 | 47 |
| Binary | 1100 | 10111100 | 1111110 | 1011110 | 0 | 100001 | 11010 | 10011111 | 1011000 | 100111 |
Color Harmonies of #0CBC7E
Complementary color
Monochromatic Colors of #0CBC7E
Black with #0CBC7E
Text Example
Text Example
White with #0CBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC7E; }
p { color: rgb(12,188,126); }
H1.HeaderClassName
{
color: #0CBC7E;
}
.AnyTagClassName
{
color: #0CBC7E;
}
</style>
background-color css
<style>
a { background-color: #0CBC7E; }
a { background-color: rgb(12,188,126); }
div.DivClassName
{
background-color: #0CBC7E;
}
.BgClassName
{
background-color: #0CBC7E;
}
</style>
border-color css
<style>
span { border-color: #0CBC7E; }
span { border-color: rgb(12,188,126); }
td.TdClassName
{
border-color: #0CBC7E;
}
.TagClassName
{
border-color: #0CBC7E;
}
</style>