Shades of Jade #0BA964
Tints of Jade #0BA964
RGB
CMYK
RGB Variations
Color information
#0BA964 (or 0x0BA964) is known color: Jade. HEX triplet: 0B, A9 and 64. RGB value is (11,169,100). Sum of RGB (Red+Green+Blue) = 11+169+100=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA964 is #F4569B. Grayscale: #727272. Windows color (decimal): -16012956 or 6596875. OLE color: 6596875.
HSL color Cylindrical-coordinate representation of color #0BA964: hue angle of 153.8º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA964 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 100 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.34 |
| HSL | 153.8º | 0.88% | 0.35% | - |
| HSV(B) | 153.8º | 0.93% | 0.66% | - |
| XYZ | 16.63 | 29.37 | 16.85 | - |
| YUV | 113.89 | 120.15 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 100 | 0.93 | 0 | 0.41 | 0.34 | 153.8 | 0.88 | 0.35 |
| Hex | B | A9 | 64 | 5D | 0 | 29 | 22 | 9A | 58 | 23 |
| Octal | 13 | 251 | 144 | 135 | 0 | 51 | 42 | 232 | 130 | 43 |
| Binary | 1011 | 10101001 | 1100100 | 1011101 | 0 | 101001 | 100010 | 10011010 | 1011000 | 100011 |
Color Harmonies of #0BA964
Complementary color
Monochromatic Colors of #0BA964
Black with #0BA964
Text Example
Text Example
White with #0BA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA964; }
p { color: rgb(11,169,100); }
H1.HeaderClassName
{
color: #0BA964;
}
.AnyTagClassName
{
color: #0BA964;
}
</style>
background-color css
<style>
a { background-color: #0BA964; }
a { background-color: rgb(11,169,100); }
div.DivClassName
{
background-color: #0BA964;
}
.BgClassName
{
background-color: #0BA964;
}
</style>
border-color css
<style>
span { border-color: #0BA964; }
span { border-color: rgb(11,169,100); }
td.TdClassName
{
border-color: #0BA964;
}
.TagClassName
{
border-color: #0BA964;
}
</style>