Shades of Jade #0BC073
Tints of Jade #0BC073
RGB
CMYK
RGB Variations
Color information
#0BC073 (or 0x0BC073) is known color: Jade. HEX triplet: 0B, C0 and 73. RGB value is (11,192,115). Sum of RGB (Red+Green+Blue) = 11+192+115=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC073 is #F43F8C. Grayscale: #818181. Windows color (decimal): -16007053 or 7585803. OLE color: 7585803.
HSL color Cylindrical-coordinate representation of color #0BC073: hue angle of 154.48º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC073 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 115 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.25 |
| HSL | 154.48º | 0.89% | 0.4% | - |
| HSV(B) | 154.48º | 0.94% | 0.75% | - |
| XYZ | 22.08 | 39.01 | 22.59 | - |
| YUV | 129.1 | 120.03 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 115 | 0.94 | 0 | 0.40 | 0.25 | 154.48 | 0.89 | 0.4 |
| Hex | B | C0 | 73 | 5E | 0 | 28 | 19 | 9A | 59 | 28 |
| Octal | 13 | 300 | 163 | 136 | 0 | 50 | 31 | 232 | 131 | 50 |
| Binary | 1011 | 11000000 | 1110011 | 1011110 | 0 | 101000 | 11001 | 10011010 | 1011001 | 101000 |
Color Harmonies of #0BC073
Complementary color
Monochromatic Colors of #0BC073
Black with #0BC073
Text Example
Text Example
White with #0BC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC073; }
p { color: rgb(11,192,115); }
H1.HeaderClassName
{
color: #0BC073;
}
.AnyTagClassName
{
color: #0BC073;
}
</style>
background-color css
<style>
a { background-color: #0BC073; }
a { background-color: rgb(11,192,115); }
div.DivClassName
{
background-color: #0BC073;
}
.BgClassName
{
background-color: #0BC073;
}
</style>
border-color css
<style>
span { border-color: #0BC073; }
span { border-color: rgb(11,192,115); }
td.TdClassName
{
border-color: #0BC073;
}
.TagClassName
{
border-color: #0BC073;
}
</style>