Shades of Malachite #0DC65D
Tints of Malachite #0DC65D
RGB
CMYK
RGB Variations
Color information
#0DC65D (or 0x0DC65D) is known color: Malachite. HEX triplet: 0D, C6 and 5D. RGB value is (13,198,93). Sum of RGB (Red+Green+Blue) = 13+198+93=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC65D is #F239A2. Grayscale: #828282. Windows color (decimal): -15874467 or 6145549. OLE color: 6145549.
HSL color Cylindrical-coordinate representation of color #0DC65D: hue angle of 145.95º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC65D is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 93 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.22 |
| HSL | 145.95º | 0.88% | 0.41% | - |
| HSV(B) | 145.95º | 0.93% | 0.78% | - |
| XYZ | 22.34 | 41.26 | 17.14 | - |
| YUV | 130.72 | 106.71 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 93 | 0.93 | 0 | 0.53 | 0.22 | 145.95 | 0.88 | 0.41 |
| Hex | D | C6 | 5D | 5D | 0 | 35 | 16 | 92 | 58 | 29 |
| Octal | 15 | 306 | 135 | 135 | 0 | 65 | 26 | 222 | 130 | 51 |
| Binary | 1101 | 11000110 | 1011101 | 1011101 | 0 | 110101 | 10110 | 10010010 | 1011000 | 101001 |
Color Harmonies of #0DC65D
Complementary color
Monochromatic Colors of #0DC65D
Black with #0DC65D
Text Example
Text Example
White with #0DC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC65D; }
p { color: rgb(13,198,93); }
H1.HeaderClassName
{
color: #0DC65D;
}
.AnyTagClassName
{
color: #0DC65D;
}
</style>
background-color css
<style>
a { background-color: #0DC65D; }
a { background-color: rgb(13,198,93); }
div.DivClassName
{
background-color: #0DC65D;
}
.BgClassName
{
background-color: #0DC65D;
}
</style>
border-color css
<style>
span { border-color: #0DC65D; }
span { border-color: rgb(13,198,93); }
td.TdClassName
{
border-color: #0DC65D;
}
.TagClassName
{
border-color: #0DC65D;
}
</style>