Shades of Malachite #0FD867
Tints of Malachite #0FD867
RGB
CMYK
RGB Variations
Color information
#0FD867 (or 0x0FD867) is known color: Malachite. HEX triplet: 0F, D8 and 67. RGB value is (15,216,103). Sum of RGB (Red+Green+Blue) = 15+216+103=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD867 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD867 is #F02798. Grayscale: #8F8F8F. Windows color (decimal): -15738777 or 6805519. OLE color: 6805519.
HSL color Cylindrical-coordinate representation of color #0FD867: hue angle of 146.27º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD867 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 103 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.15 |
| HSL | 146.27º | 0.87% | 0.45% | - |
| HSV(B) | 146.27º | 0.93% | 0.85% | - |
| XYZ | 27.2 | 50.19 | 21.09 | - |
| YUV | 143.02 | 105.41 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 103 | 0.93 | 0 | 0.52 | 0.15 | 146.27 | 0.87 | 0.45 |
| Hex | F | D8 | 67 | 5D | 0 | 34 | F | 92 | 57 | 2D |
| Octal | 17 | 330 | 147 | 135 | 0 | 64 | 17 | 222 | 127 | 55 |
| Binary | 1111 | 11011000 | 1100111 | 1011101 | 0 | 110100 | 1111 | 10010010 | 1010111 | 101101 |
Color Harmonies of #0FD867
Complementary color
Monochromatic Colors of #0FD867
Black with #0FD867
Text Example
Text Example
White with #0FD867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD867; }
p { color: rgb(15,216,103); }
H1.HeaderClassName
{
color: #0FD867;
}
.AnyTagClassName
{
color: #0FD867;
}
</style>
background-color css
<style>
a { background-color: #0FD867; }
a { background-color: rgb(15,216,103); }
div.DivClassName
{
background-color: #0FD867;
}
.BgClassName
{
background-color: #0FD867;
}
</style>
border-color css
<style>
span { border-color: #0FD867; }
span { border-color: rgb(15,216,103); }
td.TdClassName
{
border-color: #0FD867;
}
.TagClassName
{
border-color: #0FD867;
}
</style>