Shades of Mountain Meadow #0CD178
Tints of Mountain Meadow #0CD178
RGB
CMYK
RGB Variations
Color information
#0CD178 (or 0x0CD178) is known color: Mountain Meadow. HEX triplet: 0C, D1 and 78. RGB value is (12,209,120). Sum of RGB (Red+Green+Blue) = 12+209+120=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD178 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD178 is #F32E87. Grayscale: #8C8C8C. Windows color (decimal): -15937160 or 7917836. OLE color: 7917836.
HSL color Cylindrical-coordinate representation of color #0CD178: hue angle of 152.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD178 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 209 | 120 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.18 |
| HSL | 152.89º | 0.89% | 0.43% | - |
| HSV(B) | 152.89º | 0.94% | 0.82% | - |
| XYZ | 26.34 | 47.04 | 25.46 | - |
| YUV | 139.95 | 116.73 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 120 | 0.94 | 0 | 0.43 | 0.18 | 152.89 | 0.89 | 0.43 |
| Hex | C | D1 | 78 | 5E | 0 | 2B | 12 | 99 | 59 | 2B |
| Octal | 14 | 321 | 170 | 136 | 0 | 53 | 22 | 231 | 131 | 53 |
| Binary | 1100 | 11010001 | 1111000 | 1011110 | 0 | 101011 | 10010 | 10011001 | 1011001 | 101011 |
Color Harmonies of #0CD178
Complementary color
Monochromatic Colors of #0CD178
Black with #0CD178
Text Example
Text Example
White with #0CD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD178; }
p { color: rgb(12,209,120); }
H1.HeaderClassName
{
color: #0CD178;
}
.AnyTagClassName
{
color: #0CD178;
}
</style>
background-color css
<style>
a { background-color: #0CD178; }
a { background-color: rgb(12,209,120); }
div.DivClassName
{
background-color: #0CD178;
}
.BgClassName
{
background-color: #0CD178;
}
</style>
border-color css
<style>
span { border-color: #0CD178; }
span { border-color: rgb(12,209,120); }
td.TdClassName
{
border-color: #0CD178;
}
.TagClassName
{
border-color: #0CD178;
}
</style>