Shades of Jade #0BB871
Tints of Jade #0BB871
RGB
CMYK
RGB Variations
Color information
#0BB871 (or 0x0BB871) is known color: Jade. HEX triplet: 0B, B8 and 71. RGB value is (11,184,113). Sum of RGB (Red+Green+Blue) = 11+184+113=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB871 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB871 is #F4478E. Grayscale: #7C7C7C. Windows color (decimal): -16009103 or 7452683. OLE color: 7452683.
HSL color Cylindrical-coordinate representation of color #0BB871: hue angle of 155.38º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB871 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 113 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.28 |
| HSL | 155.38º | 0.89% | 0.38% | - |
| HSV(B) | 155.38º | 0.94% | 0.72% | - |
| XYZ | 20.26 | 35.54 | 21.42 | - |
| YUV | 124.18 | 121.69 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 113 | 0.94 | 0 | 0.39 | 0.28 | 155.38 | 0.89 | 0.38 |
| Hex | B | B8 | 71 | 5E | 0 | 27 | 1C | 9B | 59 | 26 |
| Octal | 13 | 270 | 161 | 136 | 0 | 47 | 34 | 233 | 131 | 46 |
| Binary | 1011 | 10111000 | 1110001 | 1011110 | 0 | 100111 | 11100 | 10011011 | 1011001 | 100110 |
Color Harmonies of #0BB871
Complementary color
Monochromatic Colors of #0BB871
Black with #0BB871
Text Example
Text Example
White with #0BB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB871; }
p { color: rgb(11,184,113); }
H1.HeaderClassName
{
color: #0BB871;
}
.AnyTagClassName
{
color: #0BB871;
}
</style>
background-color css
<style>
a { background-color: #0BB871; }
a { background-color: rgb(11,184,113); }
div.DivClassName
{
background-color: #0BB871;
}
.BgClassName
{
background-color: #0BB871;
}
</style>
border-color css
<style>
span { border-color: #0BB871; }
span { border-color: rgb(11,184,113); }
td.TdClassName
{
border-color: #0BB871;
}
.TagClassName
{
border-color: #0BB871;
}
</style>