Shades of Jade #0BB569
Tints of Jade #0BB569
RGB
CMYK
RGB Variations
Color information
#0BB569 (or 0x0BB569) is known color: Jade. HEX triplet: 0B, B5 and 69. RGB value is (11,181,105). Sum of RGB (Red+Green+Blue) = 11+181+105=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB569 is #F44A96. Grayscale: #797979. Windows color (decimal): -16009879 or 6927627. OLE color: 6927627.
HSL color Cylindrical-coordinate representation of color #0BB569: hue angle of 153.18º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB569 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 181 | 105 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.29 |
| HSL | 153.18º | 0.89% | 0.38% | - |
| HSV(B) | 153.18º | 0.94% | 0.71% | - |
| XYZ | 19.21 | 34.14 | 18.94 | - |
| YUV | 121.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 181 | 105 | 0.94 | 0 | 0.42 | 0.29 | 153.18 | 0.89 | 0.38 |
| Hex | B | B5 | 69 | 5E | 0 | 2A | 1D | 99 | 59 | 26 |
| Octal | 13 | 265 | 151 | 136 | 0 | 52 | 35 | 231 | 131 | 46 |
| Binary | 1011 | 10110101 | 1101001 | 1011110 | 0 | 101010 | 11101 | 10011001 | 1011001 | 100110 |
Color Harmonies of #0BB569
Complementary color
Monochromatic Colors of #0BB569
Black with #0BB569
Text Example
Text Example
White with #0BB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB569; }
p { color: rgb(11,181,105); }
H1.HeaderClassName
{
color: #0BB569;
}
.AnyTagClassName
{
color: #0BB569;
}
</style>
background-color css
<style>
a { background-color: #0BB569; }
a { background-color: rgb(11,181,105); }
div.DivClassName
{
background-color: #0BB569;
}
.BgClassName
{
background-color: #0BB569;
}
</style>
border-color css
<style>
span { border-color: #0BB569; }
span { border-color: rgb(11,181,105); }
td.TdClassName
{
border-color: #0BB569;
}
.TagClassName
{
border-color: #0BB569;
}
</style>