Shades of Jade #0BBA70
Tints of Jade #0BBA70
RGB
CMYK
RGB Variations
Color information
#0BBA70 (or 0x0BBA70) is known color: Jade. HEX triplet: 0B, BA and 70. RGB value is (11,186,112). Sum of RGB (Red+Green+Blue) = 11+186+112=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA70 is #F4458F. Grayscale: #7D7D7D. Windows color (decimal): -16008592 or 7387659. OLE color: 7387659.
HSL color Cylindrical-coordinate representation of color #0BBA70: hue angle of 154.63º 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 #0BBA70 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 112 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.27 |
| HSL | 154.63º | 0.89% | 0.39% | - |
| HSV(B) | 154.63º | 0.94% | 0.73% | - |
| XYZ | 20.62 | 36.36 | 21.26 | - |
| YUV | 125.24 | 120.52 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 112 | 0.94 | 0 | 0.40 | 0.27 | 154.63 | 0.89 | 0.39 |
| Hex | B | BA | 70 | 5E | 0 | 28 | 1B | 9B | 59 | 27 |
| Octal | 13 | 272 | 160 | 136 | 0 | 50 | 33 | 233 | 131 | 47 |
| Binary | 1011 | 10111010 | 1110000 | 1011110 | 0 | 101000 | 11011 | 10011011 | 1011001 | 100111 |
Color Harmonies of #0BBA70
Complementary color
Monochromatic Colors of #0BBA70
Black with #0BBA70
Text Example
Text Example
White with #0BBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA70; }
p { color: rgb(11,186,112); }
H1.HeaderClassName
{
color: #0BBA70;
}
.AnyTagClassName
{
color: #0BBA70;
}
</style>
background-color css
<style>
a { background-color: #0BBA70; }
a { background-color: rgb(11,186,112); }
div.DivClassName
{
background-color: #0BBA70;
}
.BgClassName
{
background-color: #0BBA70;
}
</style>
border-color css
<style>
span { border-color: #0BBA70; }
span { border-color: rgb(11,186,112); }
td.TdClassName
{
border-color: #0BBA70;
}
.TagClassName
{
border-color: #0BBA70;
}
</style>