Shades of Malachite #0FD651
Tints of Malachite #0FD651
RGB
CMYK
RGB Variations
Color information
#0FD651 (or 0x0FD651) is known color: Malachite. HEX triplet: 0F, D6 and 51. RGB value is (15,214,81). Sum of RGB (Red+Green+Blue) = 15+214+81=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 214 (83.98% from 255 or 69.03% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD651 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD651 is #F029AE. Grayscale: #8B8B8B. Windows color (decimal): -15739311 or 5363215. OLE color: 5363215.
HSL color Cylindrical-coordinate representation of color #0FD651: hue angle of 139.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD651 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 81 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.16 |
| HSL | 139.9º | 0.87% | 0.45% | - |
| HSV(B) | 139.9º | 0.93% | 0.84% | - |
| XYZ | 25.73 | 48.79 | 15.85 | - |
| YUV | 139.34 | 95.07 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 81 | 0.93 | 0 | 0.62 | 0.16 | 139.9 | 0.87 | 0.45 |
| Hex | F | D6 | 51 | 5D | 0 | 3E | 10 | 8C | 57 | 2D |
| Octal | 17 | 326 | 121 | 135 | 0 | 76 | 20 | 214 | 127 | 55 |
| Binary | 1111 | 11010110 | 1010001 | 1011101 | 0 | 111110 | 10000 | 10001100 | 1010111 | 101101 |
Color Harmonies of #0FD651
Complementary color
Monochromatic Colors of #0FD651
Black with #0FD651
Text Example
Text Example
White with #0FD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD651; }
p { color: rgb(15,214,81); }
H1.HeaderClassName
{
color: #0FD651;
}
.AnyTagClassName
{
color: #0FD651;
}
</style>
background-color css
<style>
a { background-color: #0FD651; }
a { background-color: rgb(15,214,81); }
div.DivClassName
{
background-color: #0FD651;
}
.BgClassName
{
background-color: #0FD651;
}
</style>
border-color css
<style>
span { border-color: #0FD651; }
span { border-color: rgb(15,214,81); }
td.TdClassName
{
border-color: #0FD651;
}
.TagClassName
{
border-color: #0FD651;
}
</style>