Shades of Jade #0BB471
Tints of Jade #0BB471
RGB
CMYK
RGB Variations
Color information
#0BB471 (or 0x0BB471) is known color: Jade. HEX triplet: 0B, B4 and 71. RGB value is (11,180,113). Sum of RGB (Red+Green+Blue) = 11+180+113=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB471 is #F44B8E. Grayscale: #797979. Windows color (decimal): -16010127 or 7451659. OLE color: 7451659.
HSL color Cylindrical-coordinate representation of color #0BB471: hue angle of 156.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB471 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 113 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.29 |
| HSL | 156.21º | 0.88% | 0.37% | - |
| HSV(B) | 156.21º | 0.94% | 0.71% | - |
| XYZ | 19.44 | 33.91 | 21.14 | - |
| YUV | 121.83 | 123.01 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 113 | 0.94 | 0 | 0.37 | 0.29 | 156.21 | 0.88 | 0.37 |
| Hex | B | B4 | 71 | 5E | 0 | 25 | 1D | 9C | 58 | 25 |
| Octal | 13 | 264 | 161 | 136 | 0 | 45 | 35 | 234 | 130 | 45 |
| Binary | 1011 | 10110100 | 1110001 | 1011110 | 0 | 100101 | 11101 | 10011100 | 1011000 | 100101 |
Color Harmonies of #0BB471
Complementary color
Monochromatic Colors of #0BB471
Black with #0BB471
Text Example
Text Example
White with #0BB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB471; }
p { color: rgb(11,180,113); }
H1.HeaderClassName
{
color: #0BB471;
}
.AnyTagClassName
{
color: #0BB471;
}
</style>
background-color css
<style>
a { background-color: #0BB471; }
a { background-color: rgb(11,180,113); }
div.DivClassName
{
background-color: #0BB471;
}
.BgClassName
{
background-color: #0BB471;
}
</style>
border-color css
<style>
span { border-color: #0BB471; }
span { border-color: rgb(11,180,113); }
td.TdClassName
{
border-color: #0BB471;
}
.TagClassName
{
border-color: #0BB471;
}
</style>