Shades of Malachite #0DD149
Tints of Malachite #0DD149
RGB
CMYK
RGB Variations
Color information
#0DD149 (or 0x0DD149) is known color: Malachite. HEX triplet: 0D, D1 and 49. RGB value is (13,209,73). Sum of RGB (Red+Green+Blue) = 13+209+73=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 209 (82.03% from 255 or 70.85% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD149 is #F22EB6. Grayscale: #878787. Windows color (decimal): -15871671 or 4837645. OLE color: 4837645.
HSL color Cylindrical-coordinate representation of color #0DD149: hue angle of 138.37º 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 #0DD149 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 73 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.18 |
| HSL | 138.37º | 0.88% | 0.44% | - |
| HSV(B) | 138.37º | 0.94% | 0.82% | - |
| XYZ | 24.17 | 46.17 | 13.94 | - |
| YUV | 134.89 | 93.07 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 73 | 0.94 | 0 | 0.65 | 0.18 | 138.37 | 0.88 | 0.44 |
| Hex | D | D1 | 49 | 5E | 0 | 41 | 12 | 8A | 58 | 2C |
| Octal | 15 | 321 | 111 | 136 | 0 | 101 | 22 | 212 | 130 | 54 |
| Binary | 1101 | 11010001 | 1001001 | 1011110 | 0 | 1000001 | 10010 | 10001010 | 1011000 | 101100 |
Color Harmonies of #0DD149
Complementary color
Monochromatic Colors of #0DD149
Black with #0DD149
Text Example
Text Example
White with #0DD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD149; }
p { color: rgb(13,209,73); }
H1.HeaderClassName
{
color: #0DD149;
}
.AnyTagClassName
{
color: #0DD149;
}
</style>
background-color css
<style>
a { background-color: #0DD149; }
a { background-color: rgb(13,209,73); }
div.DivClassName
{
background-color: #0DD149;
}
.BgClassName
{
background-color: #0DD149;
}
</style>
border-color css
<style>
span { border-color: #0DD149; }
span { border-color: rgb(13,209,73); }
td.TdClassName
{
border-color: #0DD149;
}
.TagClassName
{
border-color: #0DD149;
}
</style>