Shades of Mountain Meadow #0CC285
Tints of Mountain Meadow #0CC285
RGB
CMYK
RGB Variations
Color information
#0CC285 (or 0x0CC285) is known color: Mountain Meadow. HEX triplet: 0C, C2 and 85. RGB value is (12,194,133). Sum of RGB (Red+Green+Blue) = 12+194+133=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC285 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC285 is #F33D7A. Grayscale: #848484. Windows color (decimal): -15940987 or 8765964. OLE color: 8765964.
HSL color Cylindrical-coordinate representation of color #0CC285: hue angle of 159.89º 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 #0CC285 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 133 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.24 |
| HSL | 159.89º | 0.88% | 0.4% | - |
| HSV(B) | 159.89º | 0.94% | 0.76% | - |
| XYZ | 23.68 | 40.36 | 28.73 | - |
| YUV | 132.63 | 128.2 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 133 | 0.94 | 0 | 0.31 | 0.24 | 159.89 | 0.88 | 0.4 |
| Hex | C | C2 | 85 | 5E | 0 | 1F | 18 | A0 | 58 | 28 |
| Octal | 14 | 302 | 205 | 136 | 0 | 37 | 30 | 240 | 130 | 50 |
| Binary | 1100 | 11000010 | 10000101 | 1011110 | 0 | 11111 | 11000 | 10100000 | 1011000 | 101000 |
Color Harmonies of #0CC285
Complementary color
Monochromatic Colors of #0CC285
Black with #0CC285
Text Example
Text Example
White with #0CC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC285; }
p { color: rgb(12,194,133); }
H1.HeaderClassName
{
color: #0CC285;
}
.AnyTagClassName
{
color: #0CC285;
}
</style>
background-color css
<style>
a { background-color: #0CC285; }
a { background-color: rgb(12,194,133); }
div.DivClassName
{
background-color: #0CC285;
}
.BgClassName
{
background-color: #0CC285;
}
</style>
border-color css
<style>
span { border-color: #0CC285; }
span { border-color: rgb(12,194,133); }
td.TdClassName
{
border-color: #0CC285;
}
.TagClassName
{
border-color: #0CC285;
}
</style>