Shades of Jade #0BA96B
Tints of Jade #0BA96B
RGB
CMYK
RGB Variations
Color information
#0BA96B (or 0x0BA96B) is known color: Jade. HEX triplet: 0B, A9 and 6B. RGB value is (11,169,107). Sum of RGB (Red+Green+Blue) = 11+169+107=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA96B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA96B is #F45694. Grayscale: #727272. Windows color (decimal): -16012949 or 7055627. OLE color: 7055627.
HSL color Cylindrical-coordinate representation of color #0BA96B: hue angle of 156.46º 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 #0BA96B is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 107 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.34 |
| HSL | 156.46º | 0.88% | 0.35% | - |
| HSV(B) | 156.46º | 0.93% | 0.66% | - |
| XYZ | 16.98 | 29.51 | 18.71 | - |
| YUV | 114.69 | 123.65 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 107 | 0.93 | 0 | 0.37 | 0.34 | 156.46 | 0.88 | 0.35 |
| Hex | B | A9 | 6B | 5D | 0 | 25 | 22 | 9C | 58 | 23 |
| Octal | 13 | 251 | 153 | 135 | 0 | 45 | 42 | 234 | 130 | 43 |
| Binary | 1011 | 10101001 | 1101011 | 1011101 | 0 | 100101 | 100010 | 10011100 | 1011000 | 100011 |
Color Harmonies of #0BA96B
Complementary color
Monochromatic Colors of #0BA96B
Black with #0BA96B
Text Example
Text Example
White with #0BA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA96B; }
p { color: rgb(11,169,107); }
H1.HeaderClassName
{
color: #0BA96B;
}
.AnyTagClassName
{
color: #0BA96B;
}
</style>
background-color css
<style>
a { background-color: #0BA96B; }
a { background-color: rgb(11,169,107); }
div.DivClassName
{
background-color: #0BA96B;
}
.BgClassName
{
background-color: #0BA96B;
}
</style>
border-color css
<style>
span { border-color: #0BA96B; }
span { border-color: rgb(11,169,107); }
td.TdClassName
{
border-color: #0BA96B;
}
.TagClassName
{
border-color: #0BA96B;
}
</style>