Shades of Malachite #0DC763
Tints of Malachite #0DC763
RGB
CMYK
RGB Variations
Color information
#0DC763 (or 0x0DC763) is known color: Malachite. HEX triplet: 0D, C7 and 63. RGB value is (13,199,99). Sum of RGB (Red+Green+Blue) = 13+199+99=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC763 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC763 is #F2389C. Grayscale: #848484. Windows color (decimal): -15874205 or 6539021. OLE color: 6539021.
HSL color Cylindrical-coordinate representation of color #0DC763: hue angle of 147.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC763 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 99 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.22 |
| HSL | 147.74º | 0.88% | 0.42% | - |
| HSV(B) | 147.74º | 0.93% | 0.78% | - |
| XYZ | 22.84 | 41.83 | 18.68 | - |
| YUV | 131.99 | 109.38 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 99 | 0.93 | 0 | 0.50 | 0.22 | 147.74 | 0.88 | 0.42 |
| Hex | D | C7 | 63 | 5D | 0 | 32 | 16 | 94 | 58 | 2A |
| Octal | 15 | 307 | 143 | 135 | 0 | 62 | 26 | 224 | 130 | 52 |
| Binary | 1101 | 11000111 | 1100011 | 1011101 | 0 | 110010 | 10110 | 10010100 | 1011000 | 101010 |
Color Harmonies of #0DC763
Complementary color
Monochromatic Colors of #0DC763
Black with #0DC763
Text Example
Text Example
White with #0DC763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC763; }
p { color: rgb(13,199,99); }
H1.HeaderClassName
{
color: #0DC763;
}
.AnyTagClassName
{
color: #0DC763;
}
</style>
background-color css
<style>
a { background-color: #0DC763; }
a { background-color: rgb(13,199,99); }
div.DivClassName
{
background-color: #0DC763;
}
.BgClassName
{
background-color: #0DC763;
}
</style>
border-color css
<style>
span { border-color: #0DC763; }
span { border-color: rgb(13,199,99); }
td.TdClassName
{
border-color: #0DC763;
}
.TagClassName
{
border-color: #0DC763;
}
</style>