Shades of Malachite #0BC464
Tints of Malachite #0BC464
RGB
CMYK
RGB Variations
Color information
#0BC464 (or 0x0BC464) is known color: Malachite. HEX triplet: 0B, C4 and 64. RGB value is (11,196,100). Sum of RGB (Red+Green+Blue) = 11+196+100=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 196 (76.95% from 255 or 63.84% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC464 is #F43B9B. Grayscale: #818181. Windows color (decimal): -16006044 or 6603787. OLE color: 6603787.
HSL color Cylindrical-coordinate representation of color #0BC464: hue angle of 148.86º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC464 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 196 | 100 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.23 |
| HSL | 148.86º | 0.89% | 0.41% | - |
| HSV(B) | 148.86º | 0.94% | 0.77% | - |
| XYZ | 22.18 | 40.47 | 18.7 | - |
| YUV | 129.74 | 111.21 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 100 | 0.94 | 0 | 0.49 | 0.23 | 148.86 | 0.89 | 0.41 |
| Hex | B | C4 | 64 | 5E | 0 | 31 | 17 | 95 | 59 | 29 |
| Octal | 13 | 304 | 144 | 136 | 0 | 61 | 27 | 225 | 131 | 51 |
| Binary | 1011 | 11000100 | 1100100 | 1011110 | 0 | 110001 | 10111 | 10010101 | 1011001 | 101001 |
Color Harmonies of #0BC464
Complementary color
Monochromatic Colors of #0BC464
Black with #0BC464
Text Example
Text Example
White with #0BC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC464; }
p { color: rgb(11,196,100); }
H1.HeaderClassName
{
color: #0BC464;
}
.AnyTagClassName
{
color: #0BC464;
}
</style>
background-color css
<style>
a { background-color: #0BC464; }
a { background-color: rgb(11,196,100); }
div.DivClassName
{
background-color: #0BC464;
}
.BgClassName
{
background-color: #0BC464;
}
</style>
border-color css
<style>
span { border-color: #0BC464; }
span { border-color: rgb(11,196,100); }
td.TdClassName
{
border-color: #0BC464;
}
.TagClassName
{
border-color: #0BC464;
}
</style>