Shades of Malachite #0DC461
Tints of Malachite #0DC461
RGB
CMYK
RGB Variations
Color information
#0DC461 (or 0x0DC461) is known color: Malachite. HEX triplet: 0D, C4 and 61. RGB value is (13,196,97). Sum of RGB (Red+Green+Blue) = 13+196+97=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 196 (76.95% from 255 or 64.05% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC461 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC461 is #F23B9E. Grayscale: #828282. Windows color (decimal): -15874975 or 6407181. OLE color: 6407181.
HSL color Cylindrical-coordinate representation of color #0DC461: hue angle of 147.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC461 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 97 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.23 |
| HSL | 147.54º | 0.88% | 0.41% | - |
| HSV(B) | 147.54º | 0.93% | 0.77% | - |
| XYZ | 22.06 | 40.43 | 17.95 | - |
| YUV | 130 | 109.37 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 97 | 0.93 | 0 | 0.51 | 0.23 | 147.54 | 0.88 | 0.41 |
| Hex | D | C4 | 61 | 5D | 0 | 33 | 17 | 94 | 58 | 29 |
| Octal | 15 | 304 | 141 | 135 | 0 | 63 | 27 | 224 | 130 | 51 |
| Binary | 1101 | 11000100 | 1100001 | 1011101 | 0 | 110011 | 10111 | 10010100 | 1011000 | 101001 |
Color Harmonies of #0DC461
Complementary color
Monochromatic Colors of #0DC461
Black with #0DC461
Text Example
Text Example
White with #0DC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC461; }
p { color: rgb(13,196,97); }
H1.HeaderClassName
{
color: #0DC461;
}
.AnyTagClassName
{
color: #0DC461;
}
</style>
background-color css
<style>
a { background-color: #0DC461; }
a { background-color: rgb(13,196,97); }
div.DivClassName
{
background-color: #0DC461;
}
.BgClassName
{
background-color: #0DC461;
}
</style>
border-color css
<style>
span { border-color: #0DC461; }
span { border-color: rgb(13,196,97); }
td.TdClassName
{
border-color: #0DC461;
}
.TagClassName
{
border-color: #0DC461;
}
</style>