Shades of Jade #0BC06E
Tints of Jade #0BC06E
RGB
CMYK
RGB Variations
Color information
#0BC06E (or 0x0BC06E) is known color: Jade. HEX triplet: 0B, C0 and 6E. RGB value is (11,192,110). Sum of RGB (Red+Green+Blue) = 11+192+110=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC06E is #F43F91. Grayscale: #808080. Windows color (decimal): -16007058 or 7258123. OLE color: 7258123.
HSL color Cylindrical-coordinate representation of color #0BC06E: hue angle of 152.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 #0BC06E is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 110 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.25 |
| HSL | 152.82º | 0.89% | 0.4% | - |
| HSV(B) | 152.82º | 0.94% | 0.75% | - |
| XYZ | 21.8 | 38.9 | 21.11 | - |
| YUV | 128.53 | 117.53 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 110 | 0.94 | 0 | 0.43 | 0.25 | 152.82 | 0.89 | 0.4 |
| Hex | B | C0 | 6E | 5E | 0 | 2B | 19 | 99 | 59 | 28 |
| Octal | 13 | 300 | 156 | 136 | 0 | 53 | 31 | 231 | 131 | 50 |
| Binary | 1011 | 11000000 | 1101110 | 1011110 | 0 | 101011 | 11001 | 10011001 | 1011001 | 101000 |
Color Harmonies of #0BC06E
Complementary color
Monochromatic Colors of #0BC06E
Black with #0BC06E
Text Example
Text Example
White with #0BC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC06E; }
p { color: rgb(11,192,110); }
H1.HeaderClassName
{
color: #0BC06E;
}
.AnyTagClassName
{
color: #0BC06E;
}
</style>
background-color css
<style>
a { background-color: #0BC06E; }
a { background-color: rgb(11,192,110); }
div.DivClassName
{
background-color: #0BC06E;
}
.BgClassName
{
background-color: #0BC06E;
}
</style>
border-color css
<style>
span { border-color: #0BC06E; }
span { border-color: rgb(11,192,110); }
td.TdClassName
{
border-color: #0BC06E;
}
.TagClassName
{
border-color: #0BC06E;
}
</style>