Shades of Mountain Meadow #0BC578
Tints of Mountain Meadow #0BC578
RGB
CMYK
RGB Variations
Color information
#0BC578 (or 0x0BC578) is known color: Mountain Meadow. HEX triplet: 0B, C5 and 78. RGB value is (11,197,120). Sum of RGB (Red+Green+Blue) = 11+197+120=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC578 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC578 is #F43A87. Grayscale: #848484. Windows color (decimal): -16005768 or 7914763. OLE color: 7914763.
HSL color Cylindrical-coordinate representation of color #0BC578: hue angle of 155.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC578 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 120 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.23 |
| HSL | 155.16º | 0.89% | 0.41% | - |
| HSV(B) | 155.16º | 0.94% | 0.77% | - |
| XYZ | 23.49 | 41.36 | 24.51 | - |
| YUV | 132.61 | 120.88 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 120 | 0.94 | 0 | 0.39 | 0.23 | 155.16 | 0.89 | 0.41 |
| Hex | B | C5 | 78 | 5E | 0 | 27 | 17 | 9B | 59 | 29 |
| Octal | 13 | 305 | 170 | 136 | 0 | 47 | 27 | 233 | 131 | 51 |
| Binary | 1011 | 11000101 | 1111000 | 1011110 | 0 | 100111 | 10111 | 10011011 | 1011001 | 101001 |
Color Harmonies of #0BC578
Complementary color
Monochromatic Colors of #0BC578
Black with #0BC578
Text Example
Text Example
White with #0BC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC578; }
p { color: rgb(11,197,120); }
H1.HeaderClassName
{
color: #0BC578;
}
.AnyTagClassName
{
color: #0BC578;
}
</style>
background-color css
<style>
a { background-color: #0BC578; }
a { background-color: rgb(11,197,120); }
div.DivClassName
{
background-color: #0BC578;
}
.BgClassName
{
background-color: #0BC578;
}
</style>
border-color css
<style>
span { border-color: #0BC578; }
span { border-color: rgb(11,197,120); }
td.TdClassName
{
border-color: #0BC578;
}
.TagClassName
{
border-color: #0BC578;
}
</style>