Shades of Jade #0BC070
Tints of Jade #0BC070
RGB
CMYK
RGB Variations
Color information
#0BC070 (or 0x0BC070) is known color: Jade. HEX triplet: 0B, C0 and 70. RGB value is (11,192,112). Sum of RGB (Red+Green+Blue) = 11+192+112=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC070 is #F43F8F. Grayscale: #808080. Windows color (decimal): -16007056 or 7389195. OLE color: 7389195.
HSL color Cylindrical-coordinate representation of color #0BC070: hue angle of 153.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 #0BC070 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 112 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.25 |
| HSL | 153.48º | 0.89% | 0.4% | - |
| HSV(B) | 153.48º | 0.94% | 0.75% | - |
| XYZ | 21.91 | 38.94 | 21.69 | - |
| YUV | 128.76 | 118.53 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 112 | 0.94 | 0 | 0.42 | 0.25 | 153.48 | 0.89 | 0.4 |
| Hex | B | C0 | 70 | 5E | 0 | 2A | 19 | 99 | 59 | 28 |
| Octal | 13 | 300 | 160 | 136 | 0 | 52 | 31 | 231 | 131 | 50 |
| Binary | 1011 | 11000000 | 1110000 | 1011110 | 0 | 101010 | 11001 | 10011001 | 1011001 | 101000 |
Color Harmonies of #0BC070
Complementary color
Monochromatic Colors of #0BC070
Black with #0BC070
Text Example
Text Example
White with #0BC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC070; }
p { color: rgb(11,192,112); }
H1.HeaderClassName
{
color: #0BC070;
}
.AnyTagClassName
{
color: #0BC070;
}
</style>
background-color css
<style>
a { background-color: #0BC070; }
a { background-color: rgb(11,192,112); }
div.DivClassName
{
background-color: #0BC070;
}
.BgClassName
{
background-color: #0BC070;
}
</style>
border-color css
<style>
span { border-color: #0BC070; }
span { border-color: rgb(11,192,112); }
td.TdClassName
{
border-color: #0BC070;
}
.TagClassName
{
border-color: #0BC070;
}
</style>