Shades of Malachite #0DC263
Tints of Malachite #0DC263
RGB
CMYK
RGB Variations
Color information
#0DC263 (or 0x0DC263) is known color: Malachite. HEX triplet: 0D, C2 and 63. RGB value is (13,194,99). Sum of RGB (Red+Green+Blue) = 13+194+99=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC263 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC263 is #F23D9C. Grayscale: #818181. Windows color (decimal): -15875485 or 6537741. OLE color: 6537741.
HSL color Cylindrical-coordinate representation of color #0DC263: hue angle of 148.51º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC263 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 99 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.24 |
| HSL | 148.51º | 0.87% | 0.41% | - |
| HSV(B) | 148.51º | 0.93% | 0.76% | - |
| XYZ | 21.71 | 39.57 | 18.3 | - |
| YUV | 129.05 | 111.03 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 99 | 0.93 | 0 | 0.49 | 0.24 | 148.51 | 0.87 | 0.41 |
| Hex | D | C2 | 63 | 5D | 0 | 31 | 18 | 95 | 57 | 29 |
| Octal | 15 | 302 | 143 | 135 | 0 | 61 | 30 | 225 | 127 | 51 |
| Binary | 1101 | 11000010 | 1100011 | 1011101 | 0 | 110001 | 11000 | 10010101 | 1010111 | 101001 |
Color Harmonies of #0DC263
Complementary color
Monochromatic Colors of #0DC263
Black with #0DC263
Text Example
Text Example
White with #0DC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC263; }
p { color: rgb(13,194,99); }
H1.HeaderClassName
{
color: #0DC263;
}
.AnyTagClassName
{
color: #0DC263;
}
</style>
background-color css
<style>
a { background-color: #0DC263; }
a { background-color: rgb(13,194,99); }
div.DivClassName
{
background-color: #0DC263;
}
.BgClassName
{
background-color: #0DC263;
}
</style>
border-color css
<style>
span { border-color: #0DC263; }
span { border-color: rgb(13,194,99); }
td.TdClassName
{
border-color: #0DC263;
}
.TagClassName
{
border-color: #0DC263;
}
</style>