Shades of Malachite #0ACB51
Tints of Malachite #0ACB51
RGB
CMYK
RGB Variations
Color information
#0ACB51 (or 0x0ACB51) is known color: Malachite. HEX triplet: 0A, CB and 51. RGB value is (10,203,81). Sum of RGB (Red+Green+Blue) = 10+203+81=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACB51 is #F534AE. Grayscale: #838383. Windows color (decimal): -16069807 or 5360394. OLE color: 5360394.
HSL color Cylindrical-coordinate representation of color #0ACB51: hue angle of 142.07º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACB51 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 81 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.20 |
| HSL | 142.07º | 0.91% | 0.42% | - |
| HSV(B) | 142.07º | 0.95% | 0.8% | - |
| XYZ | 22.97 | 43.37 | 14.95 | - |
| YUV | 131.39 | 99.56 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 81 | 0.95 | 0 | 0.60 | 0.20 | 142.07 | 0.91 | 0.42 |
| Hex | A | CB | 51 | 5F | 0 | 3C | 14 | 8E | 5B | 2A |
| Octal | 12 | 313 | 121 | 137 | 0 | 74 | 24 | 216 | 133 | 52 |
| Binary | 1010 | 11001011 | 1010001 | 1011111 | 0 | 111100 | 10100 | 10001110 | 1011011 | 101010 |
Color Harmonies of #0ACB51
Complementary color
Monochromatic Colors of #0ACB51
Black with #0ACB51
Text Example
Text Example
White with #0ACB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACB51; }
p { color: rgb(10,203,81); }
H1.HeaderClassName
{
color: #0ACB51;
}
.AnyTagClassName
{
color: #0ACB51;
}
</style>
background-color css
<style>
a { background-color: #0ACB51; }
a { background-color: rgb(10,203,81); }
div.DivClassName
{
background-color: #0ACB51;
}
.BgClassName
{
background-color: #0ACB51;
}
</style>
border-color css
<style>
span { border-color: #0ACB51; }
span { border-color: rgb(10,203,81); }
td.TdClassName
{
border-color: #0ACB51;
}
.TagClassName
{
border-color: #0ACB51;
}
</style>