Shades of Malachite #0DF14F
Tints of Malachite #0DF14F
RGB
CMYK
RGB Variations
Color information
#0DF14F (or 0x0DF14F) is known color: Malachite. HEX triplet: 0D, F1 and 4F. RGB value is (13,241,79). Sum of RGB (Red+Green+Blue) = 13+241+79=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF14F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF14F is #F20EB0. Grayscale: #9A9A9A. Windows color (decimal): -15863473 or 5239053. OLE color: 5239053.
HSL color Cylindrical-coordinate representation of color #0DF14F: hue angle of 137.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF14F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 79 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.05 |
| HSL | 137.37º | 0.9% | 0.5% | - |
| HSV(B) | 137.37º | 0.95% | 0.95% | - |
| XYZ | 33.03 | 63.56 | 17.92 | - |
| YUV | 154.36 | 85.46 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 79 | 0.95 | 0 | 0.67 | 0.05 | 137.37 | 0.9 | 0.5 |
| Hex | D | F1 | 4F | 5F | 0 | 43 | 5 | 89 | 5A | 32 |
| Octal | 15 | 361 | 117 | 137 | 0 | 103 | 5 | 211 | 132 | 62 |
| Binary | 1101 | 11110001 | 1001111 | 1011111 | 0 | 1000011 | 101 | 10001001 | 1011010 | 110010 |
Color Harmonies of #0DF14F
Complementary color
Monochromatic Colors of #0DF14F
Black with #0DF14F
Text Example
Text Example
White with #0DF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF14F; }
p { color: rgb(13,241,79); }
H1.HeaderClassName
{
color: #0DF14F;
}
.AnyTagClassName
{
color: #0DF14F;
}
</style>
background-color css
<style>
a { background-color: #0DF14F; }
a { background-color: rgb(13,241,79); }
div.DivClassName
{
background-color: #0DF14F;
}
.BgClassName
{
background-color: #0DF14F;
}
</style>
border-color css
<style>
span { border-color: #0DF14F; }
span { border-color: rgb(13,241,79); }
td.TdClassName
{
border-color: #0DF14F;
}
.TagClassName
{
border-color: #0DF14F;
}
</style>