Shades of Mountain Meadow #0CC27A
Tints of Mountain Meadow #0CC27A
RGB
CMYK
RGB Variations
Color information
#0CC27A (or 0x0CC27A) is known color: Mountain Meadow. HEX triplet: 0C, C2 and 7A. RGB value is (12,194,122). Sum of RGB (Red+Green+Blue) = 12+194+122=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC27A is #F33D85. Grayscale: #838383. Windows color (decimal): -15940998 or 8045068. OLE color: 8045068.
HSL color Cylindrical-coordinate representation of color #0CC27A: hue angle of 156.26º 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 #0CC27A is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 122 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.24 |
| HSL | 156.26º | 0.88% | 0.4% | - |
| HSV(B) | 156.26º | 0.94% | 0.76% | - |
| XYZ | 22.96 | 40.07 | 24.94 | - |
| YUV | 131.37 | 122.7 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 122 | 0.94 | 0 | 0.37 | 0.24 | 156.26 | 0.88 | 0.4 |
| Hex | C | C2 | 7A | 5E | 0 | 25 | 18 | 9C | 58 | 28 |
| Octal | 14 | 302 | 172 | 136 | 0 | 45 | 30 | 234 | 130 | 50 |
| Binary | 1100 | 11000010 | 1111010 | 1011110 | 0 | 100101 | 11000 | 10011100 | 1011000 | 101000 |
Color Harmonies of #0CC27A
Complementary color
Monochromatic Colors of #0CC27A
Black with #0CC27A
Text Example
Text Example
White with #0CC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC27A; }
p { color: rgb(12,194,122); }
H1.HeaderClassName
{
color: #0CC27A;
}
.AnyTagClassName
{
color: #0CC27A;
}
</style>
background-color css
<style>
a { background-color: #0CC27A; }
a { background-color: rgb(12,194,122); }
div.DivClassName
{
background-color: #0CC27A;
}
.BgClassName
{
background-color: #0CC27A;
}
</style>
border-color css
<style>
span { border-color: #0CC27A; }
span { border-color: rgb(12,194,122); }
td.TdClassName
{
border-color: #0CC27A;
}
.TagClassName
{
border-color: #0CC27A;
}
</style>