Shades of Jade #0BAA64
Tints of Jade #0BAA64
RGB
CMYK
RGB Variations
Color information
#0BAA64 (or 0x0BAA64) is known color: Jade. HEX triplet: 0B, AA and 64. RGB value is (11,170,100). Sum of RGB (Red+Green+Blue) = 11+170+100=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA64 is #F4559B. Grayscale: #727272. Windows color (decimal): -16012700 or 6597131. OLE color: 6597131.
HSL color Cylindrical-coordinate representation of color #0BAA64: hue angle of 153.58º 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 #0BAA64 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 100 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.33 |
| HSL | 153.58º | 0.88% | 0.35% | - |
| HSV(B) | 153.58º | 0.94% | 0.67% | - |
| XYZ | 16.81 | 29.74 | 16.91 | - |
| YUV | 114.48 | 119.82 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 100 | 0.94 | 0 | 0.41 | 0.33 | 153.58 | 0.88 | 0.35 |
| Hex | B | AA | 64 | 5E | 0 | 29 | 21 | 9A | 58 | 23 |
| Octal | 13 | 252 | 144 | 136 | 0 | 51 | 41 | 232 | 130 | 43 |
| Binary | 1011 | 10101010 | 1100100 | 1011110 | 0 | 101001 | 100001 | 10011010 | 1011000 | 100011 |
Color Harmonies of #0BAA64
Complementary color
Monochromatic Colors of #0BAA64
Black with #0BAA64
Text Example
Text Example
White with #0BAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA64; }
p { color: rgb(11,170,100); }
H1.HeaderClassName
{
color: #0BAA64;
}
.AnyTagClassName
{
color: #0BAA64;
}
</style>
background-color css
<style>
a { background-color: #0BAA64; }
a { background-color: rgb(11,170,100); }
div.DivClassName
{
background-color: #0BAA64;
}
.BgClassName
{
background-color: #0BAA64;
}
</style>
border-color css
<style>
span { border-color: #0BAA64; }
span { border-color: rgb(11,170,100); }
td.TdClassName
{
border-color: #0BAA64;
}
.TagClassName
{
border-color: #0BAA64;
}
</style>