Shades of Jade #0BA966
Tints of Jade #0BA966
RGB
CMYK
RGB Variations
Color information
#0BA966 (or 0x0BA966) is known color: Jade. HEX triplet: 0B, A9 and 66. RGB value is (11,169,102). Sum of RGB (Red+Green+Blue) = 11+169+102=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 169 (66.41% from 255 or 59.93% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA966 is #F45699. Grayscale: #727272. Windows color (decimal): -16012954 or 6727947. OLE color: 6727947.
HSL color Cylindrical-coordinate representation of color #0BA966: hue angle of 154.56º 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 #0BA966 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 102 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.34 |
| HSL | 154.56º | 0.88% | 0.35% | - |
| HSV(B) | 154.56º | 0.93% | 0.66% | - |
| XYZ | 16.72 | 29.41 | 17.36 | - |
| YUV | 114.12 | 121.15 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 102 | 0.93 | 0 | 0.40 | 0.34 | 154.56 | 0.88 | 0.35 |
| Hex | B | A9 | 66 | 5D | 0 | 28 | 22 | 9B | 58 | 23 |
| Octal | 13 | 251 | 146 | 135 | 0 | 50 | 42 | 233 | 130 | 43 |
| Binary | 1011 | 10101001 | 1100110 | 1011101 | 0 | 101000 | 100010 | 10011011 | 1011000 | 100011 |
Color Harmonies of #0BA966
Complementary color
Monochromatic Colors of #0BA966
Black with #0BA966
Text Example
Text Example
White with #0BA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA966; }
p { color: rgb(11,169,102); }
H1.HeaderClassName
{
color: #0BA966;
}
.AnyTagClassName
{
color: #0BA966;
}
</style>
background-color css
<style>
a { background-color: #0BA966; }
a { background-color: rgb(11,169,102); }
div.DivClassName
{
background-color: #0BA966;
}
.BgClassName
{
background-color: #0BA966;
}
</style>
border-color css
<style>
span { border-color: #0BA966; }
span { border-color: rgb(11,169,102); }
td.TdClassName
{
border-color: #0BA966;
}
.TagClassName
{
border-color: #0BA966;
}
</style>