Shades of Jade #0BA06B
Tints of Jade #0BA06B
RGB
CMYK
RGB Variations
Color information
#0BA06B (or 0x0BA06B) is known color: Jade. HEX triplet: 0B, A0 and 6B. RGB value is (11,160,107). Sum of RGB (Red+Green+Blue) = 11+160+107=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA06B is #F45F94. Grayscale: #6D6D6D. Windows color (decimal): -16015253 or 7053323. OLE color: 7053323.
HSL color Cylindrical-coordinate representation of color #0BA06B: hue angle of 158.66º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA06B is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 160 | 107 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.37 |
| HSL | 158.66º | 0.87% | 0.34% | - |
| HSV(B) | 158.66º | 0.93% | 0.63% | - |
| XYZ | 15.36 | 26.27 | 18.17 | - |
| YUV | 109.41 | 126.64 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 107 | 0.93 | 0 | 0.33 | 0.37 | 158.66 | 0.87 | 0.34 |
| Hex | B | A0 | 6B | 5D | 0 | 21 | 25 | 9F | 57 | 22 |
| Octal | 13 | 240 | 153 | 135 | 0 | 41 | 45 | 237 | 127 | 42 |
| Binary | 1011 | 10100000 | 1101011 | 1011101 | 0 | 100001 | 100101 | 10011111 | 1010111 | 100010 |
Color Harmonies of #0BA06B
Complementary color
Monochromatic Colors of #0BA06B
Black with #0BA06B
Text Example
Text Example
White with #0BA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA06B; }
p { color: rgb(11,160,107); }
H1.HeaderClassName
{
color: #0BA06B;
}
.AnyTagClassName
{
color: #0BA06B;
}
</style>
background-color css
<style>
a { background-color: #0BA06B; }
a { background-color: rgb(11,160,107); }
div.DivClassName
{
background-color: #0BA06B;
}
.BgClassName
{
background-color: #0BA06B;
}
</style>
border-color css
<style>
span { border-color: #0BA06B; }
span { border-color: rgb(11,160,107); }
td.TdClassName
{
border-color: #0BA06B;
}
.TagClassName
{
border-color: #0BA06B;
}
</style>