Shades of Malachite #0BC65B
Tints of Malachite #0BC65B
RGB
CMYK
RGB Variations
Color information
#0BC65B (or 0x0BC65B) is known color: Malachite. HEX triplet: 0B, C6 and 5B. RGB value is (11,198,91). Sum of RGB (Red+Green+Blue) = 11+198+91=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 198 (77.73% from 255 or 66% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC65B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC65B is #F439A4. Grayscale: #828282. Windows color (decimal): -16005541 or 6014475. OLE color: 6014475.
HSL color Cylindrical-coordinate representation of color #0BC65B: hue angle of 145.67º 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 #0BC65B is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 198 | 91 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.22 |
| HSL | 145.67º | 0.89% | 0.41% | - |
| HSV(B) | 145.67º | 0.94% | 0.78% | - |
| XYZ | 22.22 | 41.21 | 16.68 | - |
| YUV | 129.89 | 106.05 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 198 | 91 | 0.94 | 0 | 0.54 | 0.22 | 145.67 | 0.89 | 0.41 |
| Hex | B | C6 | 5B | 5E | 0 | 36 | 16 | 92 | 59 | 29 |
| Octal | 13 | 306 | 133 | 136 | 0 | 66 | 26 | 222 | 131 | 51 |
| Binary | 1011 | 11000110 | 1011011 | 1011110 | 0 | 110110 | 10110 | 10010010 | 1011001 | 101001 |
Color Harmonies of #0BC65B
Complementary color
Monochromatic Colors of #0BC65B
Black with #0BC65B
Text Example
Text Example
White with #0BC65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC65B; }
p { color: rgb(11,198,91); }
H1.HeaderClassName
{
color: #0BC65B;
}
.AnyTagClassName
{
color: #0BC65B;
}
</style>
background-color css
<style>
a { background-color: #0BC65B; }
a { background-color: rgb(11,198,91); }
div.DivClassName
{
background-color: #0BC65B;
}
.BgClassName
{
background-color: #0BC65B;
}
</style>
border-color css
<style>
span { border-color: #0BC65B; }
span { border-color: rgb(11,198,91); }
td.TdClassName
{
border-color: #0BC65B;
}
.TagClassName
{
border-color: #0BC65B;
}
</style>