Shades of Jade #0BAA73
Tints of Jade #0BAA73
RGB
CMYK
RGB Variations
Color information
#0BAA73 (or 0x0BAA73) is known color: Jade. HEX triplet: 0B, AA and 73. RGB value is (11,170,115). Sum of RGB (Red+Green+Blue) = 11+170+115=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA73 is #F4558C. Grayscale: #747474. Windows color (decimal): -16012685 or 7580171. OLE color: 7580171.
HSL color Cylindrical-coordinate representation of color #0BAA73: hue angle of 159.25º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA73 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 115 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.33 |
| HSL | 159.25º | 0.88% | 0.35% | - |
| HSV(B) | 159.25º | 0.94% | 0.67% | - |
| XYZ | 17.61 | 30.06 | 21.09 | - |
| YUV | 116.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 115 | 0.94 | 0 | 0.32 | 0.33 | 159.25 | 0.88 | 0.35 |
| Hex | B | AA | 73 | 5E | 0 | 20 | 21 | 9F | 58 | 23 |
| Octal | 13 | 252 | 163 | 136 | 0 | 40 | 41 | 237 | 130 | 43 |
| Binary | 1011 | 10101010 | 1110011 | 1011110 | 0 | 100000 | 100001 | 10011111 | 1011000 | 100011 |
Color Harmonies of #0BAA73
Complementary color
Monochromatic Colors of #0BAA73
Black with #0BAA73
Text Example
Text Example
White with #0BAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA73; }
p { color: rgb(11,170,115); }
H1.HeaderClassName
{
color: #0BAA73;
}
.AnyTagClassName
{
color: #0BAA73;
}
</style>
background-color css
<style>
a { background-color: #0BAA73; }
a { background-color: rgb(11,170,115); }
div.DivClassName
{
background-color: #0BAA73;
}
.BgClassName
{
background-color: #0BAA73;
}
</style>
border-color css
<style>
span { border-color: #0BAA73; }
span { border-color: rgb(11,170,115); }
td.TdClassName
{
border-color: #0BAA73;
}
.TagClassName
{
border-color: #0BAA73;
}
</style>