Shades of Malachite #0DFA5D
Tints of Malachite #0DFA5D
RGB
CMYK
RGB Variations
Color information
#0DFA5D (or 0x0DFA5D) is known color: Malachite. HEX triplet: 0D, FA and 5D. RGB value is (13,250,93). Sum of RGB (Red+Green+Blue) = 13+250+93=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFA5D is #F205A2. Grayscale: #A1A1A1. Windows color (decimal): -15861155 or 6158861. OLE color: 6158861.
HSL color Cylindrical-coordinate representation of color #0DFA5D: hue angle of 140.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFA5D is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 93 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.02 |
| HSL | 140.25º | 0.96% | 0.52% | - |
| HSV(B) | 140.25º | 0.95% | 0.98% | - |
| XYZ | 36.33 | 69.25 | 21.81 | - |
| YUV | 161.24 | 89.48 | 22.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 93 | 0.95 | 0 | 0.63 | 0.02 | 140.25 | 0.96 | 0.52 |
| Hex | D | FA | 5D | 5F | 0 | 3F | 2 | 8C | 60 | 34 |
| Octal | 15 | 372 | 135 | 137 | 0 | 77 | 2 | 214 | 140 | 64 |
| Binary | 1101 | 11111010 | 1011101 | 1011111 | 0 | 111111 | 10 | 10001100 | 1100000 | 110100 |
Color Harmonies of #0DFA5D
Complementary color
Monochromatic Colors of #0DFA5D
Black with #0DFA5D
Text Example
Text Example
White with #0DFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFA5D; }
p { color: rgb(13,250,93); }
H1.HeaderClassName
{
color: #0DFA5D;
}
.AnyTagClassName
{
color: #0DFA5D;
}
</style>
background-color css
<style>
a { background-color: #0DFA5D; }
a { background-color: rgb(13,250,93); }
div.DivClassName
{
background-color: #0DFA5D;
}
.BgClassName
{
background-color: #0DFA5D;
}
</style>
border-color css
<style>
span { border-color: #0DFA5D; }
span { border-color: rgb(13,250,93); }
td.TdClassName
{
border-color: #0DFA5D;
}
.TagClassName
{
border-color: #0DFA5D;
}
</style>