Shades of Malachite #0DCA64
Tints of Malachite #0DCA64
RGB
CMYK
RGB Variations
Color information
#0DCA64 (or 0x0DCA64) is known color: Malachite. HEX triplet: 0D, CA and 64. RGB value is (13,202,100). Sum of RGB (Red+Green+Blue) = 13+202+100=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCA64 is #F2359B. Grayscale: #868686. Windows color (decimal): -15873436 or 6605325. OLE color: 6605325.
HSL color Cylindrical-coordinate representation of color #0DCA64: hue angle of 147.62º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA64 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 100 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.21 |
| HSL | 147.62º | 0.88% | 0.42% | - |
| HSV(B) | 147.62º | 0.94% | 0.79% | - |
| XYZ | 23.59 | 43.25 | 19.16 | - |
| YUV | 133.86 | 108.88 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 100 | 0.94 | 0 | 0.50 | 0.21 | 147.62 | 0.88 | 0.42 |
| Hex | D | CA | 64 | 5E | 0 | 32 | 15 | 94 | 58 | 2A |
| Octal | 15 | 312 | 144 | 136 | 0 | 62 | 25 | 224 | 130 | 52 |
| Binary | 1101 | 11001010 | 1100100 | 1011110 | 0 | 110010 | 10101 | 10010100 | 1011000 | 101010 |
Color Harmonies of #0DCA64
Complementary color
Monochromatic Colors of #0DCA64
Black with #0DCA64
Text Example
Text Example
White with #0DCA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA64; }
p { color: rgb(13,202,100); }
H1.HeaderClassName
{
color: #0DCA64;
}
.AnyTagClassName
{
color: #0DCA64;
}
</style>
background-color css
<style>
a { background-color: #0DCA64; }
a { background-color: rgb(13,202,100); }
div.DivClassName
{
background-color: #0DCA64;
}
.BgClassName
{
background-color: #0DCA64;
}
</style>
border-color css
<style>
span { border-color: #0DCA64; }
span { border-color: rgb(13,202,100); }
td.TdClassName
{
border-color: #0DCA64;
}
.TagClassName
{
border-color: #0DCA64;
}
</style>