Shades of Mountain Meadow #0CCA76
Tints of Mountain Meadow #0CCA76
RGB
CMYK
RGB Variations
Color information
#0CCA76 (or 0x0CCA76) is known color: Mountain Meadow. HEX triplet: 0C, CA and 76. RGB value is (12,202,118). Sum of RGB (Red+Green+Blue) = 12+202+118=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCA76 is #F33589. Grayscale: #878787. Windows color (decimal): -15938954 or 7784972. OLE color: 7784972.
HSL color Cylindrical-coordinate representation of color #0CCA76: hue angle of 153.47º 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 #0CCA76 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 118 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.21 |
| HSL | 153.47º | 0.89% | 0.42% | - |
| HSV(B) | 153.47º | 0.94% | 0.79% | - |
| XYZ | 24.54 | 43.63 | 24.27 | - |
| YUV | 135.61 | 118.05 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 118 | 0.94 | 0 | 0.42 | 0.21 | 153.47 | 0.89 | 0.42 |
| Hex | C | CA | 76 | 5E | 0 | 2A | 15 | 99 | 59 | 2A |
| Octal | 14 | 312 | 166 | 136 | 0 | 52 | 25 | 231 | 131 | 52 |
| Binary | 1100 | 11001010 | 1110110 | 1011110 | 0 | 101010 | 10101 | 10011001 | 1011001 | 101010 |
Color Harmonies of #0CCA76
Complementary color
Monochromatic Colors of #0CCA76
Black with #0CCA76
Text Example
Text Example
White with #0CCA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA76; }
p { color: rgb(12,202,118); }
H1.HeaderClassName
{
color: #0CCA76;
}
.AnyTagClassName
{
color: #0CCA76;
}
</style>
background-color css
<style>
a { background-color: #0CCA76; }
a { background-color: rgb(12,202,118); }
div.DivClassName
{
background-color: #0CCA76;
}
.BgClassName
{
background-color: #0CCA76;
}
</style>
border-color css
<style>
span { border-color: #0CCA76; }
span { border-color: rgb(12,202,118); }
td.TdClassName
{
border-color: #0CCA76;
}
.TagClassName
{
border-color: #0CCA76;
}
</style>