Shades of Jade #0BB26C
Tints of Jade #0BB26C
RGB
CMYK
RGB Variations
Color information
#0BB26C (or 0x0BB26C) is known color: Jade. HEX triplet: 0B, B2 and 6C. RGB value is (11,178,108). Sum of RGB (Red+Green+Blue) = 11+178+108=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB26C is #F44D93. Grayscale: #787878. Windows color (decimal): -16010644 or 7123467. OLE color: 7123467.
HSL color Cylindrical-coordinate representation of color #0BB26C: hue angle of 154.85º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB26C is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 108 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.30 |
| HSL | 154.85º | 0.88% | 0.37% | - |
| HSV(B) | 154.85º | 0.94% | 0.7% | - |
| XYZ | 18.77 | 32.99 | 19.57 | - |
| YUV | 120.09 | 121.17 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 108 | 0.94 | 0 | 0.39 | 0.30 | 154.85 | 0.88 | 0.37 |
| Hex | B | B2 | 6C | 5E | 0 | 27 | 1E | 9B | 58 | 25 |
| Octal | 13 | 262 | 154 | 136 | 0 | 47 | 36 | 233 | 130 | 45 |
| Binary | 1011 | 10110010 | 1101100 | 1011110 | 0 | 100111 | 11110 | 10011011 | 1011000 | 100101 |
Color Harmonies of #0BB26C
Complementary color
Monochromatic Colors of #0BB26C
Black with #0BB26C
Text Example
Text Example
White with #0BB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB26C; }
p { color: rgb(11,178,108); }
H1.HeaderClassName
{
color: #0BB26C;
}
.AnyTagClassName
{
color: #0BB26C;
}
</style>
background-color css
<style>
a { background-color: #0BB26C; }
a { background-color: rgb(11,178,108); }
div.DivClassName
{
background-color: #0BB26C;
}
.BgClassName
{
background-color: #0BB26C;
}
</style>
border-color css
<style>
span { border-color: #0BB26C; }
span { border-color: rgb(11,178,108); }
td.TdClassName
{
border-color: #0BB26C;
}
.TagClassName
{
border-color: #0BB26C;
}
</style>