Shades of Malachite #0DD141
Tints of Malachite #0DD141
RGB
CMYK
RGB Variations
Color information
#0DD141 (or 0x0DD141) is known color: Malachite. HEX triplet: 0D, D1 and 41. RGB value is (13,209,65). Sum of RGB (Red+Green+Blue) = 13+209+65=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 209 (82.03% from 255 or 72.82% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD141 is #F22EBE. Grayscale: #868686. Windows color (decimal): -15871679 or 4313357. OLE color: 4313357.
HSL color Cylindrical-coordinate representation of color #0DD141: hue angle of 135.92º 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 #0DD141 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 65 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.18 |
| HSL | 135.92º | 0.88% | 0.44% | - |
| HSV(B) | 135.92º | 0.94% | 0.82% | - |
| XYZ | 23.92 | 46.07 | 12.63 | - |
| YUV | 133.98 | 89.07 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 65 | 0.94 | 0 | 0.69 | 0.18 | 135.92 | 0.88 | 0.44 |
| Hex | D | D1 | 41 | 5E | 0 | 45 | 12 | 88 | 58 | 2C |
| Octal | 15 | 321 | 101 | 136 | 0 | 105 | 22 | 210 | 130 | 54 |
| Binary | 1101 | 11010001 | 1000001 | 1011110 | 0 | 1000101 | 10010 | 10001000 | 1011000 | 101100 |
Color Harmonies of #0DD141
Complementary color
Monochromatic Colors of #0DD141
Black with #0DD141
Text Example
Text Example
White with #0DD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD141; }
p { color: rgb(13,209,65); }
H1.HeaderClassName
{
color: #0DD141;
}
.AnyTagClassName
{
color: #0DD141;
}
</style>
background-color css
<style>
a { background-color: #0DD141; }
a { background-color: rgb(13,209,65); }
div.DivClassName
{
background-color: #0DD141;
}
.BgClassName
{
background-color: #0DD141;
}
</style>
border-color css
<style>
span { border-color: #0DD141; }
span { border-color: rgb(13,209,65); }
td.TdClassName
{
border-color: #0DD141;
}
.TagClassName
{
border-color: #0DD141;
}
</style>