Shades of Malachite #0DDF6D
Tints of Malachite #0DDF6D
RGB
CMYK
RGB Variations
Color information
#0DDF6D (or 0x0DDF6D) is known color: Malachite. HEX triplet: 0D, DF and 6D. RGB value is (13,223,109). Sum of RGB (Red+Green+Blue) = 13+223+109=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDF6D is #F22092. Grayscale: #939393. Windows color (decimal): -15868051 or 7200525. OLE color: 7200525.
HSL color Cylindrical-coordinate representation of color #0DDF6D: hue angle of 147.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDF6D is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 109 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.13 |
| HSL | 147.43º | 0.89% | 0.46% | - |
| HSV(B) | 147.43º | 0.94% | 0.87% | - |
| XYZ | 29.31 | 53.97 | 23.34 | - |
| YUV | 147.21 | 106.43 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 109 | 0.94 | 0 | 0.51 | 0.13 | 147.43 | 0.89 | 0.46 |
| Hex | D | DF | 6D | 5E | 0 | 33 | D | 93 | 59 | 2E |
| Octal | 15 | 337 | 155 | 136 | 0 | 63 | 15 | 223 | 131 | 56 |
| Binary | 1101 | 11011111 | 1101101 | 1011110 | 0 | 110011 | 1101 | 10010011 | 1011001 | 101110 |
Color Harmonies of #0DDF6D
Complementary color
Monochromatic Colors of #0DDF6D
Black with #0DDF6D
Text Example
Text Example
White with #0DDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF6D; }
p { color: rgb(13,223,109); }
H1.HeaderClassName
{
color: #0DDF6D;
}
.AnyTagClassName
{
color: #0DDF6D;
}
</style>
background-color css
<style>
a { background-color: #0DDF6D; }
a { background-color: rgb(13,223,109); }
div.DivClassName
{
background-color: #0DDF6D;
}
.BgClassName
{
background-color: #0DDF6D;
}
</style>
border-color css
<style>
span { border-color: #0DDF6D; }
span { border-color: rgb(13,223,109); }
td.TdClassName
{
border-color: #0DDF6D;
}
.TagClassName
{
border-color: #0DDF6D;
}
</style>