Shades of Malachite #0DFE46
Tints of Malachite #0DFE46
RGB
CMYK
RGB Variations
Color information
#0DFE46 (or 0x0DFE46) is known color: Malachite. HEX triplet: 0D, FE and 46. RGB value is (13,254,70). Sum of RGB (Red+Green+Blue) = 13+254+70=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 254 (99.61% from 255 or 75.37% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFE46 is #F201B9. Grayscale: #A1A1A1. Windows color (decimal): -15860154 or 4652557. OLE color: 4652557.
HSL color Cylindrical-coordinate representation of color #0DFE46: hue angle of 134.19º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE46 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 70 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.00 |
| HSL | 134.19º | 0.99% | 0.52% | - |
| HSV(B) | 134.19º | 0.95% | 1% | - |
| XYZ | 36.71 | 71.41 | 17.64 | - |
| YUV | 160.97 | 76.66 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 70 | 0.95 | 0 | 0.72 | 0.00 | 134.19 | 0.99 | 0.52 |
| Hex | D | FE | 46 | 5F | 0 | 48 | 0 | 86 | 63 | 34 |
| Octal | 15 | 376 | 106 | 137 | 0 | 110 | 0 | 206 | 143 | 64 |
| Binary | 1101 | 11111110 | 1000110 | 1011111 | 0 | 1001000 | 0 | 10000110 | 1100011 | 110100 |
Color Harmonies of #0DFE46
Complementary color
Monochromatic Colors of #0DFE46
Black with #0DFE46
Text Example
Text Example
White with #0DFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE46; }
p { color: rgb(13,254,70); }
H1.HeaderClassName
{
color: #0DFE46;
}
.AnyTagClassName
{
color: #0DFE46;
}
</style>
background-color css
<style>
a { background-color: #0DFE46; }
a { background-color: rgb(13,254,70); }
div.DivClassName
{
background-color: #0DFE46;
}
.BgClassName
{
background-color: #0DFE46;
}
</style>
border-color css
<style>
span { border-color: #0DFE46; }
span { border-color: rgb(13,254,70); }
td.TdClassName
{
border-color: #0DFE46;
}
.TagClassName
{
border-color: #0DFE46;
}
</style>