Shades of Jade #0BAE75
Tints of Jade #0BAE75
RGB
CMYK
RGB Variations
Color information
#0BAE75 (or 0x0BAE75) is known color: Jade. HEX triplet: 0B, AE and 75. RGB value is (11,174,117). Sum of RGB (Red+Green+Blue) = 11+174+117=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE75 is #F4518A. Grayscale: #767676. Windows color (decimal): -16011659 or 7712267. OLE color: 7712267.
HSL color Cylindrical-coordinate representation of color #0BAE75: hue angle of 159.02º 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 #0BAE75 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 117 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.32 |
| HSL | 159.02º | 0.88% | 0.36% | - |
| HSV(B) | 159.02º | 0.94% | 0.68% | - |
| XYZ | 18.48 | 31.63 | 21.96 | - |
| YUV | 118.77 | 127 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 117 | 0.94 | 0 | 0.33 | 0.32 | 159.02 | 0.88 | 0.36 |
| Hex | B | AE | 75 | 5E | 0 | 21 | 20 | 9F | 58 | 24 |
| Octal | 13 | 256 | 165 | 136 | 0 | 41 | 40 | 237 | 130 | 44 |
| Binary | 1011 | 10101110 | 1110101 | 1011110 | 0 | 100001 | 100000 | 10011111 | 1011000 | 100100 |
Color Harmonies of #0BAE75
Complementary color
Monochromatic Colors of #0BAE75
Black with #0BAE75
Text Example
Text Example
White with #0BAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE75; }
p { color: rgb(11,174,117); }
H1.HeaderClassName
{
color: #0BAE75;
}
.AnyTagClassName
{
color: #0BAE75;
}
</style>
background-color css
<style>
a { background-color: #0BAE75; }
a { background-color: rgb(11,174,117); }
div.DivClassName
{
background-color: #0BAE75;
}
.BgClassName
{
background-color: #0BAE75;
}
</style>
border-color css
<style>
span { border-color: #0BAE75; }
span { border-color: rgb(11,174,117); }
td.TdClassName
{
border-color: #0BAE75;
}
.TagClassName
{
border-color: #0BAE75;
}
</style>