Shades of Mountain Meadow #0BC47F
Tints of Mountain Meadow #0BC47F
RGB
CMYK
RGB Variations
Color information
#0BC47F (or 0x0BC47F) is known color: Mountain Meadow. HEX triplet: 0B, C4 and 7F. RGB value is (11,196,127). Sum of RGB (Red+Green+Blue) = 11+196+127=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC47F is #F43B80. Grayscale: #848484. Windows color (decimal): -16006017 or 8373259. OLE color: 8373259.
HSL color Cylindrical-coordinate representation of color #0BC47F: hue angle of 157.62º 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 #0BC47F is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 196 | 127 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.23 |
| HSL | 157.62º | 0.89% | 0.41% | - |
| HSV(B) | 157.62º | 0.94% | 0.77% | - |
| XYZ | 23.71 | 41.08 | 26.76 | - |
| YUV | 132.82 | 124.71 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 127 | 0.94 | 0 | 0.35 | 0.23 | 157.62 | 0.89 | 0.41 |
| Hex | B | C4 | 7F | 5E | 0 | 23 | 17 | 9E | 59 | 29 |
| Octal | 13 | 304 | 177 | 136 | 0 | 43 | 27 | 236 | 131 | 51 |
| Binary | 1011 | 11000100 | 1111111 | 1011110 | 0 | 100011 | 10111 | 10011110 | 1011001 | 101001 |
Color Harmonies of #0BC47F
Complementary color
Monochromatic Colors of #0BC47F
Black with #0BC47F
Text Example
Text Example
White with #0BC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC47F; }
p { color: rgb(11,196,127); }
H1.HeaderClassName
{
color: #0BC47F;
}
.AnyTagClassName
{
color: #0BC47F;
}
</style>
background-color css
<style>
a { background-color: #0BC47F; }
a { background-color: rgb(11,196,127); }
div.DivClassName
{
background-color: #0BC47F;
}
.BgClassName
{
background-color: #0BC47F;
}
</style>
border-color css
<style>
span { border-color: #0BC47F; }
span { border-color: rgb(11,196,127); }
td.TdClassName
{
border-color: #0BC47F;
}
.TagClassName
{
border-color: #0BC47F;
}
</style>