Shades of Mountain Meadow #0CB578
Tints of Mountain Meadow #0CB578
RGB
CMYK
RGB Variations
Color information
#0CB578 (or 0x0CB578) is known color: Mountain Meadow. HEX triplet: 0C, B5 and 78. RGB value is (12,181,120). Sum of RGB (Red+Green+Blue) = 12+181+120=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB578 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB578 is #F34A87. Grayscale: #7B7B7B. Windows color (decimal): -15944328 or 7910668. OLE color: 7910668.
HSL color Cylindrical-coordinate representation of color #0CB578: hue angle of 158.34º 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 #0CB578 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 120 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.29 |
| HSL | 158.34º | 0.88% | 0.38% | - |
| HSV(B) | 158.34º | 0.93% | 0.71% | - |
| XYZ | 20.07 | 34.48 | 23.37 | - |
| YUV | 123.52 | 126.01 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 120 | 0.93 | 0 | 0.34 | 0.29 | 158.34 | 0.88 | 0.38 |
| Hex | C | B5 | 78 | 5D | 0 | 22 | 1D | 9E | 58 | 26 |
| Octal | 14 | 265 | 170 | 135 | 0 | 42 | 35 | 236 | 130 | 46 |
| Binary | 1100 | 10110101 | 1111000 | 1011101 | 0 | 100010 | 11101 | 10011110 | 1011000 | 100110 |
Color Harmonies of #0CB578
Complementary color
Monochromatic Colors of #0CB578
Black with #0CB578
Text Example
Text Example
White with #0CB578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB578; }
p { color: rgb(12,181,120); }
H1.HeaderClassName
{
color: #0CB578;
}
.AnyTagClassName
{
color: #0CB578;
}
</style>
background-color css
<style>
a { background-color: #0CB578; }
a { background-color: rgb(12,181,120); }
div.DivClassName
{
background-color: #0CB578;
}
.BgClassName
{
background-color: #0CB578;
}
</style>
border-color css
<style>
span { border-color: #0CB578; }
span { border-color: rgb(12,181,120); }
td.TdClassName
{
border-color: #0CB578;
}
.TagClassName
{
border-color: #0CB578;
}
</style>