Shades of Jade #0BAE5F
Tints of Jade #0BAE5F
RGB
CMYK
RGB Variations
Color information
#0BAE5F (or 0x0BAE5F) is known color: Jade. HEX triplet: 0B, AE and 5F. RGB value is (11,174,95). Sum of RGB (Red+Green+Blue) = 11+174+95=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 174 (68.36% from 255 or 62.14% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE5F is #F451A0. Grayscale: #747474. Windows color (decimal): -16011681 or 6270475. OLE color: 6270475.
HSL color Cylindrical-coordinate representation of color #0BAE5F: hue angle of 150.92º 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 #0BAE5F is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 95 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.32 |
| HSL | 150.92º | 0.88% | 0.36% | - |
| HSV(B) | 150.92º | 0.94% | 0.68% | - |
| XYZ | 17.34 | 31.17 | 15.93 | - |
| YUV | 116.26 | 116 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 95 | 0.94 | 0 | 0.45 | 0.32 | 150.92 | 0.88 | 0.36 |
| Hex | B | AE | 5F | 5E | 0 | 2D | 20 | 97 | 58 | 24 |
| Octal | 13 | 256 | 137 | 136 | 0 | 55 | 40 | 227 | 130 | 44 |
| Binary | 1011 | 10101110 | 1011111 | 1011110 | 0 | 101101 | 100000 | 10010111 | 1011000 | 100100 |
Color Harmonies of #0BAE5F
Complementary color
Monochromatic Colors of #0BAE5F
Black with #0BAE5F
Text Example
Text Example
White with #0BAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE5F; }
p { color: rgb(11,174,95); }
H1.HeaderClassName
{
color: #0BAE5F;
}
.AnyTagClassName
{
color: #0BAE5F;
}
</style>
background-color css
<style>
a { background-color: #0BAE5F; }
a { background-color: rgb(11,174,95); }
div.DivClassName
{
background-color: #0BAE5F;
}
.BgClassName
{
background-color: #0BAE5F;
}
</style>
border-color css
<style>
span { border-color: #0BAE5F; }
span { border-color: rgb(11,174,95); }
td.TdClassName
{
border-color: #0BAE5F;
}
.TagClassName
{
border-color: #0BAE5F;
}
</style>