Shades of Malachite #0FD648
Tints of Malachite #0FD648
RGB
CMYK
RGB Variations
Color information
#0FD648 (or 0x0FD648) is known color: Malachite. HEX triplet: 0F, D6 and 48. RGB value is (15,214,72). Sum of RGB (Red+Green+Blue) = 15+214+72=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD648 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD648 is #F029B7. Grayscale: #8A8A8A. Windows color (decimal): -15739320 or 4773391. OLE color: 4773391.
HSL color Cylindrical-coordinate representation of color #0FD648: hue angle of 137.19º 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 #0FD648 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 214 | 72 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.16 |
| HSL | 137.19º | 0.87% | 0.45% | - |
| HSV(B) | 137.19º | 0.93% | 0.84% | - |
| XYZ | 25.41 | 48.66 | 14.18 | - |
| YUV | 138.31 | 90.57 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 72 | 0.93 | 0 | 0.66 | 0.16 | 137.19 | 0.87 | 0.45 |
| Hex | F | D6 | 48 | 5D | 0 | 42 | 10 | 89 | 57 | 2D |
| Octal | 17 | 326 | 110 | 135 | 0 | 102 | 20 | 211 | 127 | 55 |
| Binary | 1111 | 11010110 | 1001000 | 1011101 | 0 | 1000010 | 10000 | 10001001 | 1010111 | 101101 |
Color Harmonies of #0FD648
Complementary color
Monochromatic Colors of #0FD648
Black with #0FD648
Text Example
Text Example
White with #0FD648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD648; }
p { color: rgb(15,214,72); }
H1.HeaderClassName
{
color: #0FD648;
}
.AnyTagClassName
{
color: #0FD648;
}
</style>
background-color css
<style>
a { background-color: #0FD648; }
a { background-color: rgb(15,214,72); }
div.DivClassName
{
background-color: #0FD648;
}
.BgClassName
{
background-color: #0FD648;
}
</style>
border-color css
<style>
span { border-color: #0FD648; }
span { border-color: rgb(15,214,72); }
td.TdClassName
{
border-color: #0FD648;
}
.TagClassName
{
border-color: #0FD648;
}
</style>