Shades of Malachite #0BC84C
Tints of Malachite #0BC84C
RGB
CMYK
RGB Variations
Color information
#0BC84C (or 0x0BC84C) is known color: Malachite. HEX triplet: 0B, C8 and 4C. RGB value is (11,200,76). Sum of RGB (Red+Green+Blue) = 11+200+76=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 200 (78.52% from 255 or 69.69% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC84C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC84C is #F437B3. Grayscale: #818181. Windows color (decimal): -16005044 or 5031947. OLE color: 5031947.
HSL color Cylindrical-coordinate representation of color #0BC84C: hue angle of 140.63º degrees, saturation: 0.9, 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 #0BC84C is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 200 | 76 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.22 |
| HSL | 140.63º | 0.9% | 0.41% | - |
| HSV(B) | 140.63º | 0.95% | 0.78% | - |
| XYZ | 22.1 | 41.9 | 13.76 | - |
| YUV | 129.35 | 97.88 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 200 | 76 | 0.94 | 0 | 0.62 | 0.22 | 140.63 | 0.9 | 0.41 |
| Hex | B | C8 | 4C | 5E | 0 | 3E | 16 | 8D | 5A | 29 |
| Octal | 13 | 310 | 114 | 136 | 0 | 76 | 26 | 215 | 132 | 51 |
| Binary | 1011 | 11001000 | 1001100 | 1011110 | 0 | 111110 | 10110 | 10001101 | 1011010 | 101001 |
Color Harmonies of #0BC84C
Complementary color
Monochromatic Colors of #0BC84C
Black with #0BC84C
Text Example
Text Example
White with #0BC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC84C; }
p { color: rgb(11,200,76); }
H1.HeaderClassName
{
color: #0BC84C;
}
.AnyTagClassName
{
color: #0BC84C;
}
</style>
background-color css
<style>
a { background-color: #0BC84C; }
a { background-color: rgb(11,200,76); }
div.DivClassName
{
background-color: #0BC84C;
}
.BgClassName
{
background-color: #0BC84C;
}
</style>
border-color css
<style>
span { border-color: #0BC84C; }
span { border-color: rgb(11,200,76); }
td.TdClassName
{
border-color: #0BC84C;
}
.TagClassName
{
border-color: #0BC84C;
}
</style>