Shades of Mountain Meadow #0BC979
Tints of Mountain Meadow #0BC979
RGB
CMYK
RGB Variations
Color information
#0BC979 (or 0x0BC979) is known color: Mountain Meadow. HEX triplet: 0B, C9 and 79. RGB value is (11,201,121). Sum of RGB (Red+Green+Blue) = 11+201+121=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC979 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC979 is #F43686. Grayscale: #878787. Windows color (decimal): -16004743 or 7981323. OLE color: 7981323.
HSL color Cylindrical-coordinate representation of color #0BC979: hue angle of 154.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC979 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 121 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.21 |
| HSL | 154.74º | 0.9% | 0.42% | - |
| HSV(B) | 154.74º | 0.95% | 0.79% | - |
| XYZ | 24.48 | 43.22 | 25.14 | - |
| YUV | 135.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 121 | 0.95 | 0 | 0.40 | 0.21 | 154.74 | 0.9 | 0.42 |
| Hex | B | C9 | 79 | 5F | 0 | 28 | 15 | 9B | 5A | 2A |
| Octal | 13 | 311 | 171 | 137 | 0 | 50 | 25 | 233 | 132 | 52 |
| Binary | 1011 | 11001001 | 1111001 | 1011111 | 0 | 101000 | 10101 | 10011011 | 1011010 | 101010 |
Color Harmonies of #0BC979
Complementary color
Monochromatic Colors of #0BC979
Black with #0BC979
Text Example
Text Example
White with #0BC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC979; }
p { color: rgb(11,201,121); }
H1.HeaderClassName
{
color: #0BC979;
}
.AnyTagClassName
{
color: #0BC979;
}
</style>
background-color css
<style>
a { background-color: #0BC979; }
a { background-color: rgb(11,201,121); }
div.DivClassName
{
background-color: #0BC979;
}
.BgClassName
{
background-color: #0BC979;
}
</style>
border-color css
<style>
span { border-color: #0BC979; }
span { border-color: rgb(11,201,121); }
td.TdClassName
{
border-color: #0BC979;
}
.TagClassName
{
border-color: #0BC979;
}
</style>