Shades of Malachite #0BC658
Tints of Malachite #0BC658
RGB
CMYK
RGB Variations
Color information
#0BC658 (or 0x0BC658) is known color: Malachite. HEX triplet: 0B, C6 and 58. RGB value is (11,198,88). Sum of RGB (Red+Green+Blue) = 11+198+88=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC658 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC658 is #F439A7. Grayscale: #818181. Windows color (decimal): -16005544 or 5817867. OLE color: 5817867.
HSL color Cylindrical-coordinate representation of color #0BC658: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC658 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 198 | 88 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.22 |
| HSL | 144.71º | 0.89% | 0.41% | - |
| HSV(B) | 144.71º | 0.94% | 0.78% | - |
| XYZ | 22.09 | 41.16 | 16.01 | - |
| YUV | 129.55 | 104.55 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 198 | 88 | 0.94 | 0 | 0.56 | 0.22 | 144.71 | 0.89 | 0.41 |
| Hex | B | C6 | 58 | 5E | 0 | 38 | 16 | 91 | 59 | 29 |
| Octal | 13 | 306 | 130 | 136 | 0 | 70 | 26 | 221 | 131 | 51 |
| Binary | 1011 | 11000110 | 1011000 | 1011110 | 0 | 111000 | 10110 | 10010001 | 1011001 | 101001 |
Color Harmonies of #0BC658
Complementary color
Monochromatic Colors of #0BC658
Black with #0BC658
Text Example
Text Example
White with #0BC658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC658; }
p { color: rgb(11,198,88); }
H1.HeaderClassName
{
color: #0BC658;
}
.AnyTagClassName
{
color: #0BC658;
}
</style>
background-color css
<style>
a { background-color: #0BC658; }
a { background-color: rgb(11,198,88); }
div.DivClassName
{
background-color: #0BC658;
}
.BgClassName
{
background-color: #0BC658;
}
</style>
border-color css
<style>
span { border-color: #0BC658; }
span { border-color: rgb(11,198,88); }
td.TdClassName
{
border-color: #0BC658;
}
.TagClassName
{
border-color: #0BC658;
}
</style>