Shades of Malachite #0FDF6E
Tints of Malachite #0FDF6E
RGB
CMYK
RGB Variations
Color information
#0FDF6E (or 0x0FDF6E) is known color: Malachite. HEX triplet: 0F, DF and 6E. RGB value is (15,223,110). Sum of RGB (Red+Green+Blue) = 15+223+110=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDF6E is #F02091. Grayscale: #949494. Windows color (decimal): -15736978 or 7266063. OLE color: 7266063.
HSL color Cylindrical-coordinate representation of color #0FDF6E: hue angle of 147.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF6E is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 110 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.13 |
| HSL | 147.4º | 0.87% | 0.47% | - |
| HSV(B) | 147.4º | 0.93% | 0.87% | - |
| XYZ | 29.4 | 54 | 23.63 | - |
| YUV | 147.93 | 106.59 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 110 | 0.93 | 0 | 0.51 | 0.13 | 147.4 | 0.87 | 0.47 |
| Hex | F | DF | 6E | 5D | 0 | 33 | D | 93 | 57 | 2F |
| Octal | 17 | 337 | 156 | 135 | 0 | 63 | 15 | 223 | 127 | 57 |
| Binary | 1111 | 11011111 | 1101110 | 1011101 | 0 | 110011 | 1101 | 10010011 | 1010111 | 101111 |
Color Harmonies of #0FDF6E
Complementary color
Monochromatic Colors of #0FDF6E
Black with #0FDF6E
Text Example
Text Example
White with #0FDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF6E; }
p { color: rgb(15,223,110); }
H1.HeaderClassName
{
color: #0FDF6E;
}
.AnyTagClassName
{
color: #0FDF6E;
}
</style>
background-color css
<style>
a { background-color: #0FDF6E; }
a { background-color: rgb(15,223,110); }
div.DivClassName
{
background-color: #0FDF6E;
}
.BgClassName
{
background-color: #0FDF6E;
}
</style>
border-color css
<style>
span { border-color: #0FDF6E; }
span { border-color: rgb(15,223,110); }
td.TdClassName
{
border-color: #0FDF6E;
}
.TagClassName
{
border-color: #0FDF6E;
}
</style>