Shades of Malachite #0FDA6B
Tints of Malachite #0FDA6B
RGB
CMYK
RGB Variations
Color information
#0FDA6B (or 0x0FDA6B) is known color: Malachite. HEX triplet: 0F, DA and 6B. RGB value is (15,218,107). Sum of RGB (Red+Green+Blue) = 15+218+107=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDA6B is #F02594. Grayscale: #909090. Windows color (decimal): -15738261 or 7068175. OLE color: 7068175.
HSL color Cylindrical-coordinate representation of color #0FDA6B: hue angle of 147.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA6B is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 107 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.15 |
| HSL | 147.19º | 0.87% | 0.46% | - |
| HSV(B) | 147.19º | 0.93% | 0.85% | - |
| XYZ | 27.92 | 51.31 | 22.34 | - |
| YUV | 144.65 | 106.75 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 107 | 0.93 | 0 | 0.51 | 0.15 | 147.19 | 0.87 | 0.46 |
| Hex | F | DA | 6B | 5D | 0 | 33 | F | 93 | 57 | 2E |
| Octal | 17 | 332 | 153 | 135 | 0 | 63 | 17 | 223 | 127 | 56 |
| Binary | 1111 | 11011010 | 1101011 | 1011101 | 0 | 110011 | 1111 | 10010011 | 1010111 | 101110 |
Color Harmonies of #0FDA6B
Complementary color
Monochromatic Colors of #0FDA6B
Black with #0FDA6B
Text Example
Text Example
White with #0FDA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA6B; }
p { color: rgb(15,218,107); }
H1.HeaderClassName
{
color: #0FDA6B;
}
.AnyTagClassName
{
color: #0FDA6B;
}
</style>
background-color css
<style>
a { background-color: #0FDA6B; }
a { background-color: rgb(15,218,107); }
div.DivClassName
{
background-color: #0FDA6B;
}
.BgClassName
{
background-color: #0FDA6B;
}
</style>
border-color css
<style>
span { border-color: #0FDA6B; }
span { border-color: rgb(15,218,107); }
td.TdClassName
{
border-color: #0FDA6B;
}
.TagClassName
{
border-color: #0FDA6B;
}
</style>