Shades of Malachite #0DD145
Tints of Malachite #0DD145
RGB
CMYK
RGB Variations
Color information
#0DD145 (or 0x0DD145) is known color: Malachite. HEX triplet: 0D, D1 and 45. RGB value is (13,209,69). Sum of RGB (Red+Green+Blue) = 13+209+69=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 209 (82.03% from 255 or 71.82% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD145 is #F22EBA. Grayscale: #868686. Windows color (decimal): -15871675 or 4575501. OLE color: 4575501.
HSL color Cylindrical-coordinate representation of color #0DD145: hue angle of 137.14º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD145 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 69 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.18 |
| HSL | 137.14º | 0.88% | 0.44% | - |
| HSV(B) | 137.14º | 0.94% | 0.82% | - |
| XYZ | 24.04 | 46.12 | 13.26 | - |
| YUV | 134.44 | 91.07 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 69 | 0.94 | 0 | 0.67 | 0.18 | 137.14 | 0.88 | 0.44 |
| Hex | D | D1 | 45 | 5E | 0 | 43 | 12 | 89 | 58 | 2C |
| Octal | 15 | 321 | 105 | 136 | 0 | 103 | 22 | 211 | 130 | 54 |
| Binary | 1101 | 11010001 | 1000101 | 1011110 | 0 | 1000011 | 10010 | 10001001 | 1011000 | 101100 |
Color Harmonies of #0DD145
Complementary color
Monochromatic Colors of #0DD145
Black with #0DD145
Text Example
Text Example
White with #0DD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD145; }
p { color: rgb(13,209,69); }
H1.HeaderClassName
{
color: #0DD145;
}
.AnyTagClassName
{
color: #0DD145;
}
</style>
background-color css
<style>
a { background-color: #0DD145; }
a { background-color: rgb(13,209,69); }
div.DivClassName
{
background-color: #0DD145;
}
.BgClassName
{
background-color: #0DD145;
}
</style>
border-color css
<style>
span { border-color: #0DD145; }
span { border-color: rgb(13,209,69); }
td.TdClassName
{
border-color: #0DD145;
}
.TagClassName
{
border-color: #0DD145;
}
</style>