Shades of Malachite #0DD048
Tints of Malachite #0DD048
RGB
CMYK
RGB Variations
Color information
#0DD048 (or 0x0DD048) is known color: Malachite. HEX triplet: 0D, D0 and 48. RGB value is (13,208,72). Sum of RGB (Red+Green+Blue) = 13+208+72=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 208 (81.64% from 255 or 70.99% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD048 is #F22FB7. Grayscale: #868686. Windows color (decimal): -15871928 or 4771853. OLE color: 4771853.
HSL color Cylindrical-coordinate representation of color #0DD048: hue angle of 138.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD048 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 208 | 72 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.18 |
| HSL | 138.15º | 0.88% | 0.43% | - |
| HSV(B) | 138.15º | 0.94% | 0.82% | - |
| XYZ | 23.89 | 45.67 | 13.69 | - |
| YUV | 134.19 | 92.9 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 72 | 0.94 | 0 | 0.65 | 0.18 | 138.15 | 0.88 | 0.43 |
| Hex | D | D0 | 48 | 5E | 0 | 41 | 12 | 8A | 58 | 2B |
| Octal | 15 | 320 | 110 | 136 | 0 | 101 | 22 | 212 | 130 | 53 |
| Binary | 1101 | 11010000 | 1001000 | 1011110 | 0 | 1000001 | 10010 | 10001010 | 1011000 | 101011 |
Color Harmonies of #0DD048
Complementary color
Monochromatic Colors of #0DD048
Black with #0DD048
Text Example
Text Example
White with #0DD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD048; }
p { color: rgb(13,208,72); }
H1.HeaderClassName
{
color: #0DD048;
}
.AnyTagClassName
{
color: #0DD048;
}
</style>
background-color css
<style>
a { background-color: #0DD048; }
a { background-color: rgb(13,208,72); }
div.DivClassName
{
background-color: #0DD048;
}
.BgClassName
{
background-color: #0DD048;
}
</style>
border-color css
<style>
span { border-color: #0DD048; }
span { border-color: rgb(13,208,72); }
td.TdClassName
{
border-color: #0DD048;
}
.TagClassName
{
border-color: #0DD048;
}
</style>