Shades of Jade #0BC06B
Tints of Jade #0BC06B
RGB
CMYK
RGB Variations
Color information
#0BC06B (or 0x0BC06B) is known color: Jade. HEX triplet: 0B, C0 and 6B. RGB value is (11,192,107). Sum of RGB (Red+Green+Blue) = 11+192+107=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC06B is #F43F94. Grayscale: #808080. Windows color (decimal): -16007061 or 7061515. OLE color: 7061515.
HSL color Cylindrical-coordinate representation of color #0BC06B: hue angle of 151.82º 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 #0BC06B is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 107 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.25 |
| HSL | 151.82º | 0.89% | 0.4% | - |
| HSV(B) | 151.82º | 0.94% | 0.75% | - |
| XYZ | 21.64 | 38.83 | 20.26 | - |
| YUV | 128.19 | 116.03 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 107 | 0.94 | 0 | 0.44 | 0.25 | 151.82 | 0.89 | 0.4 |
| Hex | B | C0 | 6B | 5E | 0 | 2C | 19 | 98 | 59 | 28 |
| Octal | 13 | 300 | 153 | 136 | 0 | 54 | 31 | 230 | 131 | 50 |
| Binary | 1011 | 11000000 | 1101011 | 1011110 | 0 | 101100 | 11001 | 10011000 | 1011001 | 101000 |
Color Harmonies of #0BC06B
Complementary color
Monochromatic Colors of #0BC06B
Black with #0BC06B
Text Example
Text Example
White with #0BC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC06B; }
p { color: rgb(11,192,107); }
H1.HeaderClassName
{
color: #0BC06B;
}
.AnyTagClassName
{
color: #0BC06B;
}
</style>
background-color css
<style>
a { background-color: #0BC06B; }
a { background-color: rgb(11,192,107); }
div.DivClassName
{
background-color: #0BC06B;
}
.BgClassName
{
background-color: #0BC06B;
}
</style>
border-color css
<style>
span { border-color: #0BC06B; }
span { border-color: rgb(11,192,107); }
td.TdClassName
{
border-color: #0BC06B;
}
.TagClassName
{
border-color: #0BC06B;
}
</style>