Shades of Jade #0BC569
Tints of Jade #0BC569
RGB
CMYK
RGB Variations
Color information
#0BC569 (or 0x0BC569) is known color: Jade. HEX triplet: 0B, C5 and 69. RGB value is (11,197,105). Sum of RGB (Red+Green+Blue) = 11+197+105=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC569 is #F43A96. Grayscale: #838383. Windows color (decimal): -16005783 or 6931723. OLE color: 6931723.
HSL color Cylindrical-coordinate representation of color #0BC569: hue angle of 150.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC569 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 197 | 105 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.23 |
| HSL | 150.32º | 0.89% | 0.41% | - |
| HSV(B) | 150.32º | 0.94% | 0.77% | - |
| XYZ | 22.65 | 41.02 | 20.09 | - |
| YUV | 130.9 | 113.38 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 105 | 0.94 | 0 | 0.47 | 0.23 | 150.32 | 0.89 | 0.41 |
| Hex | B | C5 | 69 | 5E | 0 | 2F | 17 | 96 | 59 | 29 |
| Octal | 13 | 305 | 151 | 136 | 0 | 57 | 27 | 226 | 131 | 51 |
| Binary | 1011 | 11000101 | 1101001 | 1011110 | 0 | 101111 | 10111 | 10010110 | 1011001 | 101001 |
Color Harmonies of #0BC569
Complementary color
Monochromatic Colors of #0BC569
Black with #0BC569
Text Example
Text Example
White with #0BC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC569; }
p { color: rgb(11,197,105); }
H1.HeaderClassName
{
color: #0BC569;
}
.AnyTagClassName
{
color: #0BC569;
}
</style>
background-color css
<style>
a { background-color: #0BC569; }
a { background-color: rgb(11,197,105); }
div.DivClassName
{
background-color: #0BC569;
}
.BgClassName
{
background-color: #0BC569;
}
</style>
border-color css
<style>
span { border-color: #0BC569; }
span { border-color: rgb(11,197,105); }
td.TdClassName
{
border-color: #0BC569;
}
.TagClassName
{
border-color: #0BC569;
}
</style>