Shades of Mountain Meadow #0CC085
Tints of Mountain Meadow #0CC085
RGB
CMYK
RGB Variations
Color information
#0CC085 (or 0x0CC085) is known color: Mountain Meadow. HEX triplet: 0C, C0 and 85. RGB value is (12,192,133). Sum of RGB (Red+Green+Blue) = 12+192+133=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC085 is #F33F7A. Grayscale: #838383. Windows color (decimal): -15941499 or 8765452. OLE color: 8765452.
HSL color Cylindrical-coordinate representation of color #0CC085: hue angle of 160.33º 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 #0CC085 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 133 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.25 |
| HSL | 160.33º | 0.88% | 0.4% | - |
| HSV(B) | 160.33º | 0.94% | 0.75% | - |
| XYZ | 23.23 | 39.47 | 28.58 | - |
| YUV | 131.45 | 128.87 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 133 | 0.94 | 0 | 0.31 | 0.25 | 160.33 | 0.88 | 0.4 |
| Hex | C | C0 | 85 | 5E | 0 | 1F | 19 | A0 | 58 | 28 |
| Octal | 14 | 300 | 205 | 136 | 0 | 37 | 31 | 240 | 130 | 50 |
| Binary | 1100 | 11000000 | 10000101 | 1011110 | 0 | 11111 | 11001 | 10100000 | 1011000 | 101000 |
Color Harmonies of #0CC085
Complementary color
Monochromatic Colors of #0CC085
Black with #0CC085
Text Example
Text Example
White with #0CC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC085; }
p { color: rgb(12,192,133); }
H1.HeaderClassName
{
color: #0CC085;
}
.AnyTagClassName
{
color: #0CC085;
}
</style>
background-color css
<style>
a { background-color: #0CC085; }
a { background-color: rgb(12,192,133); }
div.DivClassName
{
background-color: #0CC085;
}
.BgClassName
{
background-color: #0CC085;
}
</style>
border-color css
<style>
span { border-color: #0CC085; }
span { border-color: rgb(12,192,133); }
td.TdClassName
{
border-color: #0CC085;
}
.TagClassName
{
border-color: #0CC085;
}
</style>