Shades of Malachite #0DD45B
Tints of Malachite #0DD45B
RGB
CMYK
RGB Variations
Color information
#0DD45B (or 0x0DD45B) is known color: Malachite. HEX triplet: 0D, D4 and 5B. RGB value is (13,212,91). Sum of RGB (Red+Green+Blue) = 13+212+91=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 212 (83.20% from 255 or 67.09% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 212 - color contains mainly: green. Hex color #0DD45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD45B is #F22BA4. Grayscale: #8A8A8A. Windows color (decimal): -15870885 or 6018061. OLE color: 6018061.
HSL color Cylindrical-coordinate representation of color #0DD45B: hue angle of 143.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD45B is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 212 | 91 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.17 |
| HSL | 143.52º | 0.88% | 0.44% | - |
| HSV(B) | 143.52º | 0.94% | 0.83% | - |
| XYZ | 25.6 | 47.93 | 17.8 | - |
| YUV | 138.71 | 101.07 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 212 | 91 | 0.94 | 0 | 0.57 | 0.17 | 143.52 | 0.88 | 0.44 |
| Hex | D | D4 | 5B | 5E | 0 | 39 | 11 | 90 | 58 | 2C |
| Octal | 15 | 324 | 133 | 136 | 0 | 71 | 21 | 220 | 130 | 54 |
| Binary | 1101 | 11010100 | 1011011 | 1011110 | 0 | 111001 | 10001 | 10010000 | 1011000 | 101100 |
Color Harmonies of #0DD45B
Complementary color
Monochromatic Colors of #0DD45B
Black with #0DD45B
Text Example
Text Example
White with #0DD45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD45B; }
p { color: rgb(13,212,91); }
H1.HeaderClassName
{
color: #0DD45B;
}
.AnyTagClassName
{
color: #0DD45B;
}
</style>
background-color css
<style>
a { background-color: #0DD45B; }
a { background-color: rgb(13,212,91); }
div.DivClassName
{
background-color: #0DD45B;
}
.BgClassName
{
background-color: #0DD45B;
}
</style>
border-color css
<style>
span { border-color: #0DD45B; }
span { border-color: rgb(13,212,91); }
td.TdClassName
{
border-color: #0DD45B;
}
.TagClassName
{
border-color: #0DD45B;
}
</style>