Shades of Jade #0BC56B
Tints of Jade #0BC56B
RGB
CMYK
RGB Variations
Color information
#0BC56B (or 0x0BC56B) is known color: Jade. HEX triplet: 0B, C5 and 6B. RGB value is (11,197,107). Sum of RGB (Red+Green+Blue) = 11+197+107=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC56B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC56B is #F43A94. Grayscale: #838383. Windows color (decimal): -16005781 or 7062795. OLE color: 7062795.
HSL color Cylindrical-coordinate representation of color #0BC56B: hue angle of 150.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC56B is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 107 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.23 |
| HSL | 150.97º | 0.89% | 0.41% | - |
| HSV(B) | 150.97º | 0.94% | 0.77% | - |
| XYZ | 22.76 | 41.07 | 20.64 | - |
| YUV | 131.13 | 114.38 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 107 | 0.94 | 0 | 0.46 | 0.23 | 150.97 | 0.89 | 0.41 |
| Hex | B | C5 | 6B | 5E | 0 | 2E | 17 | 97 | 59 | 29 |
| Octal | 13 | 305 | 153 | 136 | 0 | 56 | 27 | 227 | 131 | 51 |
| Binary | 1011 | 11000101 | 1101011 | 1011110 | 0 | 101110 | 10111 | 10010111 | 1011001 | 101001 |
Color Harmonies of #0BC56B
Complementary color
Monochromatic Colors of #0BC56B
Black with #0BC56B
Text Example
Text Example
White with #0BC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC56B; }
p { color: rgb(11,197,107); }
H1.HeaderClassName
{
color: #0BC56B;
}
.AnyTagClassName
{
color: #0BC56B;
}
</style>
background-color css
<style>
a { background-color: #0BC56B; }
a { background-color: rgb(11,197,107); }
div.DivClassName
{
background-color: #0BC56B;
}
.BgClassName
{
background-color: #0BC56B;
}
</style>
border-color css
<style>
span { border-color: #0BC56B; }
span { border-color: rgb(11,197,107); }
td.TdClassName
{
border-color: #0BC56B;
}
.TagClassName
{
border-color: #0BC56B;
}
</style>