Shades of Mountain Meadow #0CB478
Tints of Mountain Meadow #0CB478
RGB
CMYK
RGB Variations
Color information
#0CB478 (or 0x0CB478) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 78. RGB value is (12,180,120). Sum of RGB (Red+Green+Blue) = 12+180+120=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB478 is #F34B87. Grayscale: #7A7A7A. Windows color (decimal): -15944584 or 7910412. OLE color: 7910412.
HSL color Cylindrical-coordinate representation of color #0CB478: hue angle of 158.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB478 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 120 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.29 |
| HSL | 158.57º | 0.88% | 0.38% | - |
| HSV(B) | 158.57º | 0.93% | 0.71% | - |
| XYZ | 19.86 | 34.08 | 23.3 | - |
| YUV | 122.93 | 126.34 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 120 | 0.93 | 0 | 0.33 | 0.29 | 158.57 | 0.88 | 0.38 |
| Hex | C | B4 | 78 | 5D | 0 | 21 | 1D | 9F | 58 | 26 |
| Octal | 14 | 264 | 170 | 135 | 0 | 41 | 35 | 237 | 130 | 46 |
| Binary | 1100 | 10110100 | 1111000 | 1011101 | 0 | 100001 | 11101 | 10011111 | 1011000 | 100110 |
Color Harmonies of #0CB478
Complementary color
Monochromatic Colors of #0CB478
Black with #0CB478
Text Example
Text Example
White with #0CB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB478; }
p { color: rgb(12,180,120); }
H1.HeaderClassName
{
color: #0CB478;
}
.AnyTagClassName
{
color: #0CB478;
}
</style>
background-color css
<style>
a { background-color: #0CB478; }
a { background-color: rgb(12,180,120); }
div.DivClassName
{
background-color: #0CB478;
}
.BgClassName
{
background-color: #0CB478;
}
</style>
border-color css
<style>
span { border-color: #0CB478; }
span { border-color: rgb(12,180,120); }
td.TdClassName
{
border-color: #0CB478;
}
.TagClassName
{
border-color: #0CB478;
}
</style>