Shades of Jade #0BA168
Tints of Jade #0BA168
RGB
CMYK
RGB Variations
Color information
#0BA168 (or 0x0BA168) is known color: Jade. HEX triplet: 0B, A1 and 68. RGB value is (11,161,104). Sum of RGB (Red+Green+Blue) = 11+161+104=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA168 is #F45E97. Grayscale: #6D6D6D. Windows color (decimal): -16015000 or 6856971. OLE color: 6856971.
HSL color Cylindrical-coordinate representation of color #0BA168: hue angle of 157.2º 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 #0BA168 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 104 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.37 |
| HSL | 157.2º | 0.87% | 0.34% | - |
| HSV(B) | 157.2º | 0.93% | 0.63% | - |
| XYZ | 15.38 | 26.56 | 17.41 | - |
| YUV | 109.65 | 124.81 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 104 | 0.93 | 0 | 0.35 | 0.37 | 157.2 | 0.87 | 0.34 |
| Hex | B | A1 | 68 | 5D | 0 | 23 | 25 | 9D | 57 | 22 |
| Octal | 13 | 241 | 150 | 135 | 0 | 43 | 45 | 235 | 127 | 42 |
| Binary | 1011 | 10100001 | 1101000 | 1011101 | 0 | 100011 | 100101 | 10011101 | 1010111 | 100010 |
Color Harmonies of #0BA168
Complementary color
Monochromatic Colors of #0BA168
Black with #0BA168
Text Example
Text Example
White with #0BA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA168; }
p { color: rgb(11,161,104); }
H1.HeaderClassName
{
color: #0BA168;
}
.AnyTagClassName
{
color: #0BA168;
}
</style>
background-color css
<style>
a { background-color: #0BA168; }
a { background-color: rgb(11,161,104); }
div.DivClassName
{
background-color: #0BA168;
}
.BgClassName
{
background-color: #0BA168;
}
</style>
border-color css
<style>
span { border-color: #0BA168; }
span { border-color: rgb(11,161,104); }
td.TdClassName
{
border-color: #0BA168;
}
.TagClassName
{
border-color: #0BA168;
}
</style>