Shades of Jade #0BC071
Tints of Jade #0BC071
RGB
CMYK
RGB Variations
Color information
#0BC071 (or 0x0BC071) is known color: Jade. HEX triplet: 0B, C0 and 71. RGB value is (11,192,113). Sum of RGB (Red+Green+Blue) = 11+192+113=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC071 is #F43F8E. Grayscale: #818181. Windows color (decimal): -16007055 or 7454731. OLE color: 7454731.
HSL color Cylindrical-coordinate representation of color #0BC071: hue angle of 153.81º 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 #0BC071 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 113 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.25 |
| HSL | 153.81º | 0.89% | 0.4% | - |
| HSV(B) | 153.81º | 0.94% | 0.75% | - |
| XYZ | 21.97 | 38.96 | 21.99 | - |
| YUV | 128.88 | 119.03 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 113 | 0.94 | 0 | 0.41 | 0.25 | 153.81 | 0.89 | 0.4 |
| Hex | B | C0 | 71 | 5E | 0 | 29 | 19 | 9A | 59 | 28 |
| Octal | 13 | 300 | 161 | 136 | 0 | 51 | 31 | 232 | 131 | 50 |
| Binary | 1011 | 11000000 | 1110001 | 1011110 | 0 | 101001 | 11001 | 10011010 | 1011001 | 101000 |
Color Harmonies of #0BC071
Complementary color
Monochromatic Colors of #0BC071
Black with #0BC071
Text Example
Text Example
White with #0BC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC071; }
p { color: rgb(11,192,113); }
H1.HeaderClassName
{
color: #0BC071;
}
.AnyTagClassName
{
color: #0BC071;
}
</style>
background-color css
<style>
a { background-color: #0BC071; }
a { background-color: rgb(11,192,113); }
div.DivClassName
{
background-color: #0BC071;
}
.BgClassName
{
background-color: #0BC071;
}
</style>
border-color css
<style>
span { border-color: #0BC071; }
span { border-color: rgb(11,192,113); }
td.TdClassName
{
border-color: #0BC071;
}
.TagClassName
{
border-color: #0BC071;
}
</style>