Shades of Jade #0BAD77
Tints of Jade #0BAD77
RGB
CMYK
RGB Variations
Color information
#0BAD77 (or 0x0BAD77) is known color: Jade. HEX triplet: 0B, AD and 77. RGB value is (11,173,119). Sum of RGB (Red+Green+Blue) = 11+173+119=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD77 is #F45288. Grayscale: #767676. Windows color (decimal): -16011913 or 7843083. OLE color: 7843083.
HSL color Cylindrical-coordinate representation of color #0BAD77: hue angle of 160º 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 #0BAD77 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 119 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.32 |
| HSL | 160º | 0.88% | 0.36% | - |
| HSV(B) | 160º | 0.94% | 0.68% | - |
| XYZ | 18.41 | 31.29 | 22.52 | - |
| YUV | 118.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 119 | 0.94 | 0 | 0.31 | 0.32 | 160 | 0.88 | 0.36 |
| Hex | B | AD | 77 | 5E | 0 | 1F | 20 | A0 | 58 | 24 |
| Octal | 13 | 255 | 167 | 136 | 0 | 37 | 40 | 240 | 130 | 44 |
| Binary | 1011 | 10101101 | 1110111 | 1011110 | 0 | 11111 | 100000 | 10100000 | 1011000 | 100100 |
Color Harmonies of #0BAD77
Complementary color
Monochromatic Colors of #0BAD77
Black with #0BAD77
Text Example
Text Example
White with #0BAD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD77; }
p { color: rgb(11,173,119); }
H1.HeaderClassName
{
color: #0BAD77;
}
.AnyTagClassName
{
color: #0BAD77;
}
</style>
background-color css
<style>
a { background-color: #0BAD77; }
a { background-color: rgb(11,173,119); }
div.DivClassName
{
background-color: #0BAD77;
}
.BgClassName
{
background-color: #0BAD77;
}
</style>
border-color css
<style>
span { border-color: #0BAD77; }
span { border-color: rgb(11,173,119); }
td.TdClassName
{
border-color: #0BAD77;
}
.TagClassName
{
border-color: #0BAD77;
}
</style>