Shades of Jade #0BAD66
Tints of Jade #0BAD66
RGB
CMYK
RGB Variations
Color information
#0BAD66 (or 0x0BAD66) is known color: Jade. HEX triplet: 0B, AD and 66. RGB value is (11,173,102). Sum of RGB (Red+Green+Blue) = 11+173+102=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD66 is #F45299. Grayscale: #747474. Windows color (decimal): -16011930 or 6728971. OLE color: 6728971.
HSL color Cylindrical-coordinate representation of color #0BAD66: hue angle of 153.7º 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 #0BAD66 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 102 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.32 |
| HSL | 153.7º | 0.88% | 0.36% | - |
| HSV(B) | 153.7º | 0.94% | 0.68% | - |
| XYZ | 17.48 | 30.92 | 17.62 | - |
| YUV | 116.47 | 119.83 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 102 | 0.94 | 0 | 0.41 | 0.32 | 153.7 | 0.88 | 0.36 |
| Hex | B | AD | 66 | 5E | 0 | 29 | 20 | 9A | 58 | 24 |
| Octal | 13 | 255 | 146 | 136 | 0 | 51 | 40 | 232 | 130 | 44 |
| Binary | 1011 | 10101101 | 1100110 | 1011110 | 0 | 101001 | 100000 | 10011010 | 1011000 | 100100 |
Color Harmonies of #0BAD66
Complementary color
Monochromatic Colors of #0BAD66
Black with #0BAD66
Text Example
Text Example
White with #0BAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD66; }
p { color: rgb(11,173,102); }
H1.HeaderClassName
{
color: #0BAD66;
}
.AnyTagClassName
{
color: #0BAD66;
}
</style>
background-color css
<style>
a { background-color: #0BAD66; }
a { background-color: rgb(11,173,102); }
div.DivClassName
{
background-color: #0BAD66;
}
.BgClassName
{
background-color: #0BAD66;
}
</style>
border-color css
<style>
span { border-color: #0BAD66; }
span { border-color: rgb(11,173,102); }
td.TdClassName
{
border-color: #0BAD66;
}
.TagClassName
{
border-color: #0BAD66;
}
</style>