Shades of Jade #0BC26C
Tints of Jade #0BC26C
RGB
CMYK
RGB Variations
Color information
#0BC26C (or 0x0BC26C) is known color: Jade. HEX triplet: 0B, C2 and 6C. RGB value is (11,194,108). Sum of RGB (Red+Green+Blue) = 11+194+108=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC26C is #F43D93. Grayscale: #818181. Windows color (decimal): -16006548 or 7127563. OLE color: 7127563.
HSL color Cylindrical-coordinate representation of color #0BC26C: hue angle of 151.8º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC26C is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 108 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.24 |
| HSL | 151.8º | 0.89% | 0.4% | - |
| HSV(B) | 151.8º | 0.94% | 0.76% | - |
| XYZ | 22.14 | 39.74 | 20.69 | - |
| YUV | 129.48 | 115.87 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 108 | 0.94 | 0 | 0.44 | 0.24 | 151.8 | 0.89 | 0.4 |
| Hex | B | C2 | 6C | 5E | 0 | 2C | 18 | 98 | 59 | 28 |
| Octal | 13 | 302 | 154 | 136 | 0 | 54 | 30 | 230 | 131 | 50 |
| Binary | 1011 | 11000010 | 1101100 | 1011110 | 0 | 101100 | 11000 | 10011000 | 1011001 | 101000 |
Color Harmonies of #0BC26C
Complementary color
Monochromatic Colors of #0BC26C
Black with #0BC26C
Text Example
Text Example
White with #0BC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC26C; }
p { color: rgb(11,194,108); }
H1.HeaderClassName
{
color: #0BC26C;
}
.AnyTagClassName
{
color: #0BC26C;
}
</style>
background-color css
<style>
a { background-color: #0BC26C; }
a { background-color: rgb(11,194,108); }
div.DivClassName
{
background-color: #0BC26C;
}
.BgClassName
{
background-color: #0BC26C;
}
</style>
border-color css
<style>
span { border-color: #0BC26C; }
span { border-color: rgb(11,194,108); }
td.TdClassName
{
border-color: #0BC26C;
}
.TagClassName
{
border-color: #0BC26C;
}
</style>