Shades of Jade #0BA96E
Tints of Jade #0BA96E
RGB
CMYK
RGB Variations
Color information
#0BA96E (or 0x0BA96E) is known color: Jade. HEX triplet: 0B, A9 and 6E. RGB value is (11,169,110). Sum of RGB (Red+Green+Blue) = 11+169+110=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA96E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA96E is #F45691. Grayscale: #737373. Windows color (decimal): -16012946 or 7252235. OLE color: 7252235.
HSL color Cylindrical-coordinate representation of color #0BA96E: hue angle of 157.59º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA96E is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 110 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.34 |
| HSL | 157.59º | 0.88% | 0.35% | - |
| HSV(B) | 157.59º | 0.93% | 0.66% | - |
| XYZ | 17.14 | 29.57 | 19.56 | - |
| YUV | 115.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 110 | 0.93 | 0 | 0.35 | 0.34 | 157.59 | 0.88 | 0.35 |
| Hex | B | A9 | 6E | 5D | 0 | 23 | 22 | 9E | 58 | 23 |
| Octal | 13 | 251 | 156 | 135 | 0 | 43 | 42 | 236 | 130 | 43 |
| Binary | 1011 | 10101001 | 1101110 | 1011101 | 0 | 100011 | 100010 | 10011110 | 1011000 | 100011 |
Color Harmonies of #0BA96E
Complementary color
Monochromatic Colors of #0BA96E
Black with #0BA96E
Text Example
Text Example
White with #0BA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA96E; }
p { color: rgb(11,169,110); }
H1.HeaderClassName
{
color: #0BA96E;
}
.AnyTagClassName
{
color: #0BA96E;
}
</style>
background-color css
<style>
a { background-color: #0BA96E; }
a { background-color: rgb(11,169,110); }
div.DivClassName
{
background-color: #0BA96E;
}
.BgClassName
{
background-color: #0BA96E;
}
</style>
border-color css
<style>
span { border-color: #0BA96E; }
span { border-color: rgb(11,169,110); }
td.TdClassName
{
border-color: #0BA96E;
}
.TagClassName
{
border-color: #0BA96E;
}
</style>