Shades of Malachite #0BD669
Tints of Malachite #0BD669
RGB
CMYK
RGB Variations
Color information
#0BD669 (or 0x0BD669) is known color: Malachite. HEX triplet: 0B, D6 and 69. RGB value is (11,214,105). Sum of RGB (Red+Green+Blue) = 11+214+105=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD669 is #F42996. Grayscale: #8D8D8D. Windows color (decimal): -16001431 or 6936075. OLE color: 6936075.
HSL color Cylindrical-coordinate representation of color #0BD669: hue angle of 147.78º 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 #0BD669 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 105 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.16 |
| HSL | 147.78º | 0.9% | 0.44% | - |
| HSV(B) | 147.78º | 0.95% | 0.84% | - |
| XYZ | 26.73 | 49.18 | 21.45 | - |
| YUV | 140.88 | 107.75 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 105 | 0.95 | 0 | 0.51 | 0.16 | 147.78 | 0.9 | 0.44 |
| Hex | B | D6 | 69 | 5F | 0 | 33 | 10 | 94 | 5A | 2C |
| Octal | 13 | 326 | 151 | 137 | 0 | 63 | 20 | 224 | 132 | 54 |
| Binary | 1011 | 11010110 | 1101001 | 1011111 | 0 | 110011 | 10000 | 10010100 | 1011010 | 101100 |
Color Harmonies of #0BD669
Complementary color
Monochromatic Colors of #0BD669
Black with #0BD669
Text Example
Text Example
White with #0BD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD669; }
p { color: rgb(11,214,105); }
H1.HeaderClassName
{
color: #0BD669;
}
.AnyTagClassName
{
color: #0BD669;
}
</style>
background-color css
<style>
a { background-color: #0BD669; }
a { background-color: rgb(11,214,105); }
div.DivClassName
{
background-color: #0BD669;
}
.BgClassName
{
background-color: #0BD669;
}
</style>
border-color css
<style>
span { border-color: #0BD669; }
span { border-color: rgb(11,214,105); }
td.TdClassName
{
border-color: #0BD669;
}
.TagClassName
{
border-color: #0BD669;
}
</style>