Shades of Jade #0BAC70
Tints of Jade #0BAC70
RGB
CMYK
RGB Variations
Color information
#0BAC70 (or 0x0BAC70) is known color: Jade. HEX triplet: 0B, AC and 70. RGB value is (11,172,112). Sum of RGB (Red+Green+Blue) = 11+172+112=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC70 is #F4538F. Grayscale: #757575. Windows color (decimal): -16012176 or 7384075. OLE color: 7384075.
HSL color Cylindrical-coordinate representation of color #0BAC70: hue angle of 157.64º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC70 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 112 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.33 |
| HSL | 157.64º | 0.88% | 0.36% | - |
| HSV(B) | 157.64º | 0.94% | 0.67% | - |
| XYZ | 17.82 | 30.75 | 20.32 | - |
| YUV | 117.02 | 125.16 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 112 | 0.94 | 0 | 0.35 | 0.33 | 157.64 | 0.88 | 0.36 |
| Hex | B | AC | 70 | 5E | 0 | 23 | 21 | 9E | 58 | 24 |
| Octal | 13 | 254 | 160 | 136 | 0 | 43 | 41 | 236 | 130 | 44 |
| Binary | 1011 | 10101100 | 1110000 | 1011110 | 0 | 100011 | 100001 | 10011110 | 1011000 | 100100 |
Color Harmonies of #0BAC70
Complementary color
Monochromatic Colors of #0BAC70
Black with #0BAC70
Text Example
Text Example
White with #0BAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC70; }
p { color: rgb(11,172,112); }
H1.HeaderClassName
{
color: #0BAC70;
}
.AnyTagClassName
{
color: #0BAC70;
}
</style>
background-color css
<style>
a { background-color: #0BAC70; }
a { background-color: rgb(11,172,112); }
div.DivClassName
{
background-color: #0BAC70;
}
.BgClassName
{
background-color: #0BAC70;
}
</style>
border-color css
<style>
span { border-color: #0BAC70; }
span { border-color: rgb(11,172,112); }
td.TdClassName
{
border-color: #0BAC70;
}
.TagClassName
{
border-color: #0BAC70;
}
</style>