Shades of Malachite #0DD264
Tints of Malachite #0DD264
RGB
CMYK
RGB Variations
Color information
#0DD264 (or 0x0DD264) is known color: Malachite. HEX triplet: 0D, D2 and 64. RGB value is (13,210,100). Sum of RGB (Red+Green+Blue) = 13+210+100=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 210 (82.42% from 255 or 65.02% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD264 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD264 is #F22D9B. Grayscale: #8A8A8A. Windows color (decimal): -15871388 or 6607373. OLE color: 6607373.
HSL color Cylindrical-coordinate representation of color #0DD264: hue angle of 146.5º 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 #0DD264 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 100 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.18 |
| HSL | 146.5º | 0.88% | 0.44% | - |
| HSV(B) | 146.5º | 0.94% | 0.82% | - |
| XYZ | 25.51 | 47.1 | 19.8 | - |
| YUV | 138.56 | 106.23 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 100 | 0.94 | 0 | 0.52 | 0.18 | 146.5 | 0.88 | 0.44 |
| Hex | D | D2 | 64 | 5E | 0 | 34 | 12 | 92 | 58 | 2C |
| Octal | 15 | 322 | 144 | 136 | 0 | 64 | 22 | 222 | 130 | 54 |
| Binary | 1101 | 11010010 | 1100100 | 1011110 | 0 | 110100 | 10010 | 10010010 | 1011000 | 101100 |
Color Harmonies of #0DD264
Complementary color
Monochromatic Colors of #0DD264
Black with #0DD264
Text Example
Text Example
White with #0DD264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD264; }
p { color: rgb(13,210,100); }
H1.HeaderClassName
{
color: #0DD264;
}
.AnyTagClassName
{
color: #0DD264;
}
</style>
background-color css
<style>
a { background-color: #0DD264; }
a { background-color: rgb(13,210,100); }
div.DivClassName
{
background-color: #0DD264;
}
.BgClassName
{
background-color: #0DD264;
}
</style>
border-color css
<style>
span { border-color: #0DD264; }
span { border-color: rgb(13,210,100); }
td.TdClassName
{
border-color: #0DD264;
}
.TagClassName
{
border-color: #0DD264;
}
</style>