Shades of Jade #0BAD79
Tints of Jade #0BAD79
RGB
CMYK
RGB Variations
Color information
#0BAD79 (or 0x0BAD79) is known color: Jade. HEX triplet: 0B, AD and 79. RGB value is (11,173,121). Sum of RGB (Red+Green+Blue) = 11+173+121=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD79 is #F45286. Grayscale: #767676. Windows color (decimal): -16011911 or 7974155. OLE color: 7974155.
HSL color Cylindrical-coordinate representation of color #0BAD79: hue angle of 160.74º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD79 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 121 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.32 |
| HSL | 160.74º | 0.88% | 0.36% | - |
| HSV(B) | 160.74º | 0.94% | 0.68% | - |
| XYZ | 18.53 | 31.34 | 23.16 | - |
| YUV | 118.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 121 | 0.94 | 0 | 0.30 | 0.32 | 160.74 | 0.88 | 0.36 |
| Hex | B | AD | 79 | 5E | 0 | 1E | 20 | A1 | 58 | 24 |
| Octal | 13 | 255 | 171 | 136 | 0 | 36 | 40 | 241 | 130 | 44 |
| Binary | 1011 | 10101101 | 1111001 | 1011110 | 0 | 11110 | 100000 | 10100001 | 1011000 | 100100 |
Color Harmonies of #0BAD79
Complementary color
Monochromatic Colors of #0BAD79
Black with #0BAD79
Text Example
Text Example
White with #0BAD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD79; }
p { color: rgb(11,173,121); }
H1.HeaderClassName
{
color: #0BAD79;
}
.AnyTagClassName
{
color: #0BAD79;
}
</style>
background-color css
<style>
a { background-color: #0BAD79; }
a { background-color: rgb(11,173,121); }
div.DivClassName
{
background-color: #0BAD79;
}
.BgClassName
{
background-color: #0BAD79;
}
</style>
border-color css
<style>
span { border-color: #0BAD79; }
span { border-color: rgb(11,173,121); }
td.TdClassName
{
border-color: #0BAD79;
}
.TagClassName
{
border-color: #0BAD79;
}
</style>