Shades of Jade #0BB16F
Tints of Jade #0BB16F
RGB
CMYK
RGB Variations
Color information
#0BB16F (or 0x0BB16F) is known color: Jade. HEX triplet: 0B, B1 and 6F. RGB value is (11,177,111). Sum of RGB (Red+Green+Blue) = 11+177+111=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB16F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB16F is #F44E90. Grayscale: #777777. Windows color (decimal): -16010897 or 7319819. OLE color: 7319819.
HSL color Cylindrical-coordinate representation of color #0BB16F: hue angle of 156.14º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB16F is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 111 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.31 |
| HSL | 156.14º | 0.88% | 0.37% | - |
| HSV(B) | 156.14º | 0.94% | 0.69% | - |
| XYZ | 18.73 | 32.66 | 20.36 | - |
| YUV | 119.84 | 123 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 111 | 0.94 | 0 | 0.37 | 0.31 | 156.14 | 0.88 | 0.37 |
| Hex | B | B1 | 6F | 5E | 0 | 25 | 1F | 9C | 58 | 25 |
| Octal | 13 | 261 | 157 | 136 | 0 | 45 | 37 | 234 | 130 | 45 |
| Binary | 1011 | 10110001 | 1101111 | 1011110 | 0 | 100101 | 11111 | 10011100 | 1011000 | 100101 |
Color Harmonies of #0BB16F
Complementary color
Monochromatic Colors of #0BB16F
Black with #0BB16F
Text Example
Text Example
White with #0BB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB16F; }
p { color: rgb(11,177,111); }
H1.HeaderClassName
{
color: #0BB16F;
}
.AnyTagClassName
{
color: #0BB16F;
}
</style>
background-color css
<style>
a { background-color: #0BB16F; }
a { background-color: rgb(11,177,111); }
div.DivClassName
{
background-color: #0BB16F;
}
.BgClassName
{
background-color: #0BB16F;
}
</style>
border-color css
<style>
span { border-color: #0BB16F; }
span { border-color: rgb(11,177,111); }
td.TdClassName
{
border-color: #0BB16F;
}
.TagClassName
{
border-color: #0BB16F;
}
</style>