Shades of Malachite #0ACF51
Tints of Malachite #0ACF51
RGB
CMYK
RGB Variations
Color information
#0ACF51 (or 0x0ACF51) is known color: Malachite. HEX triplet: 0A, CF and 51. RGB value is (10,207,81). Sum of RGB (Red+Green+Blue) = 10+207+81=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 207 (81.25% from 255 or 69.46% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACF51 is #F530AE. Grayscale: #868686. Windows color (decimal): -16068783 or 5361418. OLE color: 5361418.
HSL color Cylindrical-coordinate representation of color #0ACF51: hue angle of 141.62º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACF51 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 81 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.19 |
| HSL | 141.62º | 0.91% | 0.43% | - |
| HSV(B) | 141.62º | 0.95% | 0.81% | - |
| XYZ | 23.92 | 45.28 | 15.26 | - |
| YUV | 133.73 | 98.23 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 81 | 0.95 | 0 | 0.61 | 0.19 | 141.62 | 0.91 | 0.43 |
| Hex | A | CF | 51 | 5F | 0 | 3D | 13 | 8E | 5B | 2B |
| Octal | 12 | 317 | 121 | 137 | 0 | 75 | 23 | 216 | 133 | 53 |
| Binary | 1010 | 11001111 | 1010001 | 1011111 | 0 | 111101 | 10011 | 10001110 | 1011011 | 101011 |
Color Harmonies of #0ACF51
Complementary color
Monochromatic Colors of #0ACF51
Black with #0ACF51
Text Example
Text Example
White with #0ACF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACF51; }
p { color: rgb(10,207,81); }
H1.HeaderClassName
{
color: #0ACF51;
}
.AnyTagClassName
{
color: #0ACF51;
}
</style>
background-color css
<style>
a { background-color: #0ACF51; }
a { background-color: rgb(10,207,81); }
div.DivClassName
{
background-color: #0ACF51;
}
.BgClassName
{
background-color: #0ACF51;
}
</style>
border-color css
<style>
span { border-color: #0ACF51; }
span { border-color: rgb(10,207,81); }
td.TdClassName
{
border-color: #0ACF51;
}
.TagClassName
{
border-color: #0ACF51;
}
</style>