Shades of Malachite #0FD967
Tints of Malachite #0FD967
RGB
CMYK
RGB Variations
Color information
#0FD967 (or 0x0FD967) is known color: Malachite. HEX triplet: 0F, D9 and 67. RGB value is (15,217,103). Sum of RGB (Red+Green+Blue) = 15+217+103=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD967 is #F02698. Grayscale: #8F8F8F. Windows color (decimal): -15738521 or 6805775. OLE color: 6805775.
HSL color Cylindrical-coordinate representation of color #0FD967: hue angle of 146.14º 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 #0FD967 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 103 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.15 |
| HSL | 146.14º | 0.87% | 0.45% | - |
| HSV(B) | 146.14º | 0.93% | 0.85% | - |
| XYZ | 27.46 | 50.71 | 21.17 | - |
| YUV | 143.61 | 105.08 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 103 | 0.93 | 0 | 0.53 | 0.15 | 146.14 | 0.87 | 0.45 |
| Hex | F | D9 | 67 | 5D | 0 | 35 | F | 92 | 57 | 2D |
| Octal | 17 | 331 | 147 | 135 | 0 | 65 | 17 | 222 | 127 | 55 |
| Binary | 1111 | 11011001 | 1100111 | 1011101 | 0 | 110101 | 1111 | 10010010 | 1010111 | 101101 |
Color Harmonies of #0FD967
Complementary color
Monochromatic Colors of #0FD967
Black with #0FD967
Text Example
Text Example
White with #0FD967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD967; }
p { color: rgb(15,217,103); }
H1.HeaderClassName
{
color: #0FD967;
}
.AnyTagClassName
{
color: #0FD967;
}
</style>
background-color css
<style>
a { background-color: #0FD967; }
a { background-color: rgb(15,217,103); }
div.DivClassName
{
background-color: #0FD967;
}
.BgClassName
{
background-color: #0FD967;
}
</style>
border-color css
<style>
span { border-color: #0FD967; }
span { border-color: rgb(15,217,103); }
td.TdClassName
{
border-color: #0FD967;
}
.TagClassName
{
border-color: #0FD967;
}
</style>