Shades of Mountain Meadow #0CBD85
Tints of Mountain Meadow #0CBD85
RGB
CMYK
RGB Variations
Color information
#0CBD85 (or 0x0CBD85) is known color: Mountain Meadow. HEX triplet: 0C, BD and 85. RGB value is (12,189,133). Sum of RGB (Red+Green+Blue) = 12+189+133=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBD85 is #F3427A. Grayscale: #818181. Windows color (decimal): -15942267 or 8764684. OLE color: 8764684.
HSL color Cylindrical-coordinate representation of color #0CBD85: hue angle of 161.02º 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 #0CBD85 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 133 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.26 |
| HSL | 161.02º | 0.88% | 0.39% | - |
| HSV(B) | 161.02º | 0.94% | 0.74% | - |
| XYZ | 22.58 | 38.17 | 28.37 | - |
| YUV | 129.69 | 129.86 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 133 | 0.94 | 0 | 0.30 | 0.26 | 161.02 | 0.88 | 0.39 |
| Hex | C | BD | 85 | 5E | 0 | 1E | 1A | A1 | 58 | 27 |
| Octal | 14 | 275 | 205 | 136 | 0 | 36 | 32 | 241 | 130 | 47 |
| Binary | 1100 | 10111101 | 10000101 | 1011110 | 0 | 11110 | 11010 | 10100001 | 1011000 | 100111 |
Color Harmonies of #0CBD85
Complementary color
Monochromatic Colors of #0CBD85
Black with #0CBD85
Text Example
Text Example
White with #0CBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBD85; }
p { color: rgb(12,189,133); }
H1.HeaderClassName
{
color: #0CBD85;
}
.AnyTagClassName
{
color: #0CBD85;
}
</style>
background-color css
<style>
a { background-color: #0CBD85; }
a { background-color: rgb(12,189,133); }
div.DivClassName
{
background-color: #0CBD85;
}
.BgClassName
{
background-color: #0CBD85;
}
</style>
border-color css
<style>
span { border-color: #0CBD85; }
span { border-color: rgb(12,189,133); }
td.TdClassName
{
border-color: #0CBD85;
}
.TagClassName
{
border-color: #0CBD85;
}
</style>