Shades of Malachite #0BCA63
Tints of Malachite #0BCA63
RGB
CMYK
RGB Variations
Color information
#0BCA63 (or 0x0BCA63) is known color: Malachite. HEX triplet: 0B, CA and 63. RGB value is (11,202,99). Sum of RGB (Red+Green+Blue) = 11+202+99=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCA63 is #F4359C. Grayscale: #858585. Windows color (decimal): -16004509 or 6539787. OLE color: 6539787.
HSL color Cylindrical-coordinate representation of color #0BCA63: hue angle of 147.64º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCA63 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 99 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.21 |
| HSL | 147.64º | 0.9% | 0.42% | - |
| HSV(B) | 147.64º | 0.95% | 0.79% | - |
| XYZ | 23.51 | 43.21 | 18.91 | - |
| YUV | 133.15 | 108.72 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 99 | 0.95 | 0 | 0.51 | 0.21 | 147.64 | 0.9 | 0.42 |
| Hex | B | CA | 63 | 5F | 0 | 33 | 15 | 94 | 5A | 2A |
| Octal | 13 | 312 | 143 | 137 | 0 | 63 | 25 | 224 | 132 | 52 |
| Binary | 1011 | 11001010 | 1100011 | 1011111 | 0 | 110011 | 10101 | 10010100 | 1011010 | 101010 |
Color Harmonies of #0BCA63
Complementary color
Monochromatic Colors of #0BCA63
Black with #0BCA63
Text Example
Text Example
White with #0BCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCA63; }
p { color: rgb(11,202,99); }
H1.HeaderClassName
{
color: #0BCA63;
}
.AnyTagClassName
{
color: #0BCA63;
}
</style>
background-color css
<style>
a { background-color: #0BCA63; }
a { background-color: rgb(11,202,99); }
div.DivClassName
{
background-color: #0BCA63;
}
.BgClassName
{
background-color: #0BCA63;
}
</style>
border-color css
<style>
span { border-color: #0BCA63; }
span { border-color: rgb(11,202,99); }
td.TdClassName
{
border-color: #0BCA63;
}
.TagClassName
{
border-color: #0BCA63;
}
</style>