Shades of Jade #0BB16C
Tints of Jade #0BB16C
RGB
CMYK
RGB Variations
Color information
#0BB16C (or 0x0BB16C) is known color: Jade. HEX triplet: 0B, B1 and 6C. RGB value is (11,177,108). Sum of RGB (Red+Green+Blue) = 11+177+108=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB16C is #F44E93. Grayscale: #777777. Windows color (decimal): -16010900 or 7123211. OLE color: 7123211.
HSL color Cylindrical-coordinate representation of color #0BB16C: hue angle of 155.06º 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 #0BB16C is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 108 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.31 |
| HSL | 155.06º | 0.88% | 0.37% | - |
| HSV(B) | 155.06º | 0.94% | 0.69% | - |
| XYZ | 18.57 | 32.6 | 19.5 | - |
| YUV | 119.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 108 | 0.94 | 0 | 0.39 | 0.31 | 155.06 | 0.88 | 0.37 |
| Hex | B | B1 | 6C | 5E | 0 | 27 | 1F | 9B | 58 | 25 |
| Octal | 13 | 261 | 154 | 136 | 0 | 47 | 37 | 233 | 130 | 45 |
| Binary | 1011 | 10110001 | 1101100 | 1011110 | 0 | 100111 | 11111 | 10011011 | 1011000 | 100101 |
Color Harmonies of #0BB16C
Complementary color
Monochromatic Colors of #0BB16C
Black with #0BB16C
Text Example
Text Example
White with #0BB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB16C; }
p { color: rgb(11,177,108); }
H1.HeaderClassName
{
color: #0BB16C;
}
.AnyTagClassName
{
color: #0BB16C;
}
</style>
background-color css
<style>
a { background-color: #0BB16C; }
a { background-color: rgb(11,177,108); }
div.DivClassName
{
background-color: #0BB16C;
}
.BgClassName
{
background-color: #0BB16C;
}
</style>
border-color css
<style>
span { border-color: #0BB16C; }
span { border-color: rgb(11,177,108); }
td.TdClassName
{
border-color: #0BB16C;
}
.TagClassName
{
border-color: #0BB16C;
}
</style>