Shades of Mountain Meadow #0CCC77
Tints of Mountain Meadow #0CCC77
RGB
CMYK
RGB Variations
Color information
#0CCC77 (or 0x0CCC77) is known color: Mountain Meadow. HEX triplet: 0C, CC and 77. RGB value is (12,204,119). Sum of RGB (Red+Green+Blue) = 12+204+119=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC77 is #F33388. Grayscale: #898989. Windows color (decimal): -15938441 or 7851020. OLE color: 7851020.
HSL color Cylindrical-coordinate representation of color #0CCC77: hue angle of 153.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC77 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 119 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.2 |
| HSL | 153.44º | 0.89% | 0.42% | - |
| HSV(B) | 153.44º | 0.94% | 0.8% | - |
| XYZ | 25.07 | 44.6 | 24.74 | - |
| YUV | 136.9 | 117.89 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 119 | 0.94 | 0 | 0.42 | 0.2 | 153.44 | 0.89 | 0.42 |
| Hex | C | CC | 77 | 5E | 0 | 2A | 14 | 99 | 59 | 2A |
| Octal | 14 | 314 | 167 | 136 | 0 | 52 | 24 | 231 | 131 | 52 |
| Binary | 1100 | 11001100 | 1110111 | 1011110 | 0 | 101010 | 10100 | 10011001 | 1011001 | 101010 |
Color Harmonies of #0CCC77
Complementary color
Monochromatic Colors of #0CCC77
Black with #0CCC77
Text Example
Text Example
White with #0CCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC77; }
p { color: rgb(12,204,119); }
H1.HeaderClassName
{
color: #0CCC77;
}
.AnyTagClassName
{
color: #0CCC77;
}
</style>
background-color css
<style>
a { background-color: #0CCC77; }
a { background-color: rgb(12,204,119); }
div.DivClassName
{
background-color: #0CCC77;
}
.BgClassName
{
background-color: #0CCC77;
}
</style>
border-color css
<style>
span { border-color: #0CCC77; }
span { border-color: rgb(12,204,119); }
td.TdClassName
{
border-color: #0CCC77;
}
.TagClassName
{
border-color: #0CCC77;
}
</style>