Shades of Mountain Meadow #0CC286
Tints of Mountain Meadow #0CC286
RGB
CMYK
RGB Variations
Color information
#0CC286 (or 0x0CC286) is known color: Mountain Meadow. HEX triplet: 0C, C2 and 86. RGB value is (12,194,134). Sum of RGB (Red+Green+Blue) = 12+194+134=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC286 is #F33D79. Grayscale: #848484. Windows color (decimal): -15940986 or 8831500. OLE color: 8831500.
HSL color Cylindrical-coordinate representation of color #0CC286: hue angle of 160.22º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC286 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 134 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.24 |
| HSL | 160.22º | 0.88% | 0.4% | - |
| HSV(B) | 160.22º | 0.94% | 0.76% | - |
| XYZ | 23.75 | 40.38 | 29.1 | - |
| YUV | 132.74 | 128.7 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 134 | 0.94 | 0 | 0.31 | 0.24 | 160.22 | 0.88 | 0.4 |
| Hex | C | C2 | 86 | 5E | 0 | 1F | 18 | A0 | 58 | 28 |
| Octal | 14 | 302 | 206 | 136 | 0 | 37 | 30 | 240 | 130 | 50 |
| Binary | 1100 | 11000010 | 10000110 | 1011110 | 0 | 11111 | 11000 | 10100000 | 1011000 | 101000 |
Color Harmonies of #0CC286
Complementary color
Monochromatic Colors of #0CC286
Black with #0CC286
Text Example
Text Example
White with #0CC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC286; }
p { color: rgb(12,194,134); }
H1.HeaderClassName
{
color: #0CC286;
}
.AnyTagClassName
{
color: #0CC286;
}
</style>
background-color css
<style>
a { background-color: #0CC286; }
a { background-color: rgb(12,194,134); }
div.DivClassName
{
background-color: #0CC286;
}
.BgClassName
{
background-color: #0CC286;
}
</style>
border-color css
<style>
span { border-color: #0CC286; }
span { border-color: rgb(12,194,134); }
td.TdClassName
{
border-color: #0CC286;
}
.TagClassName
{
border-color: #0CC286;
}
</style>