Shades of Mountain Meadow #0CC084
Tints of Mountain Meadow #0CC084
RGB
CMYK
RGB Variations
Color information
#0CC084 (or 0x0CC084) is known color: Mountain Meadow. HEX triplet: 0C, C0 and 84. RGB value is (12,192,132). Sum of RGB (Red+Green+Blue) = 12+192+132=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC084 is #F33F7B. Grayscale: #838383. Windows color (decimal): -15941500 or 8699916. OLE color: 8699916.
HSL color Cylindrical-coordinate representation of color #0CC084: hue angle of 160º 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 #0CC084 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 132 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.25 |
| HSL | 160º | 0.88% | 0.4% | - |
| HSV(B) | 160º | 0.94% | 0.75% | - |
| XYZ | 23.17 | 39.44 | 28.22 | - |
| YUV | 131.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 132 | 0.94 | 0 | 0.31 | 0.25 | 160 | 0.88 | 0.4 |
| Hex | C | C0 | 84 | 5E | 0 | 1F | 19 | A0 | 58 | 28 |
| Octal | 14 | 300 | 204 | 136 | 0 | 37 | 31 | 240 | 130 | 50 |
| Binary | 1100 | 11000000 | 10000100 | 1011110 | 0 | 11111 | 11001 | 10100000 | 1011000 | 101000 |
Color Harmonies of #0CC084
Complementary color
Monochromatic Colors of #0CC084
Black with #0CC084
Text Example
Text Example
White with #0CC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC084; }
p { color: rgb(12,192,132); }
H1.HeaderClassName
{
color: #0CC084;
}
.AnyTagClassName
{
color: #0CC084;
}
</style>
background-color css
<style>
a { background-color: #0CC084; }
a { background-color: rgb(12,192,132); }
div.DivClassName
{
background-color: #0CC084;
}
.BgClassName
{
background-color: #0CC084;
}
</style>
border-color css
<style>
span { border-color: #0CC084; }
span { border-color: rgb(12,192,132); }
td.TdClassName
{
border-color: #0CC084;
}
.TagClassName
{
border-color: #0CC084;
}
</style>