Shades of Malachite #0FD941
Tints of Malachite #0FD941
RGB
CMYK
RGB Variations
Color information
#0FD941 (or 0x0FD941) is known color: Malachite. HEX triplet: 0F, D9 and 41. RGB value is (15,217,65). Sum of RGB (Red+Green+Blue) = 15+217+65=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 217 (85.16% from 255 or 73.06% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD941 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD941 is #F026BE. Grayscale: #8B8B8B. Windows color (decimal): -15738559 or 4315407. OLE color: 4315407.
HSL color Cylindrical-coordinate representation of color #0FD941: hue angle of 134.85º 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 #0FD941 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 65 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.15 |
| HSL | 134.85º | 0.87% | 0.45% | - |
| HSV(B) | 134.85º | 0.93% | 0.85% | - |
| XYZ | 25.96 | 50.11 | 13.3 | - |
| YUV | 139.27 | 86.08 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 65 | 0.93 | 0 | 0.70 | 0.15 | 134.85 | 0.87 | 0.45 |
| Hex | F | D9 | 41 | 5D | 0 | 46 | F | 87 | 57 | 2D |
| Octal | 17 | 331 | 101 | 135 | 0 | 106 | 17 | 207 | 127 | 55 |
| Binary | 1111 | 11011001 | 1000001 | 1011101 | 0 | 1000110 | 1111 | 10000111 | 1010111 | 101101 |
Color Harmonies of #0FD941
Complementary color
Monochromatic Colors of #0FD941
Black with #0FD941
Text Example
Text Example
White with #0FD941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD941; }
p { color: rgb(15,217,65); }
H1.HeaderClassName
{
color: #0FD941;
}
.AnyTagClassName
{
color: #0FD941;
}
</style>
background-color css
<style>
a { background-color: #0FD941; }
a { background-color: rgb(15,217,65); }
div.DivClassName
{
background-color: #0FD941;
}
.BgClassName
{
background-color: #0FD941;
}
</style>
border-color css
<style>
span { border-color: #0FD941; }
span { border-color: rgb(15,217,65); }
td.TdClassName
{
border-color: #0FD941;
}
.TagClassName
{
border-color: #0FD941;
}
</style>