Shades of Mountain Meadow #0CBE7D
Tints of Mountain Meadow #0CBE7D
RGB
CMYK
RGB Variations
Color information
#0CBE7D (or 0x0CBE7D) is known color: Mountain Meadow. HEX triplet: 0C, BE and 7D. RGB value is (12,190,125). Sum of RGB (Red+Green+Blue) = 12+190+125=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE7D is #F34182. Grayscale: #818181. Windows color (decimal): -15942019 or 8240652. OLE color: 8240652.
HSL color Cylindrical-coordinate representation of color #0CBE7D: hue angle of 158.09º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE7D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 125 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.25 |
| HSL | 158.09º | 0.88% | 0.4% | - |
| HSV(B) | 158.09º | 0.94% | 0.75% | - |
| XYZ | 22.27 | 38.39 | 25.64 | - |
| YUV | 129.37 | 125.53 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 125 | 0.94 | 0 | 0.34 | 0.25 | 158.09 | 0.88 | 0.4 |
| Hex | C | BE | 7D | 5E | 0 | 22 | 19 | 9E | 58 | 28 |
| Octal | 14 | 276 | 175 | 136 | 0 | 42 | 31 | 236 | 130 | 50 |
| Binary | 1100 | 10111110 | 1111101 | 1011110 | 0 | 100010 | 11001 | 10011110 | 1011000 | 101000 |
Color Harmonies of #0CBE7D
Complementary color
Monochromatic Colors of #0CBE7D
Black with #0CBE7D
Text Example
Text Example
White with #0CBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE7D; }
p { color: rgb(12,190,125); }
H1.HeaderClassName
{
color: #0CBE7D;
}
.AnyTagClassName
{
color: #0CBE7D;
}
</style>
background-color css
<style>
a { background-color: #0CBE7D; }
a { background-color: rgb(12,190,125); }
div.DivClassName
{
background-color: #0CBE7D;
}
.BgClassName
{
background-color: #0CBE7D;
}
</style>
border-color css
<style>
span { border-color: #0CBE7D; }
span { border-color: rgb(12,190,125); }
td.TdClassName
{
border-color: #0CBE7D;
}
.TagClassName
{
border-color: #0CBE7D;
}
</style>