Shades of Mountain Meadow #0CBF8E
Tints of Mountain Meadow #0CBF8E
RGB
CMYK
RGB Variations
Color information
#0CBF8E (or 0x0CBF8E) is known color: Mountain Meadow. HEX triplet: 0C, BF and 8E. RGB value is (12,191,142). Sum of RGB (Red+Green+Blue) = 12+191+142=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBF8E is #F34071. Grayscale: #838383. Windows color (decimal): -15941746 or 9355020. OLE color: 9355020.
HSL color Cylindrical-coordinate representation of color #0CBF8E: hue angle of 163.58º 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 #0CBF8E is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 142 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.25 |
| HSL | 163.58º | 0.88% | 0.4% | - |
| HSV(B) | 163.58º | 0.94% | 0.75% | - |
| XYZ | 23.66 | 39.29 | 31.93 | - |
| YUV | 131.89 | 133.7 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 142 | 0.94 | 0 | 0.26 | 0.25 | 163.58 | 0.88 | 0.4 |
| Hex | C | BF | 8E | 5E | 0 | 1A | 19 | A4 | 58 | 28 |
| Octal | 14 | 277 | 216 | 136 | 0 | 32 | 31 | 244 | 130 | 50 |
| Binary | 1100 | 10111111 | 10001110 | 1011110 | 0 | 11010 | 11001 | 10100100 | 1011000 | 101000 |
Color Harmonies of #0CBF8E
Complementary color
Monochromatic Colors of #0CBF8E
Black with #0CBF8E
Text Example
Text Example
White with #0CBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBF8E; }
p { color: rgb(12,191,142); }
H1.HeaderClassName
{
color: #0CBF8E;
}
.AnyTagClassName
{
color: #0CBF8E;
}
</style>
background-color css
<style>
a { background-color: #0CBF8E; }
a { background-color: rgb(12,191,142); }
div.DivClassName
{
background-color: #0CBF8E;
}
.BgClassName
{
background-color: #0CBF8E;
}
</style>
border-color css
<style>
span { border-color: #0CBF8E; }
span { border-color: rgb(12,191,142); }
td.TdClassName
{
border-color: #0CBF8E;
}
.TagClassName
{
border-color: #0CBF8E;
}
</style>