Shades of Jade #0BAC61
Tints of Jade #0BAC61
RGB
CMYK
RGB Variations
Color information
#0BAC61 (or 0x0BAC61) is known color: Jade. HEX triplet: 0B, AC and 61. RGB value is (11,172,97). Sum of RGB (Red+Green+Blue) = 11+172+97=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC61 is #F4539E. Grayscale: #737373. Windows color (decimal): -16012191 or 6401035. OLE color: 6401035.
HSL color Cylindrical-coordinate representation of color #0BAC61: hue angle of 152.05º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC61 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 97 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.33 |
| HSL | 152.05º | 0.88% | 0.36% | - |
| HSV(B) | 152.05º | 0.94% | 0.67% | - |
| XYZ | 17.05 | 30.44 | 16.29 | - |
| YUV | 115.31 | 117.66 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 97 | 0.94 | 0 | 0.44 | 0.33 | 152.05 | 0.88 | 0.36 |
| Hex | B | AC | 61 | 5E | 0 | 2C | 21 | 98 | 58 | 24 |
| Octal | 13 | 254 | 141 | 136 | 0 | 54 | 41 | 230 | 130 | 44 |
| Binary | 1011 | 10101100 | 1100001 | 1011110 | 0 | 101100 | 100001 | 10011000 | 1011000 | 100100 |
Color Harmonies of #0BAC61
Complementary color
Monochromatic Colors of #0BAC61
Black with #0BAC61
Text Example
Text Example
White with #0BAC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC61; }
p { color: rgb(11,172,97); }
H1.HeaderClassName
{
color: #0BAC61;
}
.AnyTagClassName
{
color: #0BAC61;
}
</style>
background-color css
<style>
a { background-color: #0BAC61; }
a { background-color: rgb(11,172,97); }
div.DivClassName
{
background-color: #0BAC61;
}
.BgClassName
{
background-color: #0BAC61;
}
</style>
border-color css
<style>
span { border-color: #0BAC61; }
span { border-color: rgb(11,172,97); }
td.TdClassName
{
border-color: #0BAC61;
}
.TagClassName
{
border-color: #0BAC61;
}
</style>