Shades of Jade #0BBA66
Tints of Jade #0BBA66
RGB
CMYK
RGB Variations
Color information
#0BBA66 (or 0x0BBA66) is known color: Jade. HEX triplet: 0B, BA and 66. RGB value is (11,186,102). Sum of RGB (Red+Green+Blue) = 11+186+102=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA66 is #F44599. Grayscale: #7C7C7C. Windows color (decimal): -16008602 or 6732299. OLE color: 6732299.
HSL color Cylindrical-coordinate representation of color #0BBA66: hue angle of 151.2º 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 #0BBA66 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 102 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.27 |
| HSL | 151.2º | 0.89% | 0.39% | - |
| HSV(B) | 151.2º | 0.94% | 0.73% | - |
| XYZ | 20.1 | 36.15 | 18.49 | - |
| YUV | 124.1 | 115.52 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 102 | 0.94 | 0 | 0.45 | 0.27 | 151.2 | 0.89 | 0.39 |
| Hex | B | BA | 66 | 5E | 0 | 2D | 1B | 97 | 59 | 27 |
| Octal | 13 | 272 | 146 | 136 | 0 | 55 | 33 | 227 | 131 | 47 |
| Binary | 1011 | 10111010 | 1100110 | 1011110 | 0 | 101101 | 11011 | 10010111 | 1011001 | 100111 |
Color Harmonies of #0BBA66
Complementary color
Monochromatic Colors of #0BBA66
Black with #0BBA66
Text Example
Text Example
White with #0BBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA66; }
p { color: rgb(11,186,102); }
H1.HeaderClassName
{
color: #0BBA66;
}
.AnyTagClassName
{
color: #0BBA66;
}
</style>
background-color css
<style>
a { background-color: #0BBA66; }
a { background-color: rgb(11,186,102); }
div.DivClassName
{
background-color: #0BBA66;
}
.BgClassName
{
background-color: #0BBA66;
}
</style>
border-color css
<style>
span { border-color: #0BBA66; }
span { border-color: rgb(11,186,102); }
td.TdClassName
{
border-color: #0BBA66;
}
.TagClassName
{
border-color: #0BBA66;
}
</style>