Shades of Jade #0BB960
Tints of Jade #0BB960
RGB
CMYK
RGB Variations
Color information
#0BB960 (or 0x0BB960) is known color: Jade. HEX triplet: 0B, B9 and 60. RGB value is (11,185,96). Sum of RGB (Red+Green+Blue) = 11+185+96=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB960 is #F4469F. Grayscale: #7B7B7B. Windows color (decimal): -16008864 or 6338827. OLE color: 6338827.
HSL color Cylindrical-coordinate representation of color #0BB960: hue angle of 149.31º 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 #0BB960 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 96 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.27 |
| HSL | 149.31º | 0.89% | 0.38% | - |
| HSV(B) | 149.31º | 0.94% | 0.73% | - |
| XYZ | 19.6 | 35.61 | 16.91 | - |
| YUV | 122.83 | 112.85 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 96 | 0.94 | 0 | 0.48 | 0.27 | 149.31 | 0.89 | 0.38 |
| Hex | B | B9 | 60 | 5E | 0 | 30 | 1B | 95 | 59 | 26 |
| Octal | 13 | 271 | 140 | 136 | 0 | 60 | 33 | 225 | 131 | 46 |
| Binary | 1011 | 10111001 | 1100000 | 1011110 | 0 | 110000 | 11011 | 10010101 | 1011001 | 100110 |
Color Harmonies of #0BB960
Complementary color
Monochromatic Colors of #0BB960
Black with #0BB960
Text Example
Text Example
White with #0BB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB960; }
p { color: rgb(11,185,96); }
H1.HeaderClassName
{
color: #0BB960;
}
.AnyTagClassName
{
color: #0BB960;
}
</style>
background-color css
<style>
a { background-color: #0BB960; }
a { background-color: rgb(11,185,96); }
div.DivClassName
{
background-color: #0BB960;
}
.BgClassName
{
background-color: #0BB960;
}
</style>
border-color css
<style>
span { border-color: #0BB960; }
span { border-color: rgb(11,185,96); }
td.TdClassName
{
border-color: #0BB960;
}
.TagClassName
{
border-color: #0BB960;
}
</style>