Shades of Jade #0BAC6C
Tints of Jade #0BAC6C
RGB
CMYK
RGB Variations
Color information
#0BAC6C (or 0x0BAC6C) is known color: Jade. HEX triplet: 0B, AC and 6C. RGB value is (11,172,108). Sum of RGB (Red+Green+Blue) = 11+172+108=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC6C is #F45393. Grayscale: #747474. Windows color (decimal): -16012180 or 7121931. OLE color: 7121931.
HSL color Cylindrical-coordinate representation of color #0BAC6C: hue angle of 156.15º 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 #0BAC6C is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 108 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.33 |
| HSL | 156.15º | 0.88% | 0.36% | - |
| HSV(B) | 156.15º | 0.94% | 0.67% | - |
| XYZ | 17.6 | 30.66 | 19.18 | - |
| YUV | 116.57 | 123.16 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 108 | 0.94 | 0 | 0.37 | 0.33 | 156.15 | 0.88 | 0.36 |
| Hex | B | AC | 6C | 5E | 0 | 25 | 21 | 9C | 58 | 24 |
| Octal | 13 | 254 | 154 | 136 | 0 | 45 | 41 | 234 | 130 | 44 |
| Binary | 1011 | 10101100 | 1101100 | 1011110 | 0 | 100101 | 100001 | 10011100 | 1011000 | 100100 |
Color Harmonies of #0BAC6C
Complementary color
Monochromatic Colors of #0BAC6C
Black with #0BAC6C
Text Example
Text Example
White with #0BAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC6C; }
p { color: rgb(11,172,108); }
H1.HeaderClassName
{
color: #0BAC6C;
}
.AnyTagClassName
{
color: #0BAC6C;
}
</style>
background-color css
<style>
a { background-color: #0BAC6C; }
a { background-color: rgb(11,172,108); }
div.DivClassName
{
background-color: #0BAC6C;
}
.BgClassName
{
background-color: #0BAC6C;
}
</style>
border-color css
<style>
span { border-color: #0BAC6C; }
span { border-color: rgb(11,172,108); }
td.TdClassName
{
border-color: #0BAC6C;
}
.TagClassName
{
border-color: #0BAC6C;
}
</style>