Shades of Mountain Meadow #0CC771
Tints of Mountain Meadow #0CC771
RGB
CMYK
RGB Variations
Color information
#0CC771 (or 0x0CC771) is known color: Mountain Meadow. HEX triplet: 0C, C7 and 71. RGB value is (12,199,113). Sum of RGB (Red+Green+Blue) = 12+199+113=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC771 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC771 is #F3388E. Grayscale: #858585. Windows color (decimal): -15939727 or 7456524. OLE color: 7456524.
HSL color Cylindrical-coordinate representation of color #0CC771: hue angle of 152.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC771 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 113 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.22 |
| HSL | 152.41º | 0.89% | 0.41% | - |
| HSV(B) | 152.41º | 0.94% | 0.78% | - |
| XYZ | 23.56 | 42.12 | 22.51 | - |
| YUV | 133.28 | 116.55 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 113 | 0.94 | 0 | 0.43 | 0.22 | 152.41 | 0.89 | 0.41 |
| Hex | C | C7 | 71 | 5E | 0 | 2B | 16 | 98 | 59 | 29 |
| Octal | 14 | 307 | 161 | 136 | 0 | 53 | 26 | 230 | 131 | 51 |
| Binary | 1100 | 11000111 | 1110001 | 1011110 | 0 | 101011 | 10110 | 10011000 | 1011001 | 101001 |
Color Harmonies of #0CC771
Complementary color
Monochromatic Colors of #0CC771
Black with #0CC771
Text Example
Text Example
White with #0CC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC771; }
p { color: rgb(12,199,113); }
H1.HeaderClassName
{
color: #0CC771;
}
.AnyTagClassName
{
color: #0CC771;
}
</style>
background-color css
<style>
a { background-color: #0CC771; }
a { background-color: rgb(12,199,113); }
div.DivClassName
{
background-color: #0CC771;
}
.BgClassName
{
background-color: #0CC771;
}
</style>
border-color css
<style>
span { border-color: #0CC771; }
span { border-color: rgb(12,199,113); }
td.TdClassName
{
border-color: #0CC771;
}
.TagClassName
{
border-color: #0CC771;
}
</style>