Shades of Jade #0B9F6B
Tints of Jade #0B9F6B
RGB
CMYK
RGB Variations
Color information
#0B9F6B (or 0x0B9F6B) is known color: Jade. HEX triplet: 0B, 9F and 6B. RGB value is (11,159,107). Sum of RGB (Red+Green+Blue) = 11+159+107=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9F6B is #F46094. Grayscale: #6C6C6C. Windows color (decimal): -16015509 or 7053067. OLE color: 7053067.
HSL color Cylindrical-coordinate representation of color #0B9F6B: hue angle of 158.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F6B is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 159 | 107 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.38 |
| HSL | 158.92º | 0.87% | 0.33% | - |
| HSV(B) | 158.92º | 0.93% | 0.62% | - |
| XYZ | 15.19 | 25.93 | 18.11 | - |
| YUV | 108.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 107 | 0.93 | 0 | 0.33 | 0.38 | 158.92 | 0.87 | 0.33 |
| Hex | B | 9F | 6B | 5D | 0 | 21 | 26 | 9F | 57 | 21 |
| Octal | 13 | 237 | 153 | 135 | 0 | 41 | 46 | 237 | 127 | 41 |
| Binary | 1011 | 10011111 | 1101011 | 1011101 | 0 | 100001 | 100110 | 10011111 | 1010111 | 100001 |
Color Harmonies of #0B9F6B
Complementary color
Monochromatic Colors of #0B9F6B
Black with #0B9F6B
Text Example
Text Example
White with #0B9F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9F6B; }
p { color: rgb(11,159,107); }
H1.HeaderClassName
{
color: #0B9F6B;
}
.AnyTagClassName
{
color: #0B9F6B;
}
</style>
background-color css
<style>
a { background-color: #0B9F6B; }
a { background-color: rgb(11,159,107); }
div.DivClassName
{
background-color: #0B9F6B;
}
.BgClassName
{
background-color: #0B9F6B;
}
</style>
border-color css
<style>
span { border-color: #0B9F6B; }
span { border-color: rgb(11,159,107); }
td.TdClassName
{
border-color: #0B9F6B;
}
.TagClassName
{
border-color: #0B9F6B;
}
</style>