Shades of Mountain Meadow #0CBC84
Tints of Mountain Meadow #0CBC84
RGB
CMYK
RGB Variations
Color information
#0CBC84 (or 0x0CBC84) is known color: Mountain Meadow. HEX triplet: 0C, BC and 84. RGB value is (12,188,132). Sum of RGB (Red+Green+Blue) = 12+188+132=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBC84 is #F3437B. Grayscale: #818181. Windows color (decimal): -15942524 or 8698892. OLE color: 8698892.
HSL color Cylindrical-coordinate representation of color #0CBC84: hue angle of 160.91º 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 #0CBC84 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 132 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.26 |
| HSL | 160.91º | 0.88% | 0.39% | - |
| HSV(B) | 160.91º | 0.94% | 0.74% | - |
| XYZ | 22.3 | 37.71 | 27.93 | - |
| YUV | 128.99 | 129.69 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 132 | 0.94 | 0 | 0.30 | 0.26 | 160.91 | 0.88 | 0.39 |
| Hex | C | BC | 84 | 5E | 0 | 1E | 1A | A1 | 58 | 27 |
| Octal | 14 | 274 | 204 | 136 | 0 | 36 | 32 | 241 | 130 | 47 |
| Binary | 1100 | 10111100 | 10000100 | 1011110 | 0 | 11110 | 11010 | 10100001 | 1011000 | 100111 |
Color Harmonies of #0CBC84
Complementary color
Monochromatic Colors of #0CBC84
Black with #0CBC84
Text Example
Text Example
White with #0CBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC84; }
p { color: rgb(12,188,132); }
H1.HeaderClassName
{
color: #0CBC84;
}
.AnyTagClassName
{
color: #0CBC84;
}
</style>
background-color css
<style>
a { background-color: #0CBC84; }
a { background-color: rgb(12,188,132); }
div.DivClassName
{
background-color: #0CBC84;
}
.BgClassName
{
background-color: #0CBC84;
}
</style>
border-color css
<style>
span { border-color: #0CBC84; }
span { border-color: rgb(12,188,132); }
td.TdClassName
{
border-color: #0CBC84;
}
.TagClassName
{
border-color: #0CBC84;
}
</style>