Shades of Jade #0BB963
Tints of Jade #0BB963
RGB
CMYK
RGB Variations
Color information
#0BB963 (or 0x0BB963) is known color: Jade. HEX triplet: 0B, B9 and 63. RGB value is (11,185,99). Sum of RGB (Red+Green+Blue) = 11+185+99=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB963 is #F4469C. Grayscale: #7B7B7B. Windows color (decimal): -16008861 or 6535435. OLE color: 6535435.
HSL color Cylindrical-coordinate representation of color #0BB963: hue angle of 150.34º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB963 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 99 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.27 |
| HSL | 150.34º | 0.89% | 0.38% | - |
| HSV(B) | 150.34º | 0.94% | 0.73% | - |
| XYZ | 19.74 | 35.67 | 17.65 | - |
| YUV | 123.17 | 114.35 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 99 | 0.94 | 0 | 0.46 | 0.27 | 150.34 | 0.89 | 0.38 |
| Hex | B | B9 | 63 | 5E | 0 | 2E | 1B | 96 | 59 | 26 |
| Octal | 13 | 271 | 143 | 136 | 0 | 56 | 33 | 226 | 131 | 46 |
| Binary | 1011 | 10111001 | 1100011 | 1011110 | 0 | 101110 | 11011 | 10010110 | 1011001 | 100110 |
Color Harmonies of #0BB963
Complementary color
Monochromatic Colors of #0BB963
Black with #0BB963
Text Example
Text Example
White with #0BB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB963; }
p { color: rgb(11,185,99); }
H1.HeaderClassName
{
color: #0BB963;
}
.AnyTagClassName
{
color: #0BB963;
}
</style>
background-color css
<style>
a { background-color: #0BB963; }
a { background-color: rgb(11,185,99); }
div.DivClassName
{
background-color: #0BB963;
}
.BgClassName
{
background-color: #0BB963;
}
</style>
border-color css
<style>
span { border-color: #0BB963; }
span { border-color: rgb(11,185,99); }
td.TdClassName
{
border-color: #0BB963;
}
.TagClassName
{
border-color: #0BB963;
}
</style>