Shades of Jade #0BC56C
Tints of Jade #0BC56C
RGB
CMYK
RGB Variations
Color information
#0BC56C (or 0x0BC56C) is known color: Jade. HEX triplet: 0B, C5 and 6C. RGB value is (11,197,108). Sum of RGB (Red+Green+Blue) = 11+197+108=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC56C is #F43A93. Grayscale: #838383. Windows color (decimal): -16005780 or 7128331. OLE color: 7128331.
HSL color Cylindrical-coordinate representation of color #0BC56C: hue angle of 151.29º 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 #0BC56C is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 108 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.23 |
| HSL | 151.29º | 0.89% | 0.41% | - |
| HSV(B) | 151.29º | 0.94% | 0.77% | - |
| XYZ | 22.81 | 41.09 | 20.92 | - |
| YUV | 131.24 | 114.88 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 108 | 0.94 | 0 | 0.45 | 0.23 | 151.29 | 0.89 | 0.41 |
| Hex | B | C5 | 6C | 5E | 0 | 2D | 17 | 97 | 59 | 29 |
| Octal | 13 | 305 | 154 | 136 | 0 | 55 | 27 | 227 | 131 | 51 |
| Binary | 1011 | 11000101 | 1101100 | 1011110 | 0 | 101101 | 10111 | 10010111 | 1011001 | 101001 |
Color Harmonies of #0BC56C
Complementary color
Monochromatic Colors of #0BC56C
Black with #0BC56C
Text Example
Text Example
White with #0BC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC56C; }
p { color: rgb(11,197,108); }
H1.HeaderClassName
{
color: #0BC56C;
}
.AnyTagClassName
{
color: #0BC56C;
}
</style>
background-color css
<style>
a { background-color: #0BC56C; }
a { background-color: rgb(11,197,108); }
div.DivClassName
{
background-color: #0BC56C;
}
.BgClassName
{
background-color: #0BC56C;
}
</style>
border-color css
<style>
span { border-color: #0BC56C; }
span { border-color: rgb(11,197,108); }
td.TdClassName
{
border-color: #0BC56C;
}
.TagClassName
{
border-color: #0BC56C;
}
</style>