Shades of Mountain Meadow #0BC07F
Tints of Mountain Meadow #0BC07F
RGB
CMYK
RGB Variations
Color information
#0BC07F (or 0x0BC07F) is known color: Mountain Meadow. HEX triplet: 0B, C0 and 7F. RGB value is (11,192,127). Sum of RGB (Red+Green+Blue) = 11+192+127=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC07F is #F43F80. Grayscale: #828282. Windows color (decimal): -16007041 or 8372235. OLE color: 8372235.
HSL color Cylindrical-coordinate representation of color #0BC07F: hue angle of 158.45º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC07F is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 127 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.25 |
| HSL | 158.45º | 0.89% | 0.4% | - |
| HSV(B) | 158.45º | 0.94% | 0.75% | - |
| XYZ | 22.82 | 39.3 | 26.46 | - |
| YUV | 130.47 | 126.03 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 127 | 0.94 | 0 | 0.34 | 0.25 | 158.45 | 0.89 | 0.4 |
| Hex | B | C0 | 7F | 5E | 0 | 22 | 19 | 9E | 59 | 28 |
| Octal | 13 | 300 | 177 | 136 | 0 | 42 | 31 | 236 | 131 | 50 |
| Binary | 1011 | 11000000 | 1111111 | 1011110 | 0 | 100010 | 11001 | 10011110 | 1011001 | 101000 |
Color Harmonies of #0BC07F
Complementary color
Monochromatic Colors of #0BC07F
Black with #0BC07F
Text Example
Text Example
White with #0BC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC07F; }
p { color: rgb(11,192,127); }
H1.HeaderClassName
{
color: #0BC07F;
}
.AnyTagClassName
{
color: #0BC07F;
}
</style>
background-color css
<style>
a { background-color: #0BC07F; }
a { background-color: rgb(11,192,127); }
div.DivClassName
{
background-color: #0BC07F;
}
.BgClassName
{
background-color: #0BC07F;
}
</style>
border-color css
<style>
span { border-color: #0BC07F; }
span { border-color: rgb(11,192,127); }
td.TdClassName
{
border-color: #0BC07F;
}
.TagClassName
{
border-color: #0BC07F;
}
</style>