Shades of Malachite #0FD546
Tints of Malachite #0FD546
RGB
CMYK
RGB Variations
Color information
#0FD546 (or 0x0FD546) is known color: Malachite. HEX triplet: 0F, D5 and 46. RGB value is (15,213,70). Sum of RGB (Red+Green+Blue) = 15+213+70=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD546 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD546 is #F02AB9. Grayscale: #898989. Windows color (decimal): -15739578 or 4642063. OLE color: 4642063.
HSL color Cylindrical-coordinate representation of color #0FD546: hue angle of 136.67º 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 #0FD546 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 70 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.16 |
| HSL | 136.67º | 0.87% | 0.45% | - |
| HSV(B) | 136.67º | 0.93% | 0.84% | - |
| XYZ | 25.1 | 48.13 | 13.76 | - |
| YUV | 137.5 | 89.9 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 70 | 0.93 | 0 | 0.67 | 0.16 | 136.67 | 0.87 | 0.45 |
| Hex | F | D5 | 46 | 5D | 0 | 43 | 10 | 89 | 57 | 2D |
| Octal | 17 | 325 | 106 | 135 | 0 | 103 | 20 | 211 | 127 | 55 |
| Binary | 1111 | 11010101 | 1000110 | 1011101 | 0 | 1000011 | 10000 | 10001001 | 1010111 | 101101 |
Color Harmonies of #0FD546
Complementary color
Monochromatic Colors of #0FD546
Black with #0FD546
Text Example
Text Example
White with #0FD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD546; }
p { color: rgb(15,213,70); }
H1.HeaderClassName
{
color: #0FD546;
}
.AnyTagClassName
{
color: #0FD546;
}
</style>
background-color css
<style>
a { background-color: #0FD546; }
a { background-color: rgb(15,213,70); }
div.DivClassName
{
background-color: #0FD546;
}
.BgClassName
{
background-color: #0FD546;
}
</style>
border-color css
<style>
span { border-color: #0FD546; }
span { border-color: rgb(15,213,70); }
td.TdClassName
{
border-color: #0FD546;
}
.TagClassName
{
border-color: #0FD546;
}
</style>