Shades of Malachite #0BD65A
Tints of Malachite #0BD65A
RGB
CMYK
RGB Variations
Color information
#0BD65A (or 0x0BD65A) is known color: Malachite. HEX triplet: 0B, D6 and 5A. RGB value is (11,214,90). Sum of RGB (Red+Green+Blue) = 11+214+90=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD65A is #F429A5. Grayscale: #8B8B8B. Windows color (decimal): -16001446 or 5953035. OLE color: 5953035.
HSL color Cylindrical-coordinate representation of color #0BD65A: hue angle of 143.35º 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 #0BD65A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 90 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.16 |
| HSL | 143.35º | 0.9% | 0.44% | - |
| HSV(B) | 143.35º | 0.95% | 0.84% | - |
| XYZ | 26.03 | 48.9 | 17.74 | - |
| YUV | 139.17 | 100.25 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 90 | 0.95 | 0 | 0.58 | 0.16 | 143.35 | 0.9 | 0.44 |
| Hex | B | D6 | 5A | 5F | 0 | 3A | 10 | 8F | 5A | 2C |
| Octal | 13 | 326 | 132 | 137 | 0 | 72 | 20 | 217 | 132 | 54 |
| Binary | 1011 | 11010110 | 1011010 | 1011111 | 0 | 111010 | 10000 | 10001111 | 1011010 | 101100 |
Color Harmonies of #0BD65A
Complementary color
Monochromatic Colors of #0BD65A
Black with #0BD65A
Text Example
Text Example
White with #0BD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD65A; }
p { color: rgb(11,214,90); }
H1.HeaderClassName
{
color: #0BD65A;
}
.AnyTagClassName
{
color: #0BD65A;
}
</style>
background-color css
<style>
a { background-color: #0BD65A; }
a { background-color: rgb(11,214,90); }
div.DivClassName
{
background-color: #0BD65A;
}
.BgClassName
{
background-color: #0BD65A;
}
</style>
border-color css
<style>
span { border-color: #0BD65A; }
span { border-color: rgb(11,214,90); }
td.TdClassName
{
border-color: #0BD65A;
}
.TagClassName
{
border-color: #0BD65A;
}
</style>