Shades of Mountain Meadow #0BC980
Tints of Mountain Meadow #0BC980
RGB
CMYK
RGB Variations
Color information
#0BC980 (or 0x0BC980) is known color: Mountain Meadow. HEX triplet: 0B, C9 and 80. RGB value is (11,201,128). Sum of RGB (Red+Green+Blue) = 11+201+128=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC980 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC980 is #F4367F. Grayscale: #878787. Windows color (decimal): -16004736 or 8440075. OLE color: 8440075.
HSL color Cylindrical-coordinate representation of color #0BC980: hue angle of 156.95º 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 #0BC980 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 128 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.21 |
| HSL | 156.95º | 0.9% | 0.42% | - |
| HSV(B) | 156.95º | 0.95% | 0.79% | - |
| XYZ | 24.92 | 43.4 | 27.49 | - |
| YUV | 135.87 | 123.55 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 128 | 0.95 | 0 | 0.36 | 0.21 | 156.95 | 0.9 | 0.42 |
| Hex | B | C9 | 80 | 5F | 0 | 24 | 15 | 9D | 5A | 2A |
| Octal | 13 | 311 | 200 | 137 | 0 | 44 | 25 | 235 | 132 | 52 |
| Binary | 1011 | 11001001 | 10000000 | 1011111 | 0 | 100100 | 10101 | 10011101 | 1011010 | 101010 |
Color Harmonies of #0BC980
Complementary color
Monochromatic Colors of #0BC980
Black with #0BC980
Text Example
Text Example
White with #0BC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC980; }
p { color: rgb(11,201,128); }
H1.HeaderClassName
{
color: #0BC980;
}
.AnyTagClassName
{
color: #0BC980;
}
</style>
background-color css
<style>
a { background-color: #0BC980; }
a { background-color: rgb(11,201,128); }
div.DivClassName
{
background-color: #0BC980;
}
.BgClassName
{
background-color: #0BC980;
}
</style>
border-color css
<style>
span { border-color: #0BC980; }
span { border-color: rgb(11,201,128); }
td.TdClassName
{
border-color: #0BC980;
}
.TagClassName
{
border-color: #0BC980;
}
</style>