Shades of Mountain Meadow #0CB68B
Tints of Mountain Meadow #0CB68B
RGB
CMYK
RGB Variations
Color information
#0CB68B (or 0x0CB68B) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 8B. RGB value is (12,182,139). Sum of RGB (Red+Green+Blue) = 12+182+139=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB68B is #F34974. Grayscale: #7E7E7E. Windows color (decimal): -15944053 or 9156108. OLE color: 9156108.
HSL color Cylindrical-coordinate representation of color #0CB68B: hue angle of 164.82º 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 #0CB68B is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 139 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.29 |
| HSL | 164.82º | 0.88% | 0.38% | - |
| HSV(B) | 164.82º | 0.93% | 0.71% | - |
| XYZ | 21.54 | 35.4 | 30.12 | - |
| YUV | 126.27 | 135.18 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 139 | 0.93 | 0 | 0.24 | 0.29 | 164.82 | 0.88 | 0.38 |
| Hex | C | B6 | 8B | 5D | 0 | 18 | 1D | A5 | 58 | 26 |
| Octal | 14 | 266 | 213 | 135 | 0 | 30 | 35 | 245 | 130 | 46 |
| Binary | 1100 | 10110110 | 10001011 | 1011101 | 0 | 11000 | 11101 | 10100101 | 1011000 | 100110 |
Color Harmonies of #0CB68B
Complementary color
Monochromatic Colors of #0CB68B
Black with #0CB68B
Text Example
Text Example
White with #0CB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB68B; }
p { color: rgb(12,182,139); }
H1.HeaderClassName
{
color: #0CB68B;
}
.AnyTagClassName
{
color: #0CB68B;
}
</style>
background-color css
<style>
a { background-color: #0CB68B; }
a { background-color: rgb(12,182,139); }
div.DivClassName
{
background-color: #0CB68B;
}
.BgClassName
{
background-color: #0CB68B;
}
</style>
border-color css
<style>
span { border-color: #0CB68B; }
span { border-color: rgb(12,182,139); }
td.TdClassName
{
border-color: #0CB68B;
}
.TagClassName
{
border-color: #0CB68B;
}
</style>