Shades of Malachite #0BCA49
Tints of Malachite #0BCA49
RGB
CMYK
RGB Variations
Color information
#0BCA49 (or 0x0BCA49) is known color: Malachite. HEX triplet: 0B, CA and 49. RGB value is (11,202,73). Sum of RGB (Red+Green+Blue) = 11+202+73=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCA49 is #F435B6. Grayscale: #828282. Windows color (decimal): -16004535 or 4835851. OLE color: 4835851.
HSL color Cylindrical-coordinate representation of color #0BCA49: hue angle of 139.48º 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 #0BCA49 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 73 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.21 |
| HSL | 139.48º | 0.9% | 0.42% | - |
| HSV(B) | 139.48º | 0.95% | 0.79% | - |
| XYZ | 22.46 | 42.79 | 13.38 | - |
| YUV | 130.19 | 95.72 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 73 | 0.95 | 0 | 0.64 | 0.21 | 139.48 | 0.9 | 0.42 |
| Hex | B | CA | 49 | 5F | 0 | 40 | 15 | 8B | 5A | 2A |
| Octal | 13 | 312 | 111 | 137 | 0 | 100 | 25 | 213 | 132 | 52 |
| Binary | 1011 | 11001010 | 1001001 | 1011111 | 0 | 1000000 | 10101 | 10001011 | 1011010 | 101010 |
Color Harmonies of #0BCA49
Complementary color
Monochromatic Colors of #0BCA49
Black with #0BCA49
Text Example
Text Example
White with #0BCA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCA49; }
p { color: rgb(11,202,73); }
H1.HeaderClassName
{
color: #0BCA49;
}
.AnyTagClassName
{
color: #0BCA49;
}
</style>
background-color css
<style>
a { background-color: #0BCA49; }
a { background-color: rgb(11,202,73); }
div.DivClassName
{
background-color: #0BCA49;
}
.BgClassName
{
background-color: #0BCA49;
}
</style>
border-color css
<style>
span { border-color: #0BCA49; }
span { border-color: rgb(11,202,73); }
td.TdClassName
{
border-color: #0BCA49;
}
.TagClassName
{
border-color: #0BCA49;
}
</style>