Shades of Malachite #0CF057
Tints of Malachite #0CF057
RGB
CMYK
RGB Variations
Color information
#0CF057 (or 0x0CF057) is known color: Malachite. HEX triplet: 0C, F0 and 57. RGB value is (12,240,87). Sum of RGB (Red+Green+Blue) = 12+240+87=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF057 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF057 is #F30FA8. Grayscale: #9A9A9A. Windows color (decimal): -15929257 or 5763084. OLE color: 5763084.
HSL color Cylindrical-coordinate representation of color #0CF057: hue angle of 139.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF057 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 240 | 87 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.06 |
| HSL | 139.74º | 0.9% | 0.49% | - |
| HSV(B) | 139.74º | 0.95% | 0.94% | - |
| XYZ | 33.03 | 63.09 | 19.45 | - |
| YUV | 154.39 | 89.96 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 240 | 87 | 0.95 | 0 | 0.64 | 0.06 | 139.74 | 0.9 | 0.49 |
| Hex | C | F0 | 57 | 5F | 0 | 40 | 6 | 8C | 5A | 31 |
| Octal | 14 | 360 | 127 | 137 | 0 | 100 | 6 | 214 | 132 | 61 |
| Binary | 1100 | 11110000 | 1010111 | 1011111 | 0 | 1000000 | 110 | 10001100 | 1011010 | 110001 |
Color Harmonies of #0CF057
Complementary color
Monochromatic Colors of #0CF057
Black with #0CF057
Text Example
Text Example
White with #0CF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF057; }
p { color: rgb(12,240,87); }
H1.HeaderClassName
{
color: #0CF057;
}
.AnyTagClassName
{
color: #0CF057;
}
</style>
background-color css
<style>
a { background-color: #0CF057; }
a { background-color: rgb(12,240,87); }
div.DivClassName
{
background-color: #0CF057;
}
.BgClassName
{
background-color: #0CF057;
}
</style>
border-color css
<style>
span { border-color: #0CF057; }
span { border-color: rgb(12,240,87); }
td.TdClassName
{
border-color: #0CF057;
}
.TagClassName
{
border-color: #0CF057;
}
</style>