Shades of Malachite #0DDC34
Tints of Malachite #0DDC34
RGB
CMYK
RGB Variations
Color information
#0DDC34 (or 0x0DDC34) is known color: Malachite. HEX triplet: 0D, DC and 34. RGB value is (13,220,52). Sum of RGB (Red+Green+Blue) = 13+220+52=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC34 is #F223CB. Grayscale: #8B8B8B. Windows color (decimal): -15868876 or 3464205. OLE color: 3464205.
HSL color Cylindrical-coordinate representation of color #0DDC34: hue angle of 131.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC34 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 52 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.14 |
| HSL | 131.3º | 0.89% | 0.46% | - |
| HSV(B) | 131.3º | 0.94% | 0.86% | - |
| XYZ | 26.38 | 51.52 | 11.8 | - |
| YUV | 138.96 | 78.92 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 52 | 0.94 | 0 | 0.76 | 0.14 | 131.3 | 0.89 | 0.46 |
| Hex | D | DC | 34 | 5E | 0 | 4C | E | 83 | 59 | 2E |
| Octal | 15 | 334 | 64 | 136 | 0 | 114 | 16 | 203 | 131 | 56 |
| Binary | 1101 | 11011100 | 110100 | 1011110 | 0 | 1001100 | 1110 | 10000011 | 1011001 | 101110 |
Color Harmonies of #0DDC34
Complementary color
Monochromatic Colors of #0DDC34
Black with #0DDC34
Text Example
Text Example
White with #0DDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC34; }
p { color: rgb(13,220,52); }
H1.HeaderClassName
{
color: #0DDC34;
}
.AnyTagClassName
{
color: #0DDC34;
}
</style>
background-color css
<style>
a { background-color: #0DDC34; }
a { background-color: rgb(13,220,52); }
div.DivClassName
{
background-color: #0DDC34;
}
.BgClassName
{
background-color: #0DDC34;
}
</style>
border-color css
<style>
span { border-color: #0DDC34; }
span { border-color: rgb(13,220,52); }
td.TdClassName
{
border-color: #0DDC34;
}
.TagClassName
{
border-color: #0DDC34;
}
</style>