Shades of Malachite #0BCA53
Tints of Malachite #0BCA53
RGB
CMYK
RGB Variations
Color information
#0BCA53 (or 0x0BCA53) is known color: Malachite. HEX triplet: 0B, CA and 53. RGB value is (11,202,83). Sum of RGB (Red+Green+Blue) = 11+202+83=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCA53 is #F435AC. Grayscale: #838383. Windows color (decimal): -16004525 or 5491211. OLE color: 5491211.
HSL color Cylindrical-coordinate representation of color #0BCA53: hue angle of 142.62º 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 #0BCA53 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 83 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.21 |
| HSL | 142.62º | 0.9% | 0.42% | - |
| HSV(B) | 142.62º | 0.95% | 0.79% | - |
| XYZ | 22.82 | 42.94 | 15.27 | - |
| YUV | 131.33 | 100.72 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 83 | 0.95 | 0 | 0.59 | 0.21 | 142.62 | 0.9 | 0.42 |
| Hex | B | CA | 53 | 5F | 0 | 3B | 15 | 8F | 5A | 2A |
| Octal | 13 | 312 | 123 | 137 | 0 | 73 | 25 | 217 | 132 | 52 |
| Binary | 1011 | 11001010 | 1010011 | 1011111 | 0 | 111011 | 10101 | 10001111 | 1011010 | 101010 |
Color Harmonies of #0BCA53
Complementary color
Monochromatic Colors of #0BCA53
Black with #0BCA53
Text Example
Text Example
White with #0BCA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCA53; }
p { color: rgb(11,202,83); }
H1.HeaderClassName
{
color: #0BCA53;
}
.AnyTagClassName
{
color: #0BCA53;
}
</style>
background-color css
<style>
a { background-color: #0BCA53; }
a { background-color: rgb(11,202,83); }
div.DivClassName
{
background-color: #0BCA53;
}
.BgClassName
{
background-color: #0BCA53;
}
</style>
border-color css
<style>
span { border-color: #0BCA53; }
span { border-color: rgb(11,202,83); }
td.TdClassName
{
border-color: #0BCA53;
}
.TagClassName
{
border-color: #0BCA53;
}
</style>