Shades of Jade #0BAA65
Tints of Jade #0BAA65
RGB
CMYK
RGB Variations
Color information
#0BAA65 (or 0x0BAA65) is known color: Jade. HEX triplet: 0B, AA and 65. RGB value is (11,170,101). Sum of RGB (Red+Green+Blue) = 11+170+101=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA65 is #F4559A. Grayscale: #727272. Windows color (decimal): -16012699 or 6662667. OLE color: 6662667.
HSL color Cylindrical-coordinate representation of color #0BAA65: hue angle of 153.96º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA65 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 101 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.33 |
| HSL | 153.96º | 0.88% | 0.35% | - |
| HSV(B) | 153.96º | 0.94% | 0.67% | - |
| XYZ | 16.86 | 29.76 | 17.17 | - |
| YUV | 114.59 | 120.32 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 101 | 0.94 | 0 | 0.41 | 0.33 | 153.96 | 0.88 | 0.35 |
| Hex | B | AA | 65 | 5E | 0 | 29 | 21 | 9A | 58 | 23 |
| Octal | 13 | 252 | 145 | 136 | 0 | 51 | 41 | 232 | 130 | 43 |
| Binary | 1011 | 10101010 | 1100101 | 1011110 | 0 | 101001 | 100001 | 10011010 | 1011000 | 100011 |
Color Harmonies of #0BAA65
Complementary color
Monochromatic Colors of #0BAA65
Black with #0BAA65
Text Example
Text Example
White with #0BAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA65; }
p { color: rgb(11,170,101); }
H1.HeaderClassName
{
color: #0BAA65;
}
.AnyTagClassName
{
color: #0BAA65;
}
</style>
background-color css
<style>
a { background-color: #0BAA65; }
a { background-color: rgb(11,170,101); }
div.DivClassName
{
background-color: #0BAA65;
}
.BgClassName
{
background-color: #0BAA65;
}
</style>
border-color css
<style>
span { border-color: #0BAA65; }
span { border-color: rgb(11,170,101); }
td.TdClassName
{
border-color: #0BAA65;
}
.TagClassName
{
border-color: #0BAA65;
}
</style>