Shades of Jade #0BAF71
Tints of Jade #0BAF71
RGB
CMYK
RGB Variations
Color information
#0BAF71 (or 0x0BAF71) is known color: Jade. HEX triplet: 0B, AF and 71. RGB value is (11,175,113). Sum of RGB (Red+Green+Blue) = 11+175+113=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAF71 is #F4508E. Grayscale: #767676. Windows color (decimal): -16011407 or 7450379. OLE color: 7450379.
HSL color Cylindrical-coordinate representation of color #0BAF71: hue angle of 157.32º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF71 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 113 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.31 |
| HSL | 157.32º | 0.88% | 0.36% | - |
| HSV(B) | 157.32º | 0.94% | 0.69% | - |
| XYZ | 18.45 | 31.92 | 20.81 | - |
| YUV | 118.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 113 | 0.94 | 0 | 0.35 | 0.31 | 157.32 | 0.88 | 0.36 |
| Hex | B | AF | 71 | 5E | 0 | 23 | 1F | 9D | 58 | 24 |
| Octal | 13 | 257 | 161 | 136 | 0 | 43 | 37 | 235 | 130 | 44 |
| Binary | 1011 | 10101111 | 1110001 | 1011110 | 0 | 100011 | 11111 | 10011101 | 1011000 | 100100 |
Color Harmonies of #0BAF71
Complementary color
Monochromatic Colors of #0BAF71
Black with #0BAF71
Text Example
Text Example
White with #0BAF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF71; }
p { color: rgb(11,175,113); }
H1.HeaderClassName
{
color: #0BAF71;
}
.AnyTagClassName
{
color: #0BAF71;
}
</style>
background-color css
<style>
a { background-color: #0BAF71; }
a { background-color: rgb(11,175,113); }
div.DivClassName
{
background-color: #0BAF71;
}
.BgClassName
{
background-color: #0BAF71;
}
</style>
border-color css
<style>
span { border-color: #0BAF71; }
span { border-color: rgb(11,175,113); }
td.TdClassName
{
border-color: #0BAF71;
}
.TagClassName
{
border-color: #0BAF71;
}
</style>