Shades of Jade #0BBE65
Tints of Jade #0BBE65
RGB
CMYK
RGB Variations
Color information
#0BBE65 (or 0x0BBE65) is known color: Jade. HEX triplet: 0B, BE and 65. RGB value is (11,190,101). Sum of RGB (Red+Green+Blue) = 11+190+101=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBE65 is #F4419A. Grayscale: #7E7E7E. Windows color (decimal): -16007579 or 6667787. OLE color: 6667787.
HSL color Cylindrical-coordinate representation of color #0BBE65: hue angle of 150.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBE65 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 101 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.25 |
| HSL | 150.17º | 0.89% | 0.39% | - |
| HSV(B) | 150.17º | 0.94% | 0.75% | - |
| XYZ | 20.9 | 37.84 | 18.51 | - |
| YUV | 126.33 | 113.7 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 101 | 0.94 | 0 | 0.47 | 0.25 | 150.17 | 0.89 | 0.39 |
| Hex | B | BE | 65 | 5E | 0 | 2F | 19 | 96 | 59 | 27 |
| Octal | 13 | 276 | 145 | 136 | 0 | 57 | 31 | 226 | 131 | 47 |
| Binary | 1011 | 10111110 | 1100101 | 1011110 | 0 | 101111 | 11001 | 10010110 | 1011001 | 100111 |
Color Harmonies of #0BBE65
Complementary color
Monochromatic Colors of #0BBE65
Black with #0BBE65
Text Example
Text Example
White with #0BBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE65; }
p { color: rgb(11,190,101); }
H1.HeaderClassName
{
color: #0BBE65;
}
.AnyTagClassName
{
color: #0BBE65;
}
</style>
background-color css
<style>
a { background-color: #0BBE65; }
a { background-color: rgb(11,190,101); }
div.DivClassName
{
background-color: #0BBE65;
}
.BgClassName
{
background-color: #0BBE65;
}
</style>
border-color css
<style>
span { border-color: #0BBE65; }
span { border-color: rgb(11,190,101); }
td.TdClassName
{
border-color: #0BBE65;
}
.TagClassName
{
border-color: #0BBE65;
}
</style>