Shades of Jade #0B9E6A
Tints of Jade #0B9E6A
RGB
CMYK
RGB Variations
Color information
#0B9E6A (or 0x0B9E6A) is known color: Jade. HEX triplet: 0B, 9E and 6A. RGB value is (11,158,106). Sum of RGB (Red+Green+Blue) = 11+158+106=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 158 (62.11% from 255 or 57.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9E6A is #F46195. Grayscale: #6C6C6C. Windows color (decimal): -16015766 or 6987275. OLE color: 6987275.
HSL color Cylindrical-coordinate representation of color #0B9E6A: hue angle of 158.78º 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 #0B9E6A is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 158 | 106 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.38 |
| HSL | 158.78º | 0.87% | 0.33% | - |
| HSV(B) | 158.78º | 0.93% | 0.62% | - |
| XYZ | 14.97 | 25.57 | 17.78 | - |
| YUV | 108.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 106 | 0.93 | 0 | 0.33 | 0.38 | 158.78 | 0.87 | 0.33 |
| Hex | B | 9E | 6A | 5D | 0 | 21 | 26 | 9F | 57 | 21 |
| Octal | 13 | 236 | 152 | 135 | 0 | 41 | 46 | 237 | 127 | 41 |
| Binary | 1011 | 10011110 | 1101010 | 1011101 | 0 | 100001 | 100110 | 10011111 | 1010111 | 100001 |
Color Harmonies of #0B9E6A
Complementary color
Monochromatic Colors of #0B9E6A
Black with #0B9E6A
Text Example
Text Example
White with #0B9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9E6A; }
p { color: rgb(11,158,106); }
H1.HeaderClassName
{
color: #0B9E6A;
}
.AnyTagClassName
{
color: #0B9E6A;
}
</style>
background-color css
<style>
a { background-color: #0B9E6A; }
a { background-color: rgb(11,158,106); }
div.DivClassName
{
background-color: #0B9E6A;
}
.BgClassName
{
background-color: #0B9E6A;
}
</style>
border-color css
<style>
span { border-color: #0B9E6A; }
span { border-color: rgb(11,158,106); }
td.TdClassName
{
border-color: #0B9E6A;
}
.TagClassName
{
border-color: #0B9E6A;
}
</style>