Shades of Malachite #0BD168
Tints of Malachite #0BD168
RGB
CMYK
RGB Variations
Color information
#0BD168 (or 0x0BD168) is known color: Malachite. HEX triplet: 0B, D1 and 68. RGB value is (11,209,104). Sum of RGB (Red+Green+Blue) = 11+209+104=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD168 is #F42E97. Grayscale: #8A8A8A. Windows color (decimal): -16002712 or 6869259. OLE color: 6869259.
HSL color Cylindrical-coordinate representation of color #0BD168: hue angle of 148.18º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD168 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 209 | 104 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.18 |
| HSL | 148.18º | 0.9% | 0.43% | - |
| HSV(B) | 148.18º | 0.95% | 0.82% | - |
| XYZ | 25.44 | 46.67 | 20.76 | - |
| YUV | 137.83 | 108.9 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 104 | 0.95 | 0 | 0.50 | 0.18 | 148.18 | 0.9 | 0.43 |
| Hex | B | D1 | 68 | 5F | 0 | 32 | 12 | 94 | 5A | 2B |
| Octal | 13 | 321 | 150 | 137 | 0 | 62 | 22 | 224 | 132 | 53 |
| Binary | 1011 | 11010001 | 1101000 | 1011111 | 0 | 110010 | 10010 | 10010100 | 1011010 | 101011 |
Color Harmonies of #0BD168
Complementary color
Monochromatic Colors of #0BD168
Black with #0BD168
Text Example
Text Example
White with #0BD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD168; }
p { color: rgb(11,209,104); }
H1.HeaderClassName
{
color: #0BD168;
}
.AnyTagClassName
{
color: #0BD168;
}
</style>
background-color css
<style>
a { background-color: #0BD168; }
a { background-color: rgb(11,209,104); }
div.DivClassName
{
background-color: #0BD168;
}
.BgClassName
{
background-color: #0BD168;
}
</style>
border-color css
<style>
span { border-color: #0BD168; }
span { border-color: rgb(11,209,104); }
td.TdClassName
{
border-color: #0BD168;
}
.TagClassName
{
border-color: #0BD168;
}
</style>