Shades of Jade #0BA571
Tints of Jade #0BA571
RGB
CMYK
RGB Variations
Color information
#0BA571 (or 0x0BA571) is known color: Jade. HEX triplet: 0B, A5 and 71. RGB value is (11,165,113). Sum of RGB (Red+Green+Blue) = 11+165+113=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA571 is #F45A8E. Grayscale: #717171. Windows color (decimal): -16013967 or 7447819. OLE color: 7447819.
HSL color Cylindrical-coordinate representation of color #0BA571: hue angle of 159.74º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA571 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 165 | 113 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.35 |
| HSL | 159.74º | 0.88% | 0.35% | - |
| HSV(B) | 159.74º | 0.93% | 0.65% | - |
| XYZ | 16.57 | 28.17 | 20.19 | - |
| YUV | 113.03 | 127.98 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 113 | 0.93 | 0 | 0.32 | 0.35 | 159.74 | 0.88 | 0.35 |
| Hex | B | A5 | 71 | 5D | 0 | 20 | 23 | A0 | 58 | 23 |
| Octal | 13 | 245 | 161 | 135 | 0 | 40 | 43 | 240 | 130 | 43 |
| Binary | 1011 | 10100101 | 1110001 | 1011101 | 0 | 100000 | 100011 | 10100000 | 1011000 | 100011 |
Color Harmonies of #0BA571
Complementary color
Monochromatic Colors of #0BA571
Black with #0BA571
Text Example
Text Example
White with #0BA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA571; }
p { color: rgb(11,165,113); }
H1.HeaderClassName
{
color: #0BA571;
}
.AnyTagClassName
{
color: #0BA571;
}
</style>
background-color css
<style>
a { background-color: #0BA571; }
a { background-color: rgb(11,165,113); }
div.DivClassName
{
background-color: #0BA571;
}
.BgClassName
{
background-color: #0BA571;
}
</style>
border-color css
<style>
span { border-color: #0BA571; }
span { border-color: rgb(11,165,113); }
td.TdClassName
{
border-color: #0BA571;
}
.TagClassName
{
border-color: #0BA571;
}
</style>