Shades of Mountain Meadow #0CBD7B
Tints of Mountain Meadow #0CBD7B
RGB
CMYK
RGB Variations
Color information
#0CBD7B (or 0x0CBD7B) is known color: Mountain Meadow. HEX triplet: 0C, BD and 7B. RGB value is (12,189,123). Sum of RGB (Red+Green+Blue) = 12+189+123=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBD7B is #F34284. Grayscale: #808080. Windows color (decimal): -15942277 or 8109324. OLE color: 8109324.
HSL color Cylindrical-coordinate representation of color #0CBD7B: hue angle of 157.63º 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 #0CBD7B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 123 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.26 |
| HSL | 157.63º | 0.88% | 0.39% | - |
| HSV(B) | 157.63º | 0.94% | 0.74% | - |
| XYZ | 21.92 | 37.9 | 24.9 | - |
| YUV | 128.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 123 | 0.94 | 0 | 0.35 | 0.26 | 157.63 | 0.88 | 0.39 |
| Hex | C | BD | 7B | 5E | 0 | 23 | 1A | 9E | 58 | 27 |
| Octal | 14 | 275 | 173 | 136 | 0 | 43 | 32 | 236 | 130 | 47 |
| Binary | 1100 | 10111101 | 1111011 | 1011110 | 0 | 100011 | 11010 | 10011110 | 1011000 | 100111 |
Color Harmonies of #0CBD7B
Complementary color
Monochromatic Colors of #0CBD7B
Black with #0CBD7B
Text Example
Text Example
White with #0CBD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBD7B; }
p { color: rgb(12,189,123); }
H1.HeaderClassName
{
color: #0CBD7B;
}
.AnyTagClassName
{
color: #0CBD7B;
}
</style>
background-color css
<style>
a { background-color: #0CBD7B; }
a { background-color: rgb(12,189,123); }
div.DivClassName
{
background-color: #0CBD7B;
}
.BgClassName
{
background-color: #0CBD7B;
}
</style>
border-color css
<style>
span { border-color: #0CBD7B; }
span { border-color: rgb(12,189,123); }
td.TdClassName
{
border-color: #0CBD7B;
}
.TagClassName
{
border-color: #0CBD7B;
}
</style>