Shades of Jade #0BB462
Tints of Jade #0BB462
RGB
CMYK
RGB Variations
Color information
#0BB462 (or 0x0BB462) is known color: Jade. HEX triplet: 0B, B4 and 62. RGB value is (11,180,98). Sum of RGB (Red+Green+Blue) = 11+180+98=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB462 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB462 is #F44B9D. Grayscale: #787878. Windows color (decimal): -16010142 or 6468619. OLE color: 6468619.
HSL color Cylindrical-coordinate representation of color #0BB462: hue angle of 150.89º 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 #0BB462 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 98 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.29 |
| HSL | 150.89º | 0.88% | 0.37% | - |
| HSV(B) | 150.89º | 0.94% | 0.71% | - |
| XYZ | 18.66 | 33.6 | 17.06 | - |
| YUV | 120.12 | 115.51 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 98 | 0.94 | 0 | 0.46 | 0.29 | 150.89 | 0.88 | 0.37 |
| Hex | B | B4 | 62 | 5E | 0 | 2E | 1D | 97 | 58 | 25 |
| Octal | 13 | 264 | 142 | 136 | 0 | 56 | 35 | 227 | 130 | 45 |
| Binary | 1011 | 10110100 | 1100010 | 1011110 | 0 | 101110 | 11101 | 10010111 | 1011000 | 100101 |
Color Harmonies of #0BB462
Complementary color
Monochromatic Colors of #0BB462
Black with #0BB462
Text Example
Text Example
White with #0BB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB462; }
p { color: rgb(11,180,98); }
H1.HeaderClassName
{
color: #0BB462;
}
.AnyTagClassName
{
color: #0BB462;
}
</style>
background-color css
<style>
a { background-color: #0BB462; }
a { background-color: rgb(11,180,98); }
div.DivClassName
{
background-color: #0BB462;
}
.BgClassName
{
background-color: #0BB462;
}
</style>
border-color css
<style>
span { border-color: #0BB462; }
span { border-color: rgb(11,180,98); }
td.TdClassName
{
border-color: #0BB462;
}
.TagClassName
{
border-color: #0BB462;
}
</style>