Shades of Mountain Meadow #0CB68D
Tints of Mountain Meadow #0CB68D
RGB
CMYK
RGB Variations
Color information
#0CB68D (or 0x0CB68D) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 8D. RGB value is (12,182,141). Sum of RGB (Red+Green+Blue) = 12+182+141=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB68D is #F34972. Grayscale: #7E7E7E. Windows color (decimal): -15944051 or 9287180. OLE color: 9287180.
HSL color Cylindrical-coordinate representation of color #0CB68D: hue angle of 165.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB68D is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 141 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.29 |
| HSL | 165.53º | 0.88% | 0.38% | - |
| HSV(B) | 165.53º | 0.93% | 0.71% | - |
| XYZ | 21.69 | 35.46 | 30.9 | - |
| YUV | 126.5 | 136.18 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 141 | 0.93 | 0 | 0.23 | 0.29 | 165.53 | 0.88 | 0.38 |
| Hex | C | B6 | 8D | 5D | 0 | 17 | 1D | A6 | 58 | 26 |
| Octal | 14 | 266 | 215 | 135 | 0 | 27 | 35 | 246 | 130 | 46 |
| Binary | 1100 | 10110110 | 10001101 | 1011101 | 0 | 10111 | 11101 | 10100110 | 1011000 | 100110 |
Color Harmonies of #0CB68D
Complementary color
Monochromatic Colors of #0CB68D
Black with #0CB68D
Text Example
Text Example
White with #0CB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB68D; }
p { color: rgb(12,182,141); }
H1.HeaderClassName
{
color: #0CB68D;
}
.AnyTagClassName
{
color: #0CB68D;
}
</style>
background-color css
<style>
a { background-color: #0CB68D; }
a { background-color: rgb(12,182,141); }
div.DivClassName
{
background-color: #0CB68D;
}
.BgClassName
{
background-color: #0CB68D;
}
</style>
border-color css
<style>
span { border-color: #0CB68D; }
span { border-color: rgb(12,182,141); }
td.TdClassName
{
border-color: #0CB68D;
}
.TagClassName
{
border-color: #0CB68D;
}
</style>