Shades of Jade #0BB475
Tints of Jade #0BB475
RGB
CMYK
RGB Variations
Color information
#0BB475 (or 0x0BB475) is known color: Jade. HEX triplet: 0B, B4 and 75. RGB value is (11,180,117). Sum of RGB (Red+Green+Blue) = 11+180+117=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB475 is #F44B8A. Grayscale: #7A7A7A. Windows color (decimal): -16010123 or 7713803. OLE color: 7713803.
HSL color Cylindrical-coordinate representation of color #0BB475: hue angle of 157.63º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB475 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 117 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.29 |
| HSL | 157.63º | 0.88% | 0.37% | - |
| HSV(B) | 157.63º | 0.94% | 0.71% | - |
| XYZ | 19.67 | 34 | 22.36 | - |
| YUV | 122.29 | 125.01 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 117 | 0.94 | 0 | 0.35 | 0.29 | 157.63 | 0.88 | 0.37 |
| Hex | B | B4 | 75 | 5E | 0 | 23 | 1D | 9E | 58 | 25 |
| Octal | 13 | 264 | 165 | 136 | 0 | 43 | 35 | 236 | 130 | 45 |
| Binary | 1011 | 10110100 | 1110101 | 1011110 | 0 | 100011 | 11101 | 10011110 | 1011000 | 100101 |
Color Harmonies of #0BB475
Complementary color
Monochromatic Colors of #0BB475
Black with #0BB475
Text Example
Text Example
White with #0BB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB475; }
p { color: rgb(11,180,117); }
H1.HeaderClassName
{
color: #0BB475;
}
.AnyTagClassName
{
color: #0BB475;
}
</style>
background-color css
<style>
a { background-color: #0BB475; }
a { background-color: rgb(11,180,117); }
div.DivClassName
{
background-color: #0BB475;
}
.BgClassName
{
background-color: #0BB475;
}
</style>
border-color css
<style>
span { border-color: #0BB475; }
span { border-color: rgb(11,180,117); }
td.TdClassName
{
border-color: #0BB475;
}
.TagClassName
{
border-color: #0BB475;
}
</style>