Shades of Malachite #0BD671
Tints of Malachite #0BD671
RGB
CMYK
RGB Variations
Color information
#0BD671 (or 0x0BD671) is known color: Malachite. HEX triplet: 0B, D6 and 71. RGB value is (11,214,113). Sum of RGB (Red+Green+Blue) = 11+214+113=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD671 is #F4298E. Grayscale: #8D8D8D. Windows color (decimal): -16001423 or 7460363. OLE color: 7460363.
HSL color Cylindrical-coordinate representation of color #0BD671: hue angle of 150.15º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD671 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 113 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.16 |
| HSL | 150.15º | 0.9% | 0.44% | - |
| HSV(B) | 150.15º | 0.95% | 0.84% | - |
| XYZ | 27.17 | 49.36 | 23.72 | - |
| YUV | 141.79 | 111.75 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 113 | 0.95 | 0 | 0.47 | 0.16 | 150.15 | 0.9 | 0.44 |
| Hex | B | D6 | 71 | 5F | 0 | 2F | 10 | 96 | 5A | 2C |
| Octal | 13 | 326 | 161 | 137 | 0 | 57 | 20 | 226 | 132 | 54 |
| Binary | 1011 | 11010110 | 1110001 | 1011111 | 0 | 101111 | 10000 | 10010110 | 1011010 | 101100 |
Color Harmonies of #0BD671
Complementary color
Monochromatic Colors of #0BD671
Black with #0BD671
Text Example
Text Example
White with #0BD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD671; }
p { color: rgb(11,214,113); }
H1.HeaderClassName
{
color: #0BD671;
}
.AnyTagClassName
{
color: #0BD671;
}
</style>
background-color css
<style>
a { background-color: #0BD671; }
a { background-color: rgb(11,214,113); }
div.DivClassName
{
background-color: #0BD671;
}
.BgClassName
{
background-color: #0BD671;
}
</style>
border-color css
<style>
span { border-color: #0BD671; }
span { border-color: rgb(11,214,113); }
td.TdClassName
{
border-color: #0BD671;
}
.TagClassName
{
border-color: #0BD671;
}
</style>