Shades of Jade #0BBA71
Tints of Jade #0BBA71
RGB
CMYK
RGB Variations
Color information
#0BBA71 (or 0x0BBA71) is known color: Jade. HEX triplet: 0B, BA and 71. RGB value is (11,186,113). Sum of RGB (Red+Green+Blue) = 11+186+113=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA71 is #F4458E. Grayscale: #7D7D7D. Windows color (decimal): -16008591 or 7453195. OLE color: 7453195.
HSL color Cylindrical-coordinate representation of color #0BBA71: hue angle of 154.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA71 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 113 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.27 |
| HSL | 154.97º | 0.89% | 0.39% | - |
| HSV(B) | 154.97º | 0.94% | 0.73% | - |
| XYZ | 20.68 | 36.38 | 21.56 | - |
| YUV | 125.35 | 121.02 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 113 | 0.94 | 0 | 0.39 | 0.27 | 154.97 | 0.89 | 0.39 |
| Hex | B | BA | 71 | 5E | 0 | 27 | 1B | 9B | 59 | 27 |
| Octal | 13 | 272 | 161 | 136 | 0 | 47 | 33 | 233 | 131 | 47 |
| Binary | 1011 | 10111010 | 1110001 | 1011110 | 0 | 100111 | 11011 | 10011011 | 1011001 | 100111 |
Color Harmonies of #0BBA71
Complementary color
Monochromatic Colors of #0BBA71
Black with #0BBA71
Text Example
Text Example
White with #0BBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA71; }
p { color: rgb(11,186,113); }
H1.HeaderClassName
{
color: #0BBA71;
}
.AnyTagClassName
{
color: #0BBA71;
}
</style>
background-color css
<style>
a { background-color: #0BBA71; }
a { background-color: rgb(11,186,113); }
div.DivClassName
{
background-color: #0BBA71;
}
.BgClassName
{
background-color: #0BBA71;
}
</style>
border-color css
<style>
span { border-color: #0BBA71; }
span { border-color: rgb(11,186,113); }
td.TdClassName
{
border-color: #0BBA71;
}
.TagClassName
{
border-color: #0BBA71;
}
</style>