Shades of Malachite #0DD153
Tints of Malachite #0DD153
RGB
CMYK
RGB Variations
Color information
#0DD153 (or 0x0DD153) is known color: Malachite. HEX triplet: 0D, D1 and 53. RGB value is (13,209,83). Sum of RGB (Red+Green+Blue) = 13+209+83=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD153 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD153 is #F22EAC. Grayscale: #888888. Windows color (decimal): -15871661 or 5493005. OLE color: 5493005.
HSL color Cylindrical-coordinate representation of color #0DD153: hue angle of 141.43º 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 #0DD153 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 83 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.18 |
| HSL | 141.43º | 0.88% | 0.44% | - |
| HSV(B) | 141.43º | 0.94% | 0.82% | - |
| XYZ | 24.53 | 46.31 | 15.83 | - |
| YUV | 136.03 | 98.07 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 83 | 0.94 | 0 | 0.60 | 0.18 | 141.43 | 0.88 | 0.44 |
| Hex | D | D1 | 53 | 5E | 0 | 3C | 12 | 8D | 58 | 2C |
| Octal | 15 | 321 | 123 | 136 | 0 | 74 | 22 | 215 | 130 | 54 |
| Binary | 1101 | 11010001 | 1010011 | 1011110 | 0 | 111100 | 10010 | 10001101 | 1011000 | 101100 |
Color Harmonies of #0DD153
Complementary color
Monochromatic Colors of #0DD153
Black with #0DD153
Text Example
Text Example
White with #0DD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD153; }
p { color: rgb(13,209,83); }
H1.HeaderClassName
{
color: #0DD153;
}
.AnyTagClassName
{
color: #0DD153;
}
</style>
background-color css
<style>
a { background-color: #0DD153; }
a { background-color: rgb(13,209,83); }
div.DivClassName
{
background-color: #0DD153;
}
.BgClassName
{
background-color: #0DD153;
}
</style>
border-color css
<style>
span { border-color: #0DD153; }
span { border-color: rgb(13,209,83); }
td.TdClassName
{
border-color: #0DD153;
}
.TagClassName
{
border-color: #0DD153;
}
</style>