Shades of Jade #0BA56E
Tints of Jade #0BA56E
RGB
CMYK
RGB Variations
Color information
#0BA56E (or 0x0BA56E) is known color: Jade. HEX triplet: 0B, A5 and 6E. RGB value is (11,165,110). Sum of RGB (Red+Green+Blue) = 11+165+110=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA56E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA56E is #F45A91. Grayscale: #707070. Windows color (decimal): -16013970 or 7251211. OLE color: 7251211.
HSL color Cylindrical-coordinate representation of color #0BA56E: hue angle of 158.57º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA56E is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 165 | 110 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.35 |
| HSL | 158.57º | 0.88% | 0.35% | - |
| HSV(B) | 158.57º | 0.93% | 0.65% | - |
| XYZ | 16.41 | 28.11 | 19.31 | - |
| YUV | 112.68 | 126.48 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 110 | 0.93 | 0 | 0.33 | 0.35 | 158.57 | 0.88 | 0.35 |
| Hex | B | A5 | 6E | 5D | 0 | 21 | 23 | 9F | 58 | 23 |
| Octal | 13 | 245 | 156 | 135 | 0 | 41 | 43 | 237 | 130 | 43 |
| Binary | 1011 | 10100101 | 1101110 | 1011101 | 0 | 100001 | 100011 | 10011111 | 1011000 | 100011 |
Color Harmonies of #0BA56E
Complementary color
Monochromatic Colors of #0BA56E
Black with #0BA56E
Text Example
Text Example
White with #0BA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA56E; }
p { color: rgb(11,165,110); }
H1.HeaderClassName
{
color: #0BA56E;
}
.AnyTagClassName
{
color: #0BA56E;
}
</style>
background-color css
<style>
a { background-color: #0BA56E; }
a { background-color: rgb(11,165,110); }
div.DivClassName
{
background-color: #0BA56E;
}
.BgClassName
{
background-color: #0BA56E;
}
</style>
border-color css
<style>
span { border-color: #0BA56E; }
span { border-color: rgb(11,165,110); }
td.TdClassName
{
border-color: #0BA56E;
}
.TagClassName
{
border-color: #0BA56E;
}
</style>