Shades of Jade #0BB16E
Tints of Jade #0BB16E
RGB
CMYK
RGB Variations
Color information
#0BB16E (or 0x0BB16E) is known color: Jade. HEX triplet: 0B, B1 and 6E. RGB value is (11,177,110). Sum of RGB (Red+Green+Blue) = 11+177+110=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB16E is #F44E91. Grayscale: #777777. Windows color (decimal): -16010898 or 7254283. OLE color: 7254283.
HSL color Cylindrical-coordinate representation of color #0BB16E: hue angle of 155.78º 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 #0BB16E is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 110 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.31 |
| HSL | 155.78º | 0.88% | 0.37% | - |
| HSV(B) | 155.78º | 0.94% | 0.69% | - |
| XYZ | 18.67 | 32.64 | 20.07 | - |
| YUV | 119.73 | 122.5 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 110 | 0.94 | 0 | 0.38 | 0.31 | 155.78 | 0.88 | 0.37 |
| Hex | B | B1 | 6E | 5E | 0 | 26 | 1F | 9C | 58 | 25 |
| Octal | 13 | 261 | 156 | 136 | 0 | 46 | 37 | 234 | 130 | 45 |
| Binary | 1011 | 10110001 | 1101110 | 1011110 | 0 | 100110 | 11111 | 10011100 | 1011000 | 100101 |
Color Harmonies of #0BB16E
Complementary color
Monochromatic Colors of #0BB16E
Black with #0BB16E
Text Example
Text Example
White with #0BB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB16E; }
p { color: rgb(11,177,110); }
H1.HeaderClassName
{
color: #0BB16E;
}
.AnyTagClassName
{
color: #0BB16E;
}
</style>
background-color css
<style>
a { background-color: #0BB16E; }
a { background-color: rgb(11,177,110); }
div.DivClassName
{
background-color: #0BB16E;
}
.BgClassName
{
background-color: #0BB16E;
}
</style>
border-color css
<style>
span { border-color: #0BB16E; }
span { border-color: rgb(11,177,110); }
td.TdClassName
{
border-color: #0BB16E;
}
.TagClassName
{
border-color: #0BB16E;
}
</style>