Shades of Mountain Meadow #0CC978
Tints of Mountain Meadow #0CC978
RGB
CMYK
RGB Variations
Color information
#0CC978 (or 0x0CC978) is known color: Mountain Meadow. HEX triplet: 0C, C9 and 78. RGB value is (12,201,120). Sum of RGB (Red+Green+Blue) = 12+201+120=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC978 is #F33687. Grayscale: #878787. Windows color (decimal): -15939208 or 7915788. OLE color: 7915788.
HSL color Cylindrical-coordinate representation of color #0CC978: hue angle of 154.29º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC978 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 120 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.21 |
| HSL | 154.29º | 0.89% | 0.42% | - |
| HSV(B) | 154.29º | 0.94% | 0.79% | - |
| XYZ | 24.43 | 43.21 | 24.82 | - |
| YUV | 135.26 | 119.38 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 120 | 0.94 | 0 | 0.40 | 0.21 | 154.29 | 0.89 | 0.42 |
| Hex | C | C9 | 78 | 5E | 0 | 28 | 15 | 9A | 59 | 2A |
| Octal | 14 | 311 | 170 | 136 | 0 | 50 | 25 | 232 | 131 | 52 |
| Binary | 1100 | 11001001 | 1111000 | 1011110 | 0 | 101000 | 10101 | 10011010 | 1011001 | 101010 |
Color Harmonies of #0CC978
Complementary color
Monochromatic Colors of #0CC978
Black with #0CC978
Text Example
Text Example
White with #0CC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC978; }
p { color: rgb(12,201,120); }
H1.HeaderClassName
{
color: #0CC978;
}
.AnyTagClassName
{
color: #0CC978;
}
</style>
background-color css
<style>
a { background-color: #0CC978; }
a { background-color: rgb(12,201,120); }
div.DivClassName
{
background-color: #0CC978;
}
.BgClassName
{
background-color: #0CC978;
}
</style>
border-color css
<style>
span { border-color: #0CC978; }
span { border-color: rgb(12,201,120); }
td.TdClassName
{
border-color: #0CC978;
}
.TagClassName
{
border-color: #0CC978;
}
</style>