Shades of Jade #0BAE6E
Tints of Jade #0BAE6E
RGB
CMYK
RGB Variations
Color information
#0BAE6E (or 0x0BAE6E) is known color: Jade. HEX triplet: 0B, AE and 6E. RGB value is (11,174,110). Sum of RGB (Red+Green+Blue) = 11+174+110=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE6E is #F45191. Grayscale: #767676. Windows color (decimal): -16011666 or 7253515. OLE color: 7253515.
HSL color Cylindrical-coordinate representation of color #0BAE6E: hue angle of 156.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE6E is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 110 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.32 |
| HSL | 156.44º | 0.88% | 0.36% | - |
| HSV(B) | 156.44º | 0.94% | 0.68% | - |
| XYZ | 18.09 | 31.47 | 19.87 | - |
| YUV | 117.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 110 | 0.94 | 0 | 0.37 | 0.32 | 156.44 | 0.88 | 0.36 |
| Hex | B | AE | 6E | 5E | 0 | 25 | 20 | 9C | 58 | 24 |
| Octal | 13 | 256 | 156 | 136 | 0 | 45 | 40 | 234 | 130 | 44 |
| Binary | 1011 | 10101110 | 1101110 | 1011110 | 0 | 100101 | 100000 | 10011100 | 1011000 | 100100 |
Color Harmonies of #0BAE6E
Complementary color
Monochromatic Colors of #0BAE6E
Black with #0BAE6E
Text Example
Text Example
White with #0BAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE6E; }
p { color: rgb(11,174,110); }
H1.HeaderClassName
{
color: #0BAE6E;
}
.AnyTagClassName
{
color: #0BAE6E;
}
</style>
background-color css
<style>
a { background-color: #0BAE6E; }
a { background-color: rgb(11,174,110); }
div.DivClassName
{
background-color: #0BAE6E;
}
.BgClassName
{
background-color: #0BAE6E;
}
</style>
border-color css
<style>
span { border-color: #0BAE6E; }
span { border-color: rgb(11,174,110); }
td.TdClassName
{
border-color: #0BAE6E;
}
.TagClassName
{
border-color: #0BAE6E;
}
</style>